Skip to content

Flask SocketIO application which controls a tic-tac-toe game so multiple users can make moves

Notifications You must be signed in to change notification settings

VijayIyer/multiplayer-games-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flask SocketIO application which controls a tic-tac-toe game so multiple users can make moves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published