Update rules.lua

master
Rubenwardy 2012-08-25 16:53:36 +02:00
parent 97721f6444
commit 9fdc7de83c
1 changed files with 12 additions and 0 deletions

View File

@ -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)
-- =================================================