A simple PyGame project.
Not much has been built yet. Currently, there’s just a player on the screen that moves using the W/A/S/D keys.
Pressing the Space key shoots black bullets to defeat small swarms of moving enemies.
The game also includes a basic scoring system.
Game Features Added:
- Two different level types: Heaven and Fire Pit, each with its own enemy boss
- A shop interface for buying healing potions and a flower-pattern bullet attack
- A scoring system where defeated enemies are converted into currency/coins
- Two different player skins depending on the active level (Fire Pit or Heaven)
- The Heaven boss has two animations that change based on its health level
- A combat system based on shooting bullets
- Basic enemy animations
- Pause menu UI with options to retry, continue, or exit the game
- Player inventory for healing potions and attack consumables
- Help page displaying all action keys / keyboard controls
To run the game, use the following Python command inside the project folder:
/usr/bin/python3 main.py
Note: Python 3.9.6 is required.
