This is a game developed using PyGame. Basically, the player memorizes the hint and makes a move in a dedicated time.
-
python >= 3.7.7
-
pip latest version is recommended If pip is not installed, see https://pip.pypa.io/en/stable/installing/
-
Pygame >= 2.0 To install pygame using pip
python3 -m pip install -U pygame --user
- Clone this repo.
- In the top level directory, run
python3 -m ./src/game
In top level directory, run:
python3 -m ./src/game.py
After executing this command, output will look like below.