Water World has a couple of things that you need to install before being able to run it. Before trying to run Water World, make sure you install Pygame. To do this run the command: sudo apt-get install python3-pygame
For more information about installation of Pygame, click on this link: https://www.pygame.org/wiki/GettingStarted
In order to obtain the code to run this program, you must clone the Github repository. To do this, enter: $ git clone https://github.com/Tweir195/software-design-final-project.git
To run the code, simply enter the following commands:
$ cd software-design-final-project$ python3 main.pyThe result should be a welcome screen that looks like the following:
Once you reach this screen, use the space bar to navigate through the animation. Enjoy!