Download the game (as a ZIP folder) here
How to run:
- Download and install Python 3 on your computer; you can find Python 3 on the official website: https://www.python.org/downloads/
- Go to the command prompt of Windows: press ⊞ Win + R, type "cmd" in the pop-up window, and then press ↵ Enter
- In the command prompt, install the PyGame library by writing
pip install pygame
, then pressing ↵ Enter - Having installed PyGame, you can run the simulation by either clicking on the aquarium.py file, or by writing
python aquarium.py
in the command prompt and pressing ↵ Enter (in the latter case, you will have to navigate to the directory containing aquarium.py first)
Have fun! Remember that you have to unpack the all contents of the ZIP folder, or else it will not work.