MonicaHillman / othello

Othello/Reversi game made with C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Othello/Reversi πŸš€

Reversi is a strategy board game for two players, played on an 8Γ—8 uncheckered board. It was invented in 1883. Othello, a variant with a change to the board's initial setup, was patented in 1971.

Basics

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.

Language

Made with C.

Screenshots

Person

Person

About

Othello/Reversi game made with C.


Languages

Language:C++ 100.0%