Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.26 KB

Checkers

This project represents the board game "Checkers". We are creating this game as a school project in our Computer Science class. The game will be developed with "Spain" rules.

Game rules

Setup

  • A classic 8x8 chessboard, only the dark squares are used.

It is positioned so that each player has a light square on the right side corner.

  • 24 discs (12 of 2 colors)

Typically, they are flat and round. The color of one set is black and the other red or white or beige.

Image

Game Play

Checkers is played by two players.

Each player begins the game with 12 discs and places them on the 12 dark squares closest to him or her.

Black opens the game, then players alternate their turns.

Randomly determine who gets the black pieces first. When playing a series of games, the players alternate who gets the black pieces

Move

The pieces always move diagonally and single pieces are always limited to forward moves.

A piece making a non-capturing move may move only one square.

End of the game

A player wins the game when the opponent cannot make a move.

This happens usually because all of the opponent's pieces have been captured, but it could also be because all of his pieces are blocked in.