Skip to content

lrcarrera/Reversi

Repository files navigation

Reversi

Reversi is a strategy board game for two players, played on an 8×8 uncheckered board. There are sixty-four identical game pieces called disks (often spelled "discs"), which are light on one side and dark on the other. Players take turns placing disks on the board with their assigned color facing up. During a play, any disks of the opponent's color that are in a straight line and bounded by the disk just placed and another disk of the current player's color are turned over to the current player's color.

The object of the game is to have the majority of disks turned to display your color when the last playable empty square is filled.

/Implementation of Reversi game/

  • Game Modes:
  • Multiplayer
  • Individual:
    • Easy (In each move, the hint disks shows a number of disks that will be moved in the actual movement or a future one)
    • Medium
    • Hard

Developed By Radu Spaimoc & Luis Rosales

About

/*Implementation of Reversi game*/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages