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

18 lines
303 B
Markdown

# Tic tac toe websockets
Two players tic-tac-joe implemented with an HTML canvas and websockets
![Screenshot](screenshot.png)
## How to run
```shell
$ npm run build:watch
// serve static files (localhost:8000)
$ npm run serve
// run server
$ npm run start:watch
```
Go to [](http://localhost:8000)