"The Goal Is Not To Cry"
Requires Python 3.7+
To install necessary dependencies run:
$> pip install -r requirements.txt
To start the game run:
$> python main.py
To generate documentation run the following command. However, the most recent version should be in the documentation folder.
$> pydoc -w ./ && mv *.html ./documentation
See CONTRIBUTING.md