(game "ourson" (players 2) (equipment { ("AlquerqueBoard" 2 3) (piece "Bear" P2 (move Step (to if: (is Empty (to))))) (piece "Dog" P1 (move Step (to if: (is Empty (to))))) } ) (rules (start { (place "Bear2" (sites {"B2"})) (place "Dog1" (sites { "A2" "C2" })) } ) (play (forEach Piece)) (end (if (no Moves Next) (result Mover Win))) ) )