(game "Yavalade" (players 3) (equipment { (board (rotate 90 (hex 5))) (piece "Marker" Each) }) (rules (play (move Add (to (sites Empty)))) (end { (if (is Line 5 whats:{1 3}) (result P1 Win)) (if (is Line 5 whats:{1 2}) (result P2 Win)) (if (is Line 5 whats:{2 3}) (result P3 Win)) }) ) ) //------------------------------------------------------------------------------ (metadata (info { (description "Yavalade was invented in 2012 by Néstor Romeral Andrés. It is a derivative of Yavalath.") (rules "White player takes a red piece and places a white piece on top of it, placing the stack before them. Black player takes a white piece and places a black piece on top of it, placing the stack before them. Red player takes a black piece and places a red piece on top of it, placing the stack before them. Starting with White, players take turns placing a piece of their colour on an empty space of the board until the victory condition is reached. The aim of the game is to create a 5-in-a-row containing both and only both colours of your stack.") (source "BGG") (id "452") (version "1.3.12") (classification "board/space/line") (author "Néstor Romeral Andrés") (publisher "nestorgames (used with permission)") (credit "Eric Piette") (date "2012") } ) (ai "Yavalade_ai" ) )