https://github.com/khrj/tic-tac-toe
Ever-evolving TicTacToe game in Next.js, TypeScript and TailwindCSS (at the moment)
https://github.com/khrj/tic-tac-toe
evolving-tictactoe-game history tictactoe
Last synced: 6 months ago
JSON representation
Ever-evolving TicTacToe game in Next.js, TypeScript and TailwindCSS (at the moment)
- Host: GitHub
- URL: https://github.com/khrj/tic-tac-toe
- Owner: khrj
- License: gpl-3.0
- Created: 2020-03-02T12:26:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T17:13:13.000Z (over 2 years ago)
- Last Synced: 2024-04-16T17:26:44.771Z (over 1 year ago)
- Topics: evolving-tictactoe-game, history, tictactoe
- Language: TypeScript
- Homepage: https://ttt.khushrajrathod.com
- Size: 1.2 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic Tac Toe
Ever-evolving Tic Tac Toe game in TypeScript, Next.js and TailwindCSS (at the moment)
## History
To get a hang of new frameworks and languages I learn, I re-write this. Here's a list of what this has been in:
| Order | Language(s) | Framework(s) | Type | Source |
| ------- | ---------------- | ------------------------------------ | ---- | ----------------------------------------------------------------------------------------------------------- |
| 1 | Java | None | CLI | Unavailable |
| 2 | Python | None | CLI | Unavailable |
| 3 | C++ | None | CLI | [81b3d38](https://github.com/khrj/tic-tac-toe/tree/81b3d38c1c66da0b8997768df7eeaee83f03ba94/OLDCPP) |
| 4 | JavaScript | None | GUI | [a5fd76c](https://github.com/khrj/tic-tac-toe/tree/a5fd76c15ce35e6fc166684d4e4c0bf3c0b7a39a) |
| 5 | JavaScript | ReactJS | GUI | [96abb2b](https://github.com/khrj/tic-tac-toe/tree/96abb2b4e1d467ed52304b1a919a6fd0129ec9f7) |
| 6 | JavaScript | Next.js | GUI | [e90d3fe](https://github.com/khrj/tic-tac-toe/tree/e90d3fee9cb97991df5e5ca28aa1fd8860f7e2c7) |
| 7 | TypeScript | Next.js | GUI | [232a268](https://github.com/khrj/tic-tac-toe/tree/232a2688a4fed50f0d1cd025a254f961ffe6105f) |
| Current | TypeScript | Next.js, TailwindCSS | GUI | main/hosted |
| Current | Rust, TypeScript | Tauri, create-react-app, TailwindCSS | GUI | main/app |## Development
See the README for [the website](https://github.com/khrj/tic-tac-toe/blob/main/hosted/README.md) or
[the app](https://github.com/khrj/tic-tac-toe/blob/main/app/README.md)