An AI for a modified chess game called "Hold Your Horses".
This is part of UMB CS470/670 assignment.
A 2 player chess-like game. Each player has 7 horses and 1 apple.
The horses move like the knights in chess and the apple can't move.
The objective of the game is to capture opponent's apple or all opponent's horses before they capture yours.
If no player wins after a total of 40 moves (20 per player), the game is drawn.
-- upcoming --
Project is created with:
- Python version 3.8.0
- Numpy version 1.19.5
- TKinter version 8.6