Skip to content

Latest commit

 

History

History

Reversi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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