Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 266 Bytes

File metadata and controls

8 lines (7 loc) · 266 Bytes

AI-Checkers

AI based checkers game, supports the following game types:

  • Human vs Human
  • Human vs AI
  • AI vs AI

The game is coded in python and uses MiniMax algorithm to predict the best move for AI. To run the game, clone the repository and run python main.py