Commit graph

5 commits

Author SHA1 Message Date
jake
e31a2fd04f correctly calculate checkmate.
move check_for_promotion() at the very start of new turn.

add green color for MoveTile.gd (for showing map control)

add some functions that show board control.

modify some functions so that they will use 'text_board' rather than the player presented board.
2023-02-21 13:32:39 -05:00
jake
573909c7d7 complete castling rules, note if a king is checked, added 'control' boards for each team, added turn counting (based on piece movement) 2023-02-19 03:21:43 -05:00
jake
74580ebfa9 appese debugger warnings and remove/change unneeded/unused code 2023-02-18 17:23:22 -05:00
jake
4b9191e481 Add en passant and castling 2023-02-18 16:41:27 -05:00
jake
ece682cacb Initial Commit 2023-02-17 14:37:23 -05:00