1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2024-09-29 06:06:37 +00:00
tic-tac-toe-ws/README.md

22 lines
316 B
Markdown
Raw Normal View History

2024-09-25 15:11:18 +00:00
# Tic tac toe websockets
Two players tic-tac-joe implemented with an HTML canvas and websockets
![](screenshot.png)
2024-09-02 20:38:41 +00:00
## How to run
```
// compilation of .mts files in watch mode
$ tsc -w
// serve static files (localhost:8000)
$ python serve.py
// run server
$ node server.mjs
```
Go to http://localhost:8000