A command-line-interface game built with python. The gameplay is turn-based with key press quick-time-events (QTEs) that determine the efficacy of chosen moves.
pip install aibou
python -m aibou
# keyboard module requires root
sudo su
pip install aibou
python -m aibou
Authored by Jacob Krol
- Core game development: Winter break of 2022-2023
- Develop and publish python package: Winter break of 2023-2024