ccplanner / planner

The Planner for Chips Challenge
6 stars 1 forks source link

Add toggle walls to Planner #5

Closed lotu closed 12 years ago

lotu commented 12 years ago

The toggle walls, squares with a green outline toggle off and on when the green button is pushed. All walls on the level toggle when any green button is pushed. This can be represented in a classical system by having a boolean literal specifying the which state the toggled walls are in and switching it when ever the green button is pushed. This literal would then be part of the precondition for stepping onto a toggle wall.