A simple Python text based game in which you buy water... nothing more.
This is one of my earlist Python projects in which I explored creating a game loop, and experimented with threading to simutainlisly run code which is used for user input in some parts of the game.
- Text-based game with multiple options for the user.
- Somewhat more complex interactions which allow for input.
- Simple Formatting for colored text and more styled output.

This project contains a single src/main.py file which can be ran indenpently and has no package dependencies. This project also leaves no artifacts and as a result you may wish to run this without an environment in order to facilitate usage. In which case you will need to install the following:
Once you have Python installed change your present working directory to the project's root directory and run the following command to execute the src/main.py file:
python src/main.py
As with all other projects in this playground, the license is CC BY-NC.