This is a side-scroller ACT game made with C++ using SDL. We made a simple game engine and used it to develop this game. I worked as a game developer and finished all the design and document jobs. In addition, I implemented features including:
-
Implementation of map module functions and level building
-
Movement and attack of the player
-
UI
-
Audio
Devlog
Level Build
I implemented basic collision detection in SDL and made some map tiles like spikes and normal cubes. In addition, I have made some other functions for LOS checking and different shape checking. Then I build 2 simple side-scroll levels and a boss level referring to some popular side-scroll games like Super Mario.
Player and Enemy
I made an animator to render different images in different frames to implement the animation. Then I implemented player and enemy action based on it and collision detection. The player and enemy could melee and shoot fireballs to attack. Beyond that, I made the basic UI for the player.