kingdom icon indicating copy to clipboard operation
kingdom copied to clipboard

The fate of the kingdom is in your hands

Results 5 kingdom issues
Sort by recently updated
recently updated
newest added

i have download this project but not run so please help me for this... step by step

![chessbug](https://user-images.githubusercontent.com/3192596/57969673-bec38880-7979-11e9-811a-14751002a315.png) As you can see here, the black castle is not correctly moved to d8.

If I want to play the black pieces how can I turn the board?

@nmrugg Found a bug in your code. You always depends on is_stalemate_by_rule variable for stalemate. However, when stalemate_by_rule == null, !stalemate_by_rule == true. Then either side must win. It will...