summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Ghostlike.pm
Commit message (Expand)AuthorAgeFilesLines
* get rid of the 'ghostlike' abstract base, and have other ghostlike games just...doy2009-04-241-141/+0
* temporary fix to allow canceling ghostlike gamesdoy2009-04-241-0/+6
* stop using is_over to store the game end messagedoy2009-01-251-4/+4
* make turn use augment/inner so that the after modifier in the base class worksdoy2009-01-231-2/+2
* new syntax for declaring extra commands (typically generated methods) - still...doy2009-01-161-1/+1
* syntax fixesdoy2009-01-151-5/+5
* convert the plugins over to using the command syntaxdoy2009-01-141-20/+25
* use Bot::Games::OO rather than Moose directlydoy2009-01-141-4/+2
* make_immutable, no Moosedoy2008-12-201-0/+3
* pass the player in an extra hashref to actions, pass the arg as the first arg...doy2008-12-181-1/+2
* more state comparisonsdoy2008-12-181-1/+1
* this was moveddoy2008-12-181-1/+1
* syntax errorsdoy2008-12-181-4/+4
* _valid_word can be handled in Ghostlike.pm as a delegate from the word listdoy2008-12-181-2/+3
* add a generic ghostlike game plugindoy2008-12-181-0/+127