https://github.com/henryquan/tictactoe-ultimate
Nine Board Tic Tac Toe
https://github.com/henryquan/tictactoe-ultimate
dart flutter tic-tac-toe
Last synced: 3 months ago
JSON representation
Nine Board Tic Tac Toe
- Host: GitHub
- URL: https://github.com/henryquan/tictactoe-ultimate
- Owner: HenryQuan
- License: mit
- Created: 2019-04-25T02:09:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T06:27:31.000Z (about 6 years ago)
- Last Synced: 2025-01-18T04:28:43.412Z (4 months ago)
- Topics: dart, flutter, tic-tac-toe
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe Ultimate
I did an [assignment](https://github.com/HenryQuan/AI3411) on this topic so why not?Planning to make it with Flutter with the potential to port it anywhere (with the new preview of flutter web and desktop) and have normal tic-tac-toe and ultimate version + single player and multiplay mode maybe. For single player, you can choose difficulties of the bot (from easy to impossible). ~~Optional ads~~ Maybe show ads if you lose or draw. Banner is also good if it does not take up lots of spaces.
It has been a while since I made a game (in 2014, [SuuBird](https://github.com/0xsuu/SuuBird) clone which is a Flappy Bird clone).