Kivy app for Tic-Tac-Toe game powered by MiniMax algoritm for Artificial Intelligence
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.