To run the server:
cd server
npm install
npm run serverTo run a sample client in nodejs (try to run more than one):
cd server
npm run client- Gerar ações a partir de movimentos recebidos (Ver exemplo no código)
- Enviar ações aos jogadores
- Caso ganhar, enviar mensagem WIN ao ganhador e DEFEAT ao perdedor