Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 413 Bytes

File metadata and controls

11 lines (7 loc) · 413 Bytes

ConnectFour

ConnectFour game with AI player written in c#.

This game implements the MinMax algorithm for make the computers able to think and decide its best move.

You can play both with another human player, or with CPU player. You can change the dimensions of playing board as you want.

Screenshot:

Main form of the game