summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Ghost.pm
Commit message (Expand)AuthorAgeFilesLines
* this arg was renamed to sender in im-e-p-cJesse Luehrs2009-11-021-1/+1
* don't need to manually use extends here anymoreJesse Luehrs2009-10-311-1/+0
* convert Bot::Games to use IM::Engine::Plugin::CommandsJesse Luehrs2009-10-311-3/+3
* move maybe_add_player to the currentplayer roleJesse Luehrs2009-06-021-8/+5
* factor out the current player logic into a roleJesse Luehrs2009-06-021-27/+1
* use 'Bool' as the formatter rather than manually looking it upJesse Luehrs2009-06-011-3/+3
* format more methods as boolsJesse Luehrs2009-06-011-3/+3
* i know how to use regexes, reallyJesse Luehrs2009-06-011-1/+1
* games should unimport Bot::Games::OO::Game, not Bot::Games::OOdoy2009-04-271-1/+1
* only allow letters in words used in ghostdoy2009-04-271-1/+1
* oops, didn't mean to add thatdoy2009-04-271-3/+0
* invert the sense of the is_over attribute (make it is_active)doy2009-04-271-1/+1
* use a separate exporter package for gamesdoy2009-04-261-1/+1
* modules don't need a #! linedoy2009-04-261-1/+0
* make -challenge also attempt to add a new player if possibledoy2009-04-261-7/+16
* get rid of give_up now that challenging should workdoy2009-04-261-6/+0
* dumb syntaxdoy2009-04-261-2/+2
* rewrite challenging again, i think i might have it this timedoy2009-04-261-10/+19
* fix up a bunch of challenging issues in the ghost gamesdoy2009-04-251-3/+4
* don't allow players to be added if there is currently a challengerdoy2009-04-241-1/+1
* use the allow_new_player interface in ghostlikesdoy2009-04-241-12/+14
* get rid of the 'ghostlike' abstract base, and have other ghostlike games just...doy2009-04-241-0/+149
* remove ghostdoy2009-04-241-19/+0
* syntax fixesdoy2009-01-151-1/+1
* convert the plugins over to using the command syntaxdoy2009-01-141-2/+2
* use Bot::Games::OO rather than Moose directlydoy2009-01-141-2/+2
* make_immutable, no Moosedoy2008-12-201-0/+3
* add ghost, superghost, xghost, and spook games, based on the ghostlike superc...doy2008-12-181-0/+16