From: Fabian Fichter Date: Wed, 23 Dec 2020 13:45:35 +0000 (+0100) Subject: Rename games in variants.ini X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=ac0043da7ba039a02094588e0fc59aac35e5f115;p=fairystockfish.git Rename games in variants.ini --- 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