summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Xghost.pm
Commit message (Collapse)AuthorAgeFilesLines
* convert Bot::Games to use IM::Engine::Plugin::CommandsJesse Luehrs2009-10-311-2/+2
|
* wrong variable nameJesse Luehrs2009-10-311-1/+1
|
* use 'Bool' as the formatter rather than manually looking it upJesse Luehrs2009-06-011-2/+2
|
* format more methods as boolsJesse Luehrs2009-06-011-2/+2
|
* games should unimport Bot::Games::OO::Game, not Bot::Games::OOdoy2009-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
|
* fix up a bunch of challenging issues in the ghost gamesdoy2009-04-251-0/+6
|
* get rid of the 'ghostlike' abstract base, and have other ghostlike games ↵doy2009-04-241-1/+1
| | | | just inherit from ghost directly
* 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
|
* compare state with moves properly (state will always be uppercase)doy2008-12-181-1/+1
|
* add ghost, superghost, xghost, and spook games, based on the ghostlike ↵doy2008-12-181-0/+18
superclass