Skip to content

Commit

Permalink
Added a documentation referencing to Wikipedia about the connect game (
Browse files Browse the repository at this point in the history
…#61)

Co-authored-by: Nick Taylor <nick@iamdeveloper.com>
  • Loading branch information
CodeKage25 and nickytonline committed Oct 17, 2022
1 parent 74efcda commit c05013d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

# connect-four

A web-based version of the classic game Connect Four
A web-based version of the classic game Connect Four.

A web-based version of the classic game Connect Four.

Connect Four is a two-player connection board game. It is also known as Connect 4, Four Up, Plot Four, Find Four, Captain's Mistress, Four in a Row, Drop Four, and Gravitrips in the former Soviet Union.

Players choose a colour and then take turns dropping coloured tokens into a seven-column, six-row, vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column.

The game's objective is to be the first to form a horizontal, vertical, or diagonal line of four of one's own tokens. Connect Four is a solved game. The first player can always win by playing the right moves. Connect Four is a two-player game with perfect information for both sides, meaning that nothing is hidden from anyone. Connect Four also belongs to an adversarial, zero-sum game classification since a player's advantage is an opponent's disadvantage.

Reference [Connect Four on Wikipedia](https://en.wikipedia.org/wiki/Connect_Four)

## Contributing

Expand Down

0 comments on commit c05013d

Please sign in to comment.