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