A small pet project with simple games with console UI powered by blessed.
- Clone the repo
- Create a virtual environment of a choice, e.g. with venv:
python3.11 -m venv .venv - Activate the virtual environment, e.g. for venv and linux:
source .venv/bin/activate - Install the package:
pip install .
The following games are available:
To run simply call game-of-life after installation:
To run simply call snake after installation:

