aitorjs / tic-tac-toe-game-nodejs

Tic tac toe game on nodejs using net library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use

  • Levantar servidor: node server.js
  • Levantar primer cliente (player X): node client.js o nc localhost 58901
  • Levantar segundo cliente (player O): node client.js o nc localhost 58901

Para mover MOVE [posicion] (0-8) Para salir del juego QUIT

https://cs.lmu.edu/~ray/notes/jsnetexamples/

About

Tic tac toe game on nodejs using net library


Languages

Language:JavaScript 100.0%