This is the first game I've ever made using Pygame! It's a simple but challenging game where you must avoid getting caught by the enemies. Use your reflexes and timing to survive as long as you can.
I created this project to learn the basics of game development with Python and Pygame. I’ll continue to improve it as I learn more!
- Arrow Keys / WASD – Move your character
- Esc – Quit the game
- Add multiple levels
- Include sound effects and background music
- Create power-ups
- Add a main menu and pause screen
- Improve enemy AI
- Python 3.x
pygamelibrary (install withpip install pygame)
- Clone the repo
- Run the game:
python main.py