summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Superghost.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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/+7
|
* 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
|
* add ghost, superghost, xghost, and spook games, based on the ghostlike ↵doy2008-12-181-0/+17
superclass