https://github.com/curegit/reversi-ai
Heuristic Reversi AI implemented as a Rust and Rust "cdylib" library
https://github.com/curegit/reversi-ai
classical-ai dynamic-link-library ffi game-ai reversi
Last synced: 1 day ago
JSON representation
Heuristic Reversi AI implemented as a Rust and Rust "cdylib" library
- Host: GitHub
- URL: https://github.com/curegit/reversi-ai
- Owner: curegit
- License: apache-2.0
- Created: 2023-07-04T14:23:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T14:08:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-08T19:06:00.784Z (about 1 year ago)
- Topics: classical-ai, dynamic-link-library, ffi, game-ai, reversi
- Language: Rust
- Homepage: https://github.com/curegit/reversi-ai-dll
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/curegit/reversi-ai-dll).
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
```sh
cargo build --release
```
## Build Docs (Japanese)
```sh
cargo doc --no-deps
```
## Run Tests
```sh
cargo test
```
## License
[Apache License 2.0](LICENSE)
Copyright (C) 2025 curegit