#reversi #othello #engine #gamedev

libreversi

A backend for reversi game with enemy AI using MiniMax Algorithm

1 unstable release

0.1.0 Aug 13, 2020

#954 in Game dev

MIT license

39KB
1K SLoC

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

No runtime deps