You can play this game in your browser:
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
↑
,↓
,←
,→
: move cursorenter
: place move & confirmescape
: exit game