This game was created for the Fuxi Game Jam 2023, a 3-day event where the theme was "Revolution".
In Cannons of The Great Revolution you play as the cannoneer of a revolutionary army, and your goal is to destroy enemy fortresses.
We created a simple 2D strategy shooter with intentionally "glitched" levels to surprise the player. We intended more glitched stages but ran out of time.
I was primarily in charge of the art: cannon pixel art, block materials, enemies, backgrounds, and text boxes.
This was my first time making pixel art for a game — a unique and fun learning experience.
I wrote a simple C# script that destroys a material after two hits and changes its texture in the final level.
Most coding was done by the most experienced member. I took notes and asked questions to learn more.
We faced some bugs — for example, one caused the stage to finish even if the "mage" enemy wasn't killed. It was partially fixed, but still appears in the last level.
Overall, it was a fun and educational jam. I learned a lot from my teammates about making games.