Skip to content

gargsaar/tic-tac-toe-ai

Repository files navigation

AI Bot for Tic-Tac-Toe

Kivy app for Tic-Tac-Toe game powered by MiniMax algoritm for Artificial Intelligence

Game Cover

Purpose

This app is for beginners who want to implement AI Minimax algorithm in python code.

Minimax is a decision rule used in artificial intelligence, decision theory, game theory, statistics, and philosophy for minimizing the possible loss for a worst case (maximum loss) scenario.

To learn the theory, check this out: Algorithms Explained – minimax and alpha-beta pruning: https://youtu.be/l-hh51ncgDI

This app is for beginners who want to get a hang of Kivy and KivyMD application development.

Kivy is a open source python library for cross platform application development. It the only library that supports python for cross platform web and mobile application development that make use of innovative user interfaces, such as multi-touch apps.

KivyMD is a collection of Material Design compliant widgets for use with Kivy framework.

Game Screenshot

Tic_Tac_Toe_AI

About

AI bot for Tic-Tac-Toe game based on MiniMax algorithm powered by Kivy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages