Skip to content

Tictactoe that can be played by two people in different machines

License

Notifications You must be signed in to change notification settings

rhaeguard/multiplayer-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer TicTacToe

This is how the game play is, after matching up with a user.

Running

Both of the applications can be started using:

# go to backend/ and run
cd backend
npm start

# go to ui/ and run
cd ../ui
npm start

Matching

Matching technique is utter garbage at the moment, basically you open the UI, and the backend checks if there's already someone who is already waiting for an opponent. Aaaaand you get matched. Voila! And yes, it can go wrong is so many ways it's crazy.

About

Tictactoe that can be played by two people in different machines

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published