This is an in-progress repository
This repository seeks to create a playable game of Chinese Checkers with several implemented bots which the player can compete against. The intention is to have a range of bots which implement different versions of searches such as minimax or monte Carlo in order to play semi intelligently versus a human opponent or another bot.
Simply download the repository and run the guiMove.py file in visual studio code or other editor
Runs a program which allows you to play a game against an AI using a mini max function with alpha beta prunning.
Runs a program which allows you to play a game against an AI using a mini max function without any prunning.
Runs a program which allows you to play a game against an AI using a GUI
Runs a command line interface game which plays a full game using 6 AI
Runs a command line interface game which allows you to play a game vs 5 AI