diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-08-30 00:32:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 00:32:20 -0400 |
commit | 7bb19de683c70aeccea710d53ca3b13974a1c95d (patch) | |
tree | a2b782c194321d157f4e5df12b1fd1e8359c6485 /src/main/resources/assets/skyblocker | |
parent | 301f40c7a97d862006770a6b27ff11a2677dcb3e (diff) | |
download | Skyblocker-7bb19de683c70aeccea710d53ca3b13974a1c95d.tar.gz Skyblocker-7bb19de683c70aeccea710d53ca3b13974a1c95d.tar.bz2 Skyblocker-7bb19de683c70aeccea710d53ca3b13974a1c95d.zip |
Tic Tac Toe Solver! (#253)
* Tic Tac Toe Solver!
* alpha-beta-pruning
* Small changes
---------
Co-authored-by: Yasin <LifeIsAParadox@users.noreply.github.com>
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 39a215d2..ae24d9ed 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -208,6 +208,8 @@ "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Solve Blaze Puzzle", "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver.@Tooltip": "Boxes the correct blaze in green, also draws a line to and boxes the next blaze to kill in white.", "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Solve Trivia Puzzle", + "text.autoconfig.skyblocker.option.locations.dungeons.solveTicTacToe": "Solve Tic Tac Toe Puzzle", + "text.autoconfig.skyblocker.option.locations.dungeons.solveTicTacToe.@Tooltip": "Puts a red box around the next best move for you to make!", "text.autoconfig.skyblocker.option.locations.dungeons.lividColor": "Livid Color", "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor": "Enable Livid Color", "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor.@Tooltip": "Send the livid color in the chat during the Livid boss fight.", |