summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/24.pm
Commit message (Expand)AuthorAgeFilesLines
* cleanupsHEADmasterJesse Luehrs2010-01-021-2/+3
* ignore whitespace in 24 solutionsJesse Luehrs2009-11-021-0/+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
* prevent ridiculous numbers in 24Jesse Luehrs2009-10-311-0/+1
* meh, this makes games boringJesse Luehrs2009-05-011-1/+0
* add players in 24doy2009-04-271-0/+3
* games should unimport Bot::Games::OO::Game, not Bot::Games::OOdoy2009-04-271-1/+1
* invert the sense of the is_over attribute (make it is_active)doy2009-04-271-2/+2
* give the time it took to solve a 24 problem when a correct answer is givendoy2009-04-271-1/+4
* make 24 only generate 2 digit numbers at mostdoy2009-04-271-0/+1
* use a separate exporter package for gamesdoy2009-04-261-1/+1
* modules don't need a #! linedoy2009-04-261-1/+0
* use Math::Expression::Evaluator rather than feeding expressions through perl'...doy2009-01-251-4/+4
* stop using the stupid way to catch fractions (it would loop forever on prime ...doy2009-01-251-4/+1
* stop using is_over to store the game end messagedoy2009-01-251-4/+4
* better handling of expressions that evaluate to 0 or divide by zero in 24doy2009-01-251-1/+1
* allow games to return '' from their turn method without the base class whiningdoy2009-01-251-1/+1
* commentdoy2009-01-251-0/+1
* randomize the order of the numbers returned by @24doy2009-01-251-1/+3
* split can leave empty leading/trailing fields, get rid of themdoy2009-01-241-1/+1
* make turn use augment/inner so that the after modifier in the base class worksdoy2009-01-231-1/+1
* syntax fixesdoy2009-01-151-2/+2
* convert the plugins over to using the command syntaxdoy2009-01-141-10/+11
* use Bot::Games::OO rather than Moose directlydoy2009-01-141-2/+2
* make sure the numbers used in the proposed solution for 24 are the same as th...doy2008-12-201-0/+5
* make_immutable, no Moosedoy2008-12-201-0/+3
* restrict dumb values for 24 in both placesdoy2008-12-181-1/+1
* explicitly return undef heredoy2008-12-181-0/+1
* is_done -> is_overdoy2008-12-181-1/+1
* keep track of the numbers currently being used, for later queryingdoy2008-12-181-1/+7
* add 24 gamedoy2008-12-181-0/+84