This commit is contained in:
francis 2026-03-06 20:12:38 +01:00
commit 3ea7bfd5dc
122 changed files with 568704 additions and 0 deletions

13
Scripts/rule.gd Executable file
View file

@ -0,0 +1,13 @@
extends Node
class_name Rule
static func ready(piece: Piece):
pass
static func select(piece: Piece, game: Game):
pass
static func before_move(piece: Piece):
pass