Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 494 Bytes

File metadata and controls

15 lines (13 loc) · 494 Bytes

Presentation of the game

The robot (stuck to the mouse) must collect coins to gain points, while avoiding the monsters (ghosts), which can move either upwards, downwards, to the left or the the right. In case a collision with a monster happens, the game ends. Both the coins and the robots appear randomly.

How to install the game

python3 -m venv venv  
source venv/bin/activate  
pip install -r requirements.txt  

How to run the game

python main.py