A simple Simon game made in Python with the Pygame library.
- make
- python3.9
- python3.9-minimal
- python3.9-venv
Simon has been tested with Python 3.9 but you can change your Python version on the Makefile however I do not guarrantee that the project will work
Once all the pre-requisites are installed run:
$ make
The command will install a virtual environnement and will launch the game.
If you want to see what other command the Makefile of this project offers run:
$ make help
This is how to play the game for those who are not familiar with Simon.