Skip to content

An impossible-to-beat tictactoe ai that uses the minimax algorithm. Made using flutter.

Notifications You must be signed in to change notification settings

ikramhasan/Impossible-TicTacToe-Ai

Repository files navigation

Impossible TicTacToe

Android Platform Platform ios Platform windows Platform web Made With Flutter Responsive License

Intro Screen Home Screen View Result
drawing drawing drawing

Description

A tictactoe AI that is impossible to beat. Made using Dart and Flutter ❤ Both the UI and the backend of the application was made using Flutter and Dart. The AI uses the minimax algorithm to look through all the possible combination of game states and returns the best one. It will always make the best possible move so the best case for the user is a draw.

Demo

A website built with the Flutter Responsive Framework.

An android fat application made using Flutter.

Features

  • Animation Background
  • Responsive UI
  • Implement MiniMax Algorithm
  • Implement Alpha-Beta Pruning
  • Implement Complex huristics
  • Enable Console
  • Host site

My Socials



Built with Responsive Framework       Flutter

License

BSD Zero Clause License

Copyright © 2020 Codelessly

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.