An open API service indexing awesome lists of open source software.

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)

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)