Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 252 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 252 Bytes

Side-Stacker Game

Connect-four game where pieces stack on either side of the board instead of the bottom-up.

How to run

python3 -m venv venv

. venv/bin/activate

pip3 install -r requirements.txt

export FLASK_ENV=development
flask run