This is a documentation for Board Game Arena: play board games online !

Gamehelpconnectfour: Difference between revisions

From Board Game Arena
Jump to navigation Jump to search
No edit summary
(Edited for language and clarity.)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Connect Four is a two-player connection game.
==Objective==
Connect Four is a two-player connection game. The objective is to connect four of your colored discs in a straight line while preventing your opponent from doing the same.
 
==Game play==
The players take turns dropping one colored disc from the top into a vertically suspended grid. The discs fall straight down, occupying the lowest available space within the column.
 
The game ends when one player forms a horizontal, vertical, or diagonal line of four of their own  discs. If the entire board fills up before either player achieves four in a row, then the game ends in a tie.


==Objective==
==Board sizes==
To connect four of your checkers in a row while preventing your opponent from doing the same.
Four board sizes (6x7, 8x9, 9x9, and 10x10) are available in the BGA implementation.


==Gameplay==
==Opening rule==
The players first choose a color and then take turns dropping one colored disc from the top into a vertically suspended grid.
Two optional opening rules are implemented to eliminate first player advantage.


The pieces fall straight down, occupying the lowest available space within the column.
* Pie rule: After the first player's first move, the second player may switch colors.


The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.
* Swap rule: The first player places three discs - a red disc, a yellow disc, and another red disc. After the first 3 discs are placed, the second player may switch colors.


For games where the board fills up before either player achieves four in a row, then they are a draw.
==Arena mode==
The 6x7 board size is unavailable in Arena mode because the game is too easily solved.


==Opening rule==
The opening rule is locked as the swap rule, to allow various opening moves to be played and to remove any potential first/second player advantage.
Two opening rules are implemented to eliminate first player advantage.


* Pie rule: After the first move of the first player, the second player may switch colors.
Currently (since Oct. 2021), the board size option rotates as the season passes (9x9 → 8x9 → 9x9 → 8x9 → ...).
* Swap rule: The first player places three discs - one red disc, one yellow disc, then another red disc. After the first 3 discs are placed, the second player may switch colors.


----
Gurus, ''do not vote for a 6x7 board size or non-swap openings!''
All above contents are from this website: https://en.wikipedia.org/wiki/Connect_Four

Latest revision as of 00:55, 15 February 2022

Objective

Connect Four is a two-player connection game. The objective is to connect four of your colored discs in a straight line while preventing your opponent from doing the same.

Game play

The players take turns dropping one colored disc from the top into a vertically suspended grid. The discs fall straight down, occupying the lowest available space within the column.

The game ends when one player forms a horizontal, vertical, or diagonal line of four of their own discs. If the entire board fills up before either player achieves four in a row, then the game ends in a tie.

Board sizes

Four board sizes (6x7, 8x9, 9x9, and 10x10) are available in the BGA implementation.

Opening rule

Two optional opening rules are implemented to eliminate first player advantage.

  • Pie rule: After the first player's first move, the second player may switch colors.
  • Swap rule: The first player places three discs - a red disc, a yellow disc, and another red disc. After the first 3 discs are placed, the second player may switch colors.

Arena mode

The 6x7 board size is unavailable in Arena mode because the game is too easily solved.

The opening rule is locked as the swap rule, to allow various opening moves to be played and to remove any potential first/second player advantage.

Currently (since Oct. 2021), the board size option rotates as the season passes (9x9 → 8x9 → 9x9 → 8x9 → ...).

Gurus, do not vote for a 6x7 board size or non-swap openings!