Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.62 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.62 KB

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