diff --git a/rules.lua b/rules.lua index e69de29..efc1093 100644 --- a/rules.lua +++ b/rules.lua @@ -0,0 +1,12 @@ +-- CHESS MOD +-- ================================================= +-- chess/rules.lua +-- ================================================= +-- Registers the chess pieces +-- +-- Contents: +-- +-- [func] update(command) - Manages /move rook to A6 +-- [func] checkMove(piece,target) - checks the piece can get there +-- [func] takePiece(piece) +-- ================================================= \ No newline at end of file