mirror of
https://github.com/thib8956/tic-tac-toe-ws.git
synced 2026-03-26 07:17:55 +00:00
6f073f65d1e4afc4e98f2f9b9953101118e89f0b
Bumps [ws](https://github.com/websockets/ws) from 8.19.0 to 8.20.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.19.0...8.20.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.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
$ 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%
