Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorykogan/tic-tac-toe
Simple 3x3 tic tac toe with minimax implemented in C++, compiled to wasm and run in web worker
https://github.com/gregorykogan/tic-tac-toe
minimax-algorithm tic-tac-toe wasm web web-worker
Last synced: 1 day ago
JSON representation
Simple 3x3 tic tac toe with minimax implemented in C++, compiled to wasm and run in web worker
- Host: GitHub
- URL: https://github.com/gregorykogan/tic-tac-toe
- Owner: GregoryKogan
- License: mit
- Created: 2023-11-24T14:35:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-21T15:49:10.000Z (11 months ago)
- Last Synced: 2023-12-21T18:49:00.541Z (11 months ago)
- Topics: minimax-algorithm, tic-tac-toe, wasm, web, web-worker
- Language: TypeScript
- Homepage: https://gregorykogan.github.io/tic-tac-toe/
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tic-tac-toe
Simple 3x3 tic tac toe with minimax implemented in C++, compiled to wasm and run in web worker