Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 941 Bytes

File metadata and controls

29 lines (22 loc) · 941 Bytes

Minimax_NumberGame

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

Output of the file

First frame image Second Frame image

From the commandline which is used to run the python file it is possible to see each statespace iterations.

image

So that's basically about my game instructions.