New Games: - Tumbleweek (Designer: Mike Zapawa. Implemented by Michael Amundsen and Alek Erickson) - Gale (Credits: QuaGamer) - Gauntlet (Credits: Phil Leduc) - Ram Tir - Bagh Bandi - Sher Bakr - Pam Pait - Bam Blang Beh Khla - Mawryngkneng Solitaire Game - Tule Paid - Mughal Pathan - Kaua Dorki - Maleys - Challis Ghutia - Damas - Dama (Philippines) - Tuk Tak - Bara Guti (Bihar) - The Babylonian - Bagha Guti - Shashki - Rumi Shatranj - Kapana Bona - Challis Ghutia (Titagarh) - Bis Gutiya - Orissa Tiger Game (Four Tigers) - Orissa Tiger Game (One Tiger) - Kulaochal - Lam Turki - Do Guti - Pentalpha - Nao Gutiya Baithaneka - Ghingskoot - Nao Guti - Pachgarhwa - San-Noku-Narabe - Nine Holes - Epelle - Tapatan - Liu Tsi - Akidata - Six-Penny Madell - Fanorona Telo - Kints - Mapuche Game - Driesticken - Sam K'i - Oumoul Kono - Triodi - Tugi-Epfe - Marelle Triple - Triodi (Diagonal) - Lam Pusri - BoxOff - Sumi Naga Game (Hunt) - Sumi Naga Game (War) - Terhuchu (Small) - Kolowis Awithlaknannai - Awithlaknan Mosona - Gavalata - Kawade Kelia - Rimau-Rimau (One Tiger) - Rimau-Rimau (Two Tigers) - Dam (Singapore) - Jeu du Renard et de la Poule - Len Cua Kin Ngoa - Len Doat - Diagonal Hex - Broken Line - Chungcajon - Pareia de Entrada - Temeen Tavag - Dorvon Cag - Gurvan Xudag - Medio Emperador - Los Doze Canes - Phase Chess - Ultimate Chess - Breakthrough Chess - Breakthrough Checkers - Ofanfelling - Uxrijn Ever - Neg tugal Tuux - Laquet - Emperador - Cab e Quinal - Quinze Tablas - Engijn Zirge - Altan Xaraacaj - Xonin Shatar (Simple) - Xonin Shatar (Complex) - Gurgaldaj - Xanan Zirge - Jeson Zam - Zurgaan Tal - Tuvan Tal - New Rulesets: - 19 rulesets added to Senet. - Rulesets added to Twelve men's morris. - Rulesets added to Hus (Damara). - Rulesets added to Dabuda. - Rulesets added to Unnee Tugalluulax. - Rulesets added to Aw-li On-nam Ot-tjin. - Rulesets added to Picaria. New Ludemes: - (mancalaBoard ...) (we decided to create a ludeme in order to be able to create more easily all the possible Mancala boards with one single ludeme). - (sites LargePiece ...) to get all the sites occupied by a specific large piece. - (size Large Piece ...) to get the size of large piece(s). - (forEach Value ...) to iterate on values to generate moves. - (value) to get the iterating value of (forEach Value) - (count StepsOnTrack ...) to count the number of steps to go from a site to another in a track. - (is Pattern ...) to detect a pattern from a site. - (results ...) generating an array of integers of all the results of a function between each 'from' site of a region and each 'to' site of another region. - Sub FloatFunction. - Abs FloatFunction. - Add FloatFunction. - Max FloatFunction. - Min FloatFunction. - Mul FloatFunction. - Pow FloatFunction. - Log FloatFunction. - Exp FloatFunction. - Sqrt FloatFunction. - Log10 FloatFunction. - Cos FloatFunction. - Tan FloatFunction. - Sin FloatFunction. - (sites) to iterate some regions with ForEach Moves. - (forEach Group ...) to make a move for each group. - (sizes Group ...) to return the sizes of all the group. - (sites Between ...) to get all the sites between 2 sites in a radial. Possibility to include the from and to and to make a condition on the sites in between. - (is Repeat ...) to detect if a state was already met before. Ludeme Updates: - Possibility to define a set of dice with different faces values for each die of the same size. - new count: parameter to the remove ludeme to remove many pieces. - PuzzleBoard removed and merged into Board. - The Mathematical IntFunction ludemes can take an IntArray in entry. - Possibility to use IntFunction in entry of Map. - (Is Connected ...) can now handle any direction. - (Is Loop ..) can now handle any direction- New parameter stopIncluded in (sites Direction ...) to include the site stopping each radial. Ludeme Fixes: - (trackSite ...) fixed in case of many tracks with different owners. - Fix about the number of pieces in the track with loops. - (count Steps ...) minor fix. - (ForEach Piece Neutral) is now working. Game Fixes: - Fix all the mancala boards to not put the storages if they should not be there. - Fix board size of Hus (Damara). - Men's Morris games: When only 3 pieces, the pieces can move everywhere and impossible to remove a piece in a mill except if no other choice. - Fix the move back in track in Mehen. - In case of Simultaneous group in Lines of Action, that's a draw. An option is also added to make the mover to win. GUI: - Winning/Losing conditions visualisation system works for (is Line ...), (is Connected ...) and (is Loop) - New Table Design used for all the ancient table games.