Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 256 Bytes

connect-4

Connect 4 game
Player VS AI
AI algorithm is implemented in 2 ways using a good heuristic function :

  1. Minimax
  2. Alpha Beta Pruning

Check Report for more details