1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2025-02-20 15:58:16 +00:00
2024-09-02 22:35:04 +02:00
2024-09-02 22:35:04 +02:00
2024-09-02 22:35:04 +02:00
2024-09-02 22:38:41 +02:00
2024-09-02 22:35:04 +02:00
2024-09-02 22:35:04 +02:00

Test websockets

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

Description
Two players tic-tac-joe implemented with an HTML canvas and websockets
https://thib8956.github.io/tic-tac-toe-ws/
Readme 102 KiB
Languages
TypeScript 96.4%
Python 1.8%
HTML 1.8%