Lib Reversi
A backend for the game Reversi, which can be used to implement the game of
Reversi in any language.
Features
- [x] List of Legal moves
- [x] 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