A small Tic-tac-toe game I made because I was bored.
Go to file
malik 41bdc58b6d Fixed: You can't place your move on the separators anymore
Improved: It is now much easier to select a field. Just say a number between 1 and 9.
2023-10-16 19:37:34 +02:00
.idea Fixed some stuff. 2023-10-16 18:19:01 +02:00
gradle/wrapper Initial commit 2023-10-16 17:39:15 +02:00
src/main/kotlin Fixed: You can't place your move on the separators anymore 2023-10-16 19:37:34 +02:00
.gitignore Initial commit 2023-10-16 17:39:15 +02:00
build.gradle.kts Initial commit 2023-10-16 17:39:15 +02:00
gradle.properties Initial commit 2023-10-16 17:39:15 +02:00
gradlew Initial commit 2023-10-16 17:39:15 +02:00
gradlew.bat Initial commit 2023-10-16 17:39:15 +02:00
README.md Create README.md 2023-10-16 18:42:12 +02:00
settings.gradle.kts Initial commit 2023-10-16 17:39:15 +02:00

TicTacToe-Kotlin

A small Tic-tac-toe game I made because I was bored.