(game "Snort" (players 2) (equipment { (board (square 8)) (piece "Cat" P1) (piece "Dog" P2) }) (rules (play (move Add (to (difference (sites Empty) (sites Around (sites Occupied by:Next) Orthogonal)) ) ) ) (end (if (no Moves Next) (result P1 Win))) ) ) //------------------------------------------------------------------------------ (metadata (info { (description "SNORT (Simon NORTon) is played on an 8 x 8 grid of squares.") (aliases {"Cats and Dogs"}) (rules "Two players, black and white, take turns dropping pieces onto empty squares (that are not orthogonally adjacent to another enemy's piece) until no more moves are available. The last player to make a move wins the game.") (id "1822") (source "BGG") (version "1.3.12") (classification "board/space/blocking") (author "Simon Norton") (credit "Eric Piette") (date "1970") } ) (graphics { (player Colour P1 (colour White)) (player Colour P2 (colour White)) (board Colour Phase0 (colour Brown)) (board Colour OuterEdges (colour Hidden)) (board Colour InnerEdges (colour Hidden)) }) (ai "Snort_ai" ) )