mirror of
https://github.com/thib8956/tic-tac-toe-ws.git
synced 2026-01-22 01:03:23 +00:00
master
Bumps [ws](https://github.com/websockets/ws) from 8.18.3 to 8.19.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.3...8.19.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tic tac toe websockets
Two players tic-tac-joe implemented with an HTML canvas and 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/
Languages
TypeScript
96.4%
Python
1.8%
HTML
1.8%
