A Textual interface for the UNO (stackslib) card game engine.
Clone the repository and install the project in editable mode:
git clone https://github.com/workonfire/stacksTUI.git
cd stacksTUI
python -m pip install -r requirements.txt
python -m pip install -e .More installation instructions coming soon.
After installation, run the app with:
stacksTUIYou can also run it as a Python module:
python -m stacksTUIFor local development without installing the package, use:
make run