Console Game

The-Nice-One

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.

previewConsoleGame

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.
CC BY-SA 4.0 The-Nice-One. Last modified: August 31, 2025. Website built with Franklin.jl and the Julia programming language. See credits.