Open arr28 opened 9 years ago
Firefighter is breaking because it apparently has a winning move (extinguish) for which the prop is NULL (i.e. - it's a noop!). Investigating further...
Fixed firefighter at least.
slidingpieces has 'broken' (or at least dubious) GDL. The parser cannot handle comments in the middle of rules it seems, and the GDL for this game exhibits this, with the result that the propnet factory (the basic first stage, not optimized at all) contains only the 0 goal.
Some of these could be down to GDL problems, but I'm pretty sure that we used to be able to solve base.firefighter which now seems to hang us.