libreversi

Crates.iolibreversi
lib.rslibreversi
version0.1.0
sourcesrc
created_at2020-08-13 14:10:17.826727
updated_at2020-08-13 14:10:17.826727
descriptionA backend for reversi game with enemy AI using MiniMax Algorithm
homepagehttps://github.com/Kushagra-0801/Libreversi
repositoryhttps://github.com/Kushagra-0801/Libreversi
max_upload_size
id276251
size40,448
Kushagra Gupta (Kushagra-0801)

documentation

README

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
Commit count: 23

cargo fmt