Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 333 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 333 Bytes

reversi

A JavaScript implementation of the board game Reversi, also known as Othello, with an AI opponent.

It consists of an 8x8 board in which two players attempt to obtain the most pieces by surrounding their opponent's pieces with their own. When every cell on the board has been played, the player with the most pieces wins.