https://github.com/zsr2531/ticwactoe
A tictactoe game complete with an AI written in Kotlin (for practice).
https://github.com/zsr2531/ticwactoe
Last synced: 10 months ago
JSON representation
A tictactoe game complete with an AI written in Kotlin (for practice).
- Host: GitHub
- URL: https://github.com/zsr2531/ticwactoe
- Owner: zsr2531
- License: mit
- Created: 2021-04-04T19:49:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T11:20:48.000Z (about 5 years ago)
- Last Synced: 2025-07-16T19:12:06.481Z (11 months ago)
- Language: Kotlin
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ticwactoe
A tictactoe game complete with an AI written in Kotlin (for practice).
The code is heavily commented, so it should be easy to read. The goal was only to practice Kotlin, but I decided the publish it to Github, cause why not.