Dungeon Legacy
This is my first 2D plataform . Avaliable on PC and Android devices.
I started this project just after finished the Unity's leran pathway for jr. programmer. It's a full featured game. It's my first game with a more interesting code design.
I've focused on the player movement and feel, the jump mechanics is closer to games like mario and hollow knight; and rolls like enter the gungeon.
The code design is a little more sofisticated that i've done till now. There are 3 types of enemies and all inherits from a abstract class. I used enums for separate different states on players, enemies and game managers scripts. And there is also a save and load based on json file.
The UI is simple, but elegant. With a main menu, start a new game, or load a saved one, and you can check out the controller scheme at any time.
Speaking on crontoller. It's playable on pc using keyboard and mouse or any type of console controller. On android there are UI joysticks that handle the job.
You can check all informations about the code design on my github https://github.com/ThicosGroove/New-Plataform-2D
Status | Released |
Platforms | HTML5, Windows, Android |
Author | ThicosGroove |
Genre | Platformer |
Made with | Unity |
Leave a comment
Log in with itch.io to leave a comment.