curegit / reversi-ai

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

Home Page:https://github.com/curegit/reversi-ai-dll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://github.com/curegit/reversi-ai-dll

License:Apache License 2.0


Languages

Language:Rust 100.0%