https://github.com/swiftrex/tictactoe
Tic Tac Toe using SwiftRex, with random+CoreML+Minimax opponent Middlewares
https://github.com/swiftrex/tictactoe
Last synced: 4 months ago
JSON representation
Tic Tac Toe using SwiftRex, with random+CoreML+Minimax opponent Middlewares
- Host: GitHub
- URL: https://github.com/swiftrex/tictactoe
- Owner: SwiftRex
- Created: 2021-02-24T22:45:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T22:49:09.000Z (over 5 years ago)
- Last Synced: 2025-03-10T13:45:54.019Z (over 1 year ago)
- Language: Swift
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe
Tic Tac Toe using SwiftRex, with random+CoreML+Minimax opponent Middlewares
This is work-in-progress, and although it works, it has some UI glitches, CoreML model is very dumb and Minimax is yet to be implemented.
Starting, restarting, victory count, timer, level-picker, avatar-picker, human vs human mode and much more is planned but yet to be developed.