Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 729 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 729 Bytes

Aibou

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.

Screenshot of home menu

screenshot of gameplay

Quickstart

pip install aibou
python -m aibou

Linux

# keyboard module requires root
sudo su
pip install aibou
python -m aibou

Info

How to play

Developer guide

Authored by Jacob Krol

Developer timeline

  • Core game development: Winter break of 2022-2023
  • Develop and publish python package: Winter break of 2023-2024