Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 301 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 301 Bytes

Kalaha Game

Kalaha AI by Rahul Reddy Katiki Reddy

I am aiming for grade B, so i implemented the following features:

  • MiniMax algorithm with depth-first search implemented
  • Iterative Deepening
  • Time to AI move is 5 seconds
  • Alpha-Beta Pruning (with move ordering in order to improve pruning)