summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Chess.pm
Commit message (Expand)AuthorAgeFilesLines
* this arg was renamed to sender in im-e-p-cJesse Luehrs2009-11-021-3/+3
* don't need to manually use extends here anymoreJesse Luehrs2009-10-311-1/+0
* remove mx-ahJesse Luehrs2009-10-311-3/+3
* convert Bot::Games to use IM::Engine::Plugin::CommandsJesse Luehrs2009-10-311-4/+4
* better state commandJesse Luehrs2009-06-021-3/+9
* formattingJesse Luehrs2009-06-021-3/+2
* add a command to check the current state of the gameJesse Luehrs2009-06-021-0/+10
* add a resign command for chessJesse Luehrs2009-06-021-0/+9
* move maybe_add_player to the currentplayer roleJesse Luehrs2009-06-021-1/+2
* use the CurrentPlayer role in the chess pluginJesse Luehrs2009-06-021-2/+3
* package end stuff for the chess moduleJesse Luehrs2009-06-011-0/+3
* clean up undef warningJesse Luehrs2009-06-011-1/+1
* only allow players to move on their turnJesse Luehrs2009-06-011-0/+3
* return an error message if someone triest to join lateJesse Luehrs2009-06-011-1/+2
* increment the turn properlyJesse Luehrs2009-06-011-1/+1
* Bot::Games::OO already provides thisJesse Luehrs2009-06-011-1/+0
* first stab at a chess implementationJesse Luehrs2009-06-011-0/+64