Skip to content

Tic Tac Toe application made in flutter showcasing how to test it as well.

License

Notifications You must be signed in to change notification settings

amanv8060/tic-tac-toe-app

Repository files navigation

Tic Tac Toe app

Uses MiniMax Algorithm for computer to let computer always win/draw .

Algorithm from : Geeks for Geeks

Run it

or you can buiild it

  1. Clone repo git clone https://github.com/amanv8060/tic-tac-toe-app
  2. cd tic-tac-toe-app
  3. run flutter pub get
  4. run flutter run

Running tests

  • flutter test --test-randomize-ordering-seed random
  • flutter test integration_test

License: MIT

Contributing

Every contibution , even small are welcome :

  1. If you find any bug , please feel free to create an issue.
  2. Pull Requests should be properly documented.
  3. Give me 24-48 hrs to respond.

Show some ❤️ by starring the repository!

Contributors