Hello and welcome to Boxed, a recursive puzzle game, all within your terminal! This project was made as a submission for the Python Discord Summer Code Jam 2021.
A very in-depth guide to installing, setting up and playing this game is available here.
Boxed uses poetry as its dependency manager. For installation, clone this repository and run poetry install
to get the requried dependencies.
Don't want to use poetry to install the dependencies? No problem! Simply run pip install -r requirements.txt
instead.
After installing the required dependencies, run python -m boxed
in order to run the application.