Skip to content

Files

Latest commit

ce41824 · Dec 13, 2023

History

History

Reversi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023

Reversi

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Reversi is a 1 v 1 abstract game where you place pieces that jump over your opponents pieces and convert all the jumped pieces into your own. Whoever has the most pieces at the end of the game wins.

 Reversi

 ┌─────────────────┐
 │         ○       │
 │   + ● ● ● ●     │
 │   + ○ ● ●       │
 │   +[+]● ○ +     │
 │   ○ ○ ○ ○ ○     │
 │   +   ● + + +   │
 │       ●         │
 │       ●         │
 └─────────────────┘
    ●: 10     ○: 8  

Input

  • , , , : move cursor
  • enter: place move & confirm
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64