From 9fdc7de83c369bb771ab0a9a4ef6f64c2879eaec Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Sat, 25 Aug 2012 16:53:36 +0200 Subject: [PATCH] Update rules.lua --- rules.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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