https://github.com/niklaspor/type-tac-toe
Tic tac toe but written with TypeScript types. Without any runtime JS 💣
https://github.com/niklaspor/type-tac-toe
Last synced: 25 days ago
JSON representation
Tic tac toe but written with TypeScript types. Without any runtime JS 💣
- Host: GitHub
- URL: https://github.com/niklaspor/type-tac-toe
- Owner: NiklasPor
- License: mit
- Created: 2023-07-21T13:09:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T13:16:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T06:49:49.436Z (3 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type Tac Toe
Implementation of the classic tic tac toe, but only with TypeScript types, without **any** runtime JavaScript. Simply hover the `Result` type to see the result.
Or check it out directly on the playground.
> Why? No idea, have fun with it. 👀