A project made by Zephyros and PiffleV for our CS1 EOY class
This project is developed primarily on Linux systems (specifically Arch-based distributions). As a result, we do not guarantee full compatibility or stability on Windows or macOS.
If you encounter any issues/bugs, please open an issue.
Due to platform-specific differences in Python environments and terminal behavior, we provide platform-specific setup instructions below.
A simple setup script is provided for Linux users:
./setup.sh
./run.sh
We currently do not provide a Windows-specific setup script. However, you can manually set up and run the project using PowerShell:
mkdir .venv
python -m venv .venv
./.venv/bin/pip install -r requirements.txt
./.venv/bin/python main.py
See the Documentation page
This project is licensed under the Apache 2.0 License.
To see our terms, see LICENSE