Rename games in variants.ini
authorFabian Fichter <ianfab@users.noreply.github.com>
Wed, 23 Dec 2020 13:45:35 +0000 (14:45 +0100)
committerFabian Fichter <ianfab@users.noreply.github.com>
Wed, 23 Dec 2020 13:45:35 +0000 (14:45 +0100)
README.md
src/variants.ini

index 19f7fd9..7e5c8b9 100644 (file)
--- 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
 
index 5fd8c11..b77c932 100644 (file)
@@ -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