Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 646 Bytes

File metadata and controls

31 lines (22 loc) · 646 Bytes

Real Time Multiplayer Tic Tac Toe on Terminal

Run server

  1. Go to the project directory

  2. Install all dependencies

    npm install
  3. Run server

    node build/src/server
  4. Run client

    node build/src/client
  5. Open two terminals for clients (the port is running on 127.0.0.1:5050)