Godot Chess Game. It is flawed in several ways.
Find a file
2023-02-19 21:06:13 -05:00
addons/godot-git-plugin Initial Commit 2023-02-17 14:37:23 -05:00
.gitattributes Initial Commit 2023-02-17 14:37:23 -05:00
.gitignore Initial Commit 2023-02-17 14:37:23 -05:00
board.png Initial Commit 2023-02-17 14:37:23 -05:00
board.png.import Initial Commit 2023-02-17 14:37:23 -05:00
chess.png Initial Commit 2023-02-17 14:37:23 -05:00
chess.png.import Initial Commit 2023-02-17 14:37:23 -05:00
default_env.tres Initial Commit 2023-02-17 14:37:23 -05:00
export_presets.cfg Initial Commit 2023-02-17 14:37:23 -05:00
icon.png Initial Commit 2023-02-17 14:37:23 -05:00
icon.png.import Initial Commit 2023-02-17 14:37:23 -05:00
Main.gd added checkmating. also touched every function to support this, and added a few more too 2023-02-19 21:06:13 -05:00
Main.tscn Add en passant and castling 2023-02-18 16:41:27 -05:00
MoveTile.gd 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
MoveTile.tscn Initial Commit 2023-02-17 14:37:23 -05:00
Piece.tscn Add en passant and castling 2023-02-18 16:41:27 -05:00
project.godot added checkmating. also touched every function to support this, and added a few more too 2023-02-19 21:06:13 -05:00
Sprite.gd pawn promotion (to queen) 2023-02-19 04:06:56 -05:00