nozaq / shogi-rs

A Bitboard-based shogi library in Rust. Board representation, move generation/validation and time control utilities.
https://docs.rs/shogi/latest/shogi/
MIT License
46 stars 3 forks source link

Returns a bitboard which includes all pieces of the given player color #14

Closed nozaq closed 6 years ago

nozaq commented 6 years ago

This will make generating all possible moves a way simpler.

Refs: #13