18 lines
561 B
Markdown
18 lines
561 B
Markdown
# TicTacToeAndroid
|
|
|
|
Simple tic-tac-toe game written for practicing Android/Kotlin/Compose.
|
|
|
|
Allows player to choose whether they'd like to go first `X` or second `O`,
|
|
play with a friend or against a choice of algorithms,
|
|
and maybe even make the game mad. 🐇🥚
|
|
|
|
## Download
|
|
|
|
App is hosted at [git.hyperling.com](https://git.hyperling.com/me/android-tictactoe) where
|
|
it is also available for
|
|
[Direct Download](https://git.hyperling.com/me/android-tictactoe/releases).
|
|
|
|
## TODO
|
|
|
|
May add it to F-Droid later if time permits, would like to learn how that works.
|