E-Mail LinkedIn Itch.io Youtube

Hello, I’m Liam Burden, I currently study Video Games Development at Birmingham City University. I hope you enjoy my games!

Languages

C#
C++
Python
HTML
JavaScript
CSS

Software

Unity
Unreal
GitHub
Visual Studio

Super Mario Bros. 3 Remake

C++ / Engineless (SDL)

Mario 3 requires no introduction from me with the game being a classic however, I made my own version using C++ and SDL for a module at my university. To the right here is a video of my version of the game in action.

Image
Read all about my version of "Super Mario Bros. 3" here!

Paper Sword

C# / Unity

"Paper Sword" is a top-down action RPG made in Unity. Inspired by Zelda, Dark Souls, and Death's Door.

Image
Read more here

Scrap Forge

C# / Unity

" Scrap Forge" is an Isometric 3D Action-Adventure game set on a forgotten planet, collapsed, unloved, and filled with junk littered everywhere. Fighting other robots, you must try to find out what happened to the planet and fix your ship to escape it. On this project, I was a lead developer keeping development on track while still developing features myself and maintaining the GitHub.

Read more here

The Me in The Mirror

Unreal

I had the opportunity to assist Video Game Design students as a guest helper for their Unreal Engine module. My primary contributions included bug fixing, GitHub support, and the development of a custom shader that selectively washed out all colours except for red tones, which could toggle on and off during gameplay to match the designer’s artistic vision. It was a rewarding experience working alongside students from a different discipline again, and I highly recommend checking out their game on Itch.io.

Image
Click here to visit the Itch.io page!

Rolling DX

C# / Unity

"Rolling DX" is a 3D platformer I developed in Unity, inspired by "Super Monkey Ball". The game challenges players to navigate a ball through levels using Unity’s physics system. After the module, I expanded the project with new levels and a level select screen. This experience improved my skills in Unity physics and UI design, creating a polished and interactive user experience.

Image
Read more here

15 Puzzle

C# / Engineless (MonoGame)

This tile puzzle game, developed in C# and MonoGame, features a dynamic grid system that allows players to solve puzzles of varying sizes, from 3x3 to 10x10. The game slices any image into uniform tiles, ensuring it always fits within the same screen space. This project enhanced my skills in image manipulation, grid systems as well as file reading and manipulating.

Image
Read more here

"Theatrhythm" playing Python bot

Python / Engineless

a Python script to automate gameplay in "Final Bar Line Theatrhythm," a rhythm game by Square Enix. I connected my PS5 to my computer via PlayStation Remote Play and used win32api to simulate keyboard inputs. Using the CV2 library, I captured and analyzed the game screen, detecting music note elements and mapping corresponding key presses. Despite challenges with internet connection speeds, this project allowed me to explore new libraries and refine my automation skills.

Read more here

"7 Days to Die" Python bot

Python / Engineless

Developed an automation script to exploit a duplication glitch in “7 Days to Die” for faster leveling. Using the win32api library and PlayStation Remote Play, I programmed a sequence of inputs in Python to autonomously perform the glitch. While this project was an interesting challenge, I encourage players to enjoy the game as intended and explore alternative uses for this code.

Read more here