libreversi 0.1.0

A backend for reversi game with enemy AI using MiniMax Algorithm
Documentation

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

Maybe Features

  • No Std
  • C / Wasm api
  • Games on non-standard board sizes
  • Games with more than 2 players