Added tictactoe rules and their translations in current languages

This commit is contained in:
Namonay
2024-02-27 18:11:08 +01:00
parent 269551c68f
commit 20dfb21161
5 changed files with 26 additions and 5 deletions

View File

@ -38,5 +38,9 @@
"profileBlock": "Block",
"gameGoalTaken": "Goal Taken",
"gamePlayersListName": "Players",
"ticTacToe": "TicTacToe"
"ticTacToe": "TicTacToe",
"ruleTitle" : "Rules",
"ruleBase" : "1. Win on one of the 9 tictactoe to win the game",
"ruleMovement" : "2. You start on the central tictactoe, and play on the one corresponding to your choice on the next turn",
"ruleDraw" : "3. If your play cause a tictactoe to be full and a draw, you lose the game"
}