Skip to content

seifgneedy/Connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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