This is a node js app for TIC TAC TOE. This game uses Node JS and Socket IO to communicate to the 2 players to run this program you need to have Node JS install
once you have Node JS installed run the following command in a terminal of the directory of the project
npm install
once done run the following command in same terminal
node server.js 5050
Now open two more terminals (with server terminal still open) and run this command in both terminals
node client.js localhost 5050
You will be promped with messages saying which player you are and your turn
enter numbers 1 to 9 to pick your move
Have Fun!!!