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

feature/add pieces in hand #3

Closed defuncart closed 4 years ago

defuncart commented 4 years ago

Adds the ability to have pieces in hand. A GameBoard is now represented by GameBoard, not just simply List<BoardPiece>. Also consolidated import board notation.