From ac0043da7ba039a02094588e0fc59aac35e5f115 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Wed, 23 Dec 2020 14:45:35 +0100 Subject: [PATCH] Rename games in variants.ini --- README.md | 2 ++ src/variants.ini | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19f7fd9..7e5c8b9 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ The games currently supported besides chess are listed below. Fairy-Stockfish ca - [Ataxx](https://en.wikipedia.org/wiki/Ataxx) - [Breakthrough](https://en.wikipedia.org/wiki/Breakthrough_(board_game)) - [Clobber](https://en.wikipedia.org/wiki/Clobber) +- [Cfour](https://en.wikipedia.org/wiki/Connect_Four), [Tic-tac-toe](https://en.wikipedia.org/wiki/Tic-tac-toe) +- [Flipersi](https://en.wikipedia.org/wiki/Reversi), [Flipello](https://en.wikipedia.org/wiki/Reversi#Othello) ## Help diff --git a/src/variants.ini b/src/variants.ini index 5fd8c11..b77c932 100644 --- a/src/variants.ini +++ b/src/variants.ini @@ -330,7 +330,7 @@ stalemateValue = draw immobilityIllegal = false connectN = 3 -[connect4] +[cfour] maxRank = 6 maxFile = 7 immobile = p @@ -344,7 +344,7 @@ immobilityIllegal = false connectN = 4 nMoveRule = 0 -[reversi] +[flipersi] immobile = p startFen = 8/8/8/8/8/8/8/8[PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPpppppppppppppppppppppppppppppppp] w 0 1 pieceDrops = true @@ -360,7 +360,7 @@ immobilityIllegal = false flipEnclosedPieces = reversi passOnStalemate = false -[othello:reversi] +[flipello:flipersi] startFen = 8/8/8/3pP3/3Pp3/8/8/8[PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPpppppppppppppppppppppppppppppppp] w 0 1 passOnStalemate = true -- 1.7.0.4