1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2025-08-23 16:01:58 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
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
dependabot[bot]
779d8e9f31 Bump ws and @types/ws (#1)
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together.

Updates `ws` from 8.18.0 to 8.18.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.18.0...8.18.3)

Updates `@types/ws` from 8.5.12 to 8.18.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/ws"
  dependency-version: 8.18.1
  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 16:57:26 +02:00
7d0b9e595a Create dependabot.yml 2025-07-31 16:55:18 +02:00
c24a5b4d85 fix: spectator message on game reset 2025-01-30 09:50:55 +01:00
f35a75b593 refactor: remove pos from shape, only use the grid index 2025-01-30 09:50:34 +01:00
2aea53ce63 fix: send game reset message to the spectators 2025-01-30 00:00:55 +01:00
29a587c115 Add spectator mode 2025-01-29 23:43:33 +01:00
6da3762502 Implement click to reset at the end of game 2025-01-24 16:44:17 +01:00
797a32c00a log client address
Some checks failed
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
2024-09-25 22:49:06 +02:00
c9157e83ef handle remote websocketserver and handle game reset by client 2024-09-25 22:15:10 +02:00
6a729cc7ad add start command in package.json 2024-09-25 21:22:16 +02:00
1189e72c99 fix workflow ? 2024-09-25 21:15:26 +02:00
97a6a3b64f fix page artifact path in workflow 2024-09-25 21:08:04 +02:00
4c7673475d update git workflow 2024-09-25 20:30:12 +02:00
cc1fd59b79 rename mts to ts 2024-09-25 20:21:02 +02:00
3a33868a02 Setup deployement to github pages via github actions 2024-09-25 19:41:06 +02:00
bdfd54a6fa update readme with screenshot 2024-09-25 17:11:18 +02:00
15d9b89577 fix endgame 2024-09-25 15:40:49 +02:00
a636abddbe keep colors and refactor 2024-09-25 15:34:59 +02:00
2136159808 integrate animations 2024-09-25 13:40:22 +02:00
f56fc0a65c fix endgame condition 2024-09-25 11:58:56 +02:00
8333df9580 reimplement endgame 2024-09-24 17:30:35 +02:00
0f705ee45a integrate grid 2024-09-24 16:41:48 +02:00
774b193e7f implement the game, more or less 2024-09-09 14:09:11 +02:00
be71a811d3 handle closing connections 2024-09-08 12:58:00 +02:00
9625031969 implement hello message with player id 2024-09-08 12:05:02 +02:00
621d2489e4 Synchronize grid between the two players 2024-09-08 11:43:26 +02:00
5ccbdb3194 Implement base of tic tac toe game 2024-09-08 11:43:20 +02:00
ad265f4011 Add README.md 2024-09-02 22:38:41 +02:00
c9ed32806b Initial commit 2024-09-02 22:35:04 +02:00