defuncart / shogi

A simple shogi engine for Dart and Flutter. This engine can be combined with flutter_shogi_board to render static game board positions, tsume problems or shogi castles.
MIT License
5 stars 0 forks source link

Determine if a move is valid #15

Closed ryicoh closed 1 year ago

defuncart commented 3 years ago

Hi @ryicoh, thanks for checking out this package. Determining move validity is something that I'd like to add next. I'll be experimenting with bitboards on this branch. Unfortunately I do not have much free time at the moment, and I'm new to bitboards, so it'll probably take a while. Nevertheless I'll update this issue whenever I've something to report on :)