Skip to content

workonfire/stacksTUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stacksTUI

A Textual interface for the UNO (stackslib) card game engine.

⚠️ WARNING: WORK IN PROGRESS.

img.png

Installation

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.

Running

After installation, run the app with:

stacksTUI

You can also run it as a Python module:

python -m stacksTUI

Development

For local development without installing the package, use:

make run

About

A simple Python implementation of the UNO card game.

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors