mirror of
https://github.com/thib8956/tic-tac-toe-ws.git
synced 2026-03-24 14:37:56 +00:00
cccd62b8ad94a7122963ee00ac4ff048abb79c7a
Tic tac toe websockets
Two players tic-tac-joe implemented with an HTML canvas and websockets
How to run
$ npm run build:watch
// serve static files (localhost:8000)
$ npm run serve
// run server
$ npm run start:watch
Description
Two players tic-tac-joe implemented with an HTML canvas and websockets
https://thib8956.github.io/tic-tac-toe-ws/
Languages
TypeScript
96.2%
HTML
2.5%
Python
1.3%
