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.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt python main.py