Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 479 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 479 Bytes

Multiplayer tic-tac-toe cli game which you can play on same network

Setup project locally

  1. Clone the project
     git clone https://github.com/nirmalrizal/cli-tic-tac-toe 
    
  2. Navigate to project folder
    cd cli-tic-tac-toe 
    
  3. Install dependencies
    npm install 
    
    OR
    yarn 
    

Start server

To start the server type

node server 

Start Client

To start the client type

node client