Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 334 Bytes

Lib Reversi

A backend for the game Reversi, which can be used to implement the game of Reversi in any language.

Features

  • List of Legal moves
  • Piece placement and list of pieces that were turned
  • AI Enemy using MiniMax Algorithm