/minishogilib

Primary LanguageRustMIT LicenseMIT

Minishogilib

License: MIT PyPI

build test wheel

This is a python3 library of Minishogi (a variant of Shogi) written in Rust.

Installation

You can use this library by building from source or downlaoding the wheel file from release.

Build from source

The wheel file can be generated by maturin.

maturin build --release

The wheel file is generated at ./target/wheels/ and you can install it via pip3.

pip3 install <GENERATED WHEEL FILE>