Tic Tac Toe uses socket.io for synchronisation within its various hosts. Currently Tic Tac Toe broadcasts the requests to all and hence only two users can play. Possible improvement to create rooms for pairs of users.
- Install depenencies
- node index.js
- point browser to localhost:3000
- Play game
Note: Make sure you have node installed on your PC or Desktop.