Complex variants of tic-tac-toe game.
You can join us on Discord every Saturday at 17:30 UTC to watch the live coding of this app, give your feedback and make suggestions.
For now we have the game on the Google Play Store and working on having it published to the Apple App Store
Please read the contribution guidelines.
TBA
- on emulator with:
flutter drive --target=test_driver/app.dart
- or on a physical device with:
flutter drive --profile --target=test_driver/app.dart
Current flow:
- Menu segment: Mute/unmute, Change language 3 times
- Rules segment: Iterate through all rules
- Game segments - Setup game mode & play:
- random game vs AI (hard difficulty)
- predefined sequence - local game (player vs player) - expected outcome:
O
X O
O
Segments can be commented out in test_driver/app_test.dart