The Last Blade platformer game made with Python and Pygame engine.
- Description (DEMO): The Last Blade is a classic arcade style platformer where our ninja has to attack and kill enemies day after day.
- Possible upgrades: BOSS fights, More different levels, Earning points which you can use to upgrade attack, speed, armor etc.
- Note: This game is a limited version (DEMO) of the full game. I also exploring options for a Steam release when it's done.
- Python 3.x
- Pygame
LEFTMove LeftRIGHTMove RightUPSlashSPACEBARJump
git clone <repo-url>pip install -r requirements.txtpython main.py