Skip to content

Heuristic Reversi AI implemented as a Rust and Rust "cdylib" library

License

Notifications You must be signed in to change notification settings

curegit/reversi-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reversi AI

Heuristic Reversi AI implemented as a Rust and Rust "cdylib" library

This project is a ported version of the original Reversi AI DLL for Windows.

For a detailed explanation of the project, including documentation and API usage, please refer to the original project. This ported version aims to maintain the same functionality and performance as the original, while taking advantage of the portability that the Rust programming language offers.

Build

cargo build --release

Build Docs (Japanese)

cargo doc --no-deps

Run Tests

cargo test

License

Apache License 2.0