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

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).

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.