In this repository, I'll be writing an AI to play Baagchal using minimax algorithm.
If you directly want to run the executable file without worrying about installing python and installing configparser, the windows version is available in release for downloads.
Alternatively,
configparser
is the only dependencies other than tkinter.
pip install configparser
or, alternatively:
pip install -r requirements.txt
python gui.py
- GUI
- Map GUI to grid
- Add constraints for moves
- Minimal working version for 2 players
- Add Controls
- Implement AI: minimax
- Randomize optimal moves
- Improve Heuristic function
- Rework on the messy code