GMU Fighters

General Info

Multiplayer Puzzle Fighter

GMU Fighters is a 4-player puzzle fighter where players can choose characters representing different colleges of GMU. Each character provides a unique puzzle type, and upon charging their attack, they can fight against other players.

Development Info

– Team Size: 22

– Engine: Unity 6000.0.58f2

– Platform: PC & Winnitron

Game Link: https://gmu-fall-2025.itch.io/gmu-puzzle-fighters

Skills Learned:

My responsibilities involved being in the programming team with creating different 2 key systems. The first is the character selection screen, and the other is a combat visualizer.

The first had to be adaptable due to the project scale, the team was unsure how many characters we would make. In my process, I kept that in mind when creating the character selection menu and made it highly adaptable.

As for the combat visualizer, for the character attacks we wanted the animations not to be interrupted and flow consistently. I tackled this by putting the character’s attack in a queue format or First in, First Out method. This allows the attacks to be stored and executed in a orderly fashion even handling when a character has been defeated where their attacks will be removed in the queue.

I gained valuable insight in approaching my tasks for this project that provides efficient methods and problem-solving for the team. Even when approached with a concept I’ve never done, such as the combat visualization, I am determined to find a solution and research how to tackle it.

Scroll to Top