Files

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