Multiplayer tic-tac-toe cli game which you can play on same network
- Clone the project
git clone https://github.com/nirmalrizal/cli-tic-tac-toe
- Navigate to project folder
cd cli-tic-tac-toe
- Install dependencies
OR
npm install
yarn
To start the server type
node server
To start the client type
node client