/hanabi

Hanabi game

Primary LanguagePython

About

This is my attempt on creating hanabi game.

How to

Run it (for three players) with full view in console:

./simple_console_game_play.py 3

Web version running locally for development:

python3 -m venv e
. e/bin/activate
pip install -U pip
pip install flask
./application.py    # or: flask --app application --debug run