Flask SocketIO application which manages baord games (currently supports tictactoe and connect4)
- state of the game
- validation of moves
- sending move updates to each user
Instructions to run it -
- Create virtualenv file using virtualenv venv
- install required packages using
pip install -r requirements.txt - Activate virtualenv using
source venv/bin/activate - run the app locally using
python app.py