![]()
Tic Tac Toe
Plan
- Create Tic Tac Toe Game.
- With game 3 modes:
- Human vs Human
- Human vs Random
- Human vs Best Option
- UI with as little text as possible.
- Animations for game result.
- UI usable for color blind.
Building
The UI was fun to build: Fragments and ViewModel do much work here. Human vs Human was easy. Human vs Random also easy but slow. Best options is still work in progress.
Result
Simple Tic Tac Toe app that is stable and good in use.
Future
Still working on best options, currently trying to brute force all options and hardwire all options paths into the app.