1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2025-08-23 16:01:58 +00:00
dependabot[bot] a869aa1815 Bump typescript from 5.5.4 to 5.8.3 (#2)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.8.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.8.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  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>
2025-07-31 17:01:34 +02:00
2025-07-31 16:55:18 +02:00
2024-09-25 20:21:02 +02:00
2025-01-30 09:50:55 +01:00
2025-01-29 23:43:33 +01:00
2024-09-25 20:21:02 +02:00
2024-09-25 17:11:18 +02:00
2024-09-25 17:11:18 +02:00
2024-09-02 22:35:04 +02:00
2024-09-02 22:35:04 +02:00

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/
Readme 142 KiB
Languages
TypeScript 96.4%
Python 1.8%
HTML 1.8%