A 2D roguelike videogame made with Pygame for an university project. 🎮🐍
DESCRIPTION
The game is a top-down shooter where the protagonist is an astronaut who has to fight against aliens in order to find a strange singal emitter in a remote planet. 🪐
Our hero will try to survive while he gets more powerful through a system of tech and magic upgrades. 🚀
The game is divided into three levels, each one with a different locations and different enemies:
→ Spaceship
→ Planet
→ Cave
RUNNING THE GAME
To run the game, execute from the root directory:
pip install -r requirements.txt
python3 run_game.py
Dependencies