A adventure Platformer game written in Python using the Arcade library
The game is still in its alpha stages and is being actively developed by me. For this game I am:
- Using the Arcade Library to develop this game
- Using the Tiled Map Editor to create all the different levels of this game
Check out TODO.md
Please check CREDITS.md
- Added decently-working Enemy auto-movement toward Knight and attack
- Mainly working on improving the GUI used throughout the game:
- Using
arcade.gui
modules to build a better GUI in all the screens used in the game - Add a "Credits" screen
- Add more functionality like save, exit, etc. in the Pause screen during gameplay
- Using