This respository is the full developed code of the game which made with Kivy GUI. The game is based on Minimax Algorithm. This game is purely written in python.
To run this game it requires the package kivy.
To install Kivy run the following command
pip install kivy
To run the game apply following command to the suitable terminal
py NebApp.py
From the commandline which is used to run the python file it is possible to see each statespace iterations.
So that's basically about my game instructions.