Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 422 Bytes

File metadata and controls

11 lines (9 loc) · 422 Bytes

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 -

  1. Create virtualenv file using virtualenv venv
  2. install required packages using pip install -r requirements.txt
  3. Activate virtualenv using source venv/bin/activate
  4. run the app locally using python app.py