1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2026-03-24 14:37:56 +00:00
Files
tic-tac-toe-ws/README.md

303 B

Tic tac toe websockets

Two players tic-tac-joe implemented with an HTML canvas and websockets

Screenshot

How to run

$ npm run build:watch
// serve static files (localhost:8000)
$ npm run serve
// run server
$ npm run start:watch

Go to