Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 954 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 954 Bytes

Connect-4

About

Connect Four is a two-player game with perfect information for both sides. This term describes games where one player at a time plays, players have all the information about moves that have taken place and all moves that can take place, for a given game state. Connect Four also belongs to the classification of an adversarial, zero-sum game, since a player's advantage is an opponent's disadvantage.

Mathematical Explanation

One measure of complexity of the Connect Four game is the number of possible games board positions. For classic Connect Four played on 6 high, 7 wide grid, there are 4,531,985,219,092 positions for all game boards populated with 0 to 42 pieces.

Representation of actual game

gif of actual game