Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NikhilAlapati/NodeJS-Tic-Tac-Toe-SocketIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published