Godot Chess Game. It is flawed in several ways.
Find a file
2023-02-24 20:38:00 -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 add ai movement based on 'points' gained/lost 2023-02-24 20:38:00 -05:00
Main.tscn Add en passant and castling 2023-02-18 16:41:27 -05:00
MoveTile.gd correctly calculate checkmate. 2023-02-21 13:32:39 -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 add ai movement based on 'points' gained/lost 2023-02-24 20:38:00 -05:00
Sprite.gd pawn promotion (to queen) 2023-02-19 04:06:56 -05:00