diff --git a/index.html b/index.html index 051201b..7926a6d 100644 --- a/index.html +++ b/index.html @@ -86,9 +86,9 @@
You can either install it from google play store or you can download 64 bit APK and install it (make sure that installation of thirdparty-apps is allowed in settings). If this APK is not compatible with your device, download 32 bit APK and install it.
@@ -148,13 +148,13 @@
- By tapping on "Edit config" you can open a dialog for changing the AI engine configuration. + By tapping on "Edit config" you can open a dialog for changing the AI engine configuration. Most parameters are directly passed to AI and can be found in the engine's documentation. With "useSpecificNpuAccelerator" you can set the NPU accelerator, that BadukAI should use. By default, BadukAI makes a reasonable choice, @@ -165,7 +165,7 @@
- If KataGo is active, you can edit the field "kyu-rank" in settings: + If KataGo is active, you can edit the field "kyu-rank" in settings: If you enter a number between 30 and -8 (denoting 9-dan), a calibrated bot of roughly this strength (as in KaTrain) will make the AI moves (full credit to sanderland's great KaTrain project for the underlying algorithms). @@ -183,40 +183,25 @@
- With the checkbox "winrate on play" you can toggle whether winrates are also + With the checkbox "winrate on play" you can toggle whether winrates are also shown during play (not only in analysis). If ticked, the winrate will be displayed for all moves of the AI.
-- In the field labelled "histogram:" you can configure what the histogram - below the board will show: -
-- In the field labelled "branches to show in analysis" you can limit the number of - analyzed branches that are shown on the board. + In the field labelled "moves to show in analysis" you can limit the number of + analyzed moves that are shown on the board.
- The combobox "one color" allows you to switch to a fun variation of the game - called "One color go": All stones played appear in the same color (the one - that you choose in the combobox). This a fun way to train your (shape) + By tapping "Set board appearance" you can customize the look of the board by + choosing your own images of board and stones. Moreover, you can toggle the + display of the "next move" marker and the numbering of stones. Additionally, + you can switch to a fun variation of the game called "One color go": All + stones played appear in the same color (the one that you choose in the combobox + "all stones in same color"). This a fun way to train your (shape) memory. The setting applies only to newly played stones, not to existing ones. So, if you play a one-colored game and want to see the current - position with both colors, you have to set the "one color" option to "-", + position with both colors, you have to set the "all stones in same color" option to "-", then jump to the beginning of the game (by tapping on the first segment of the histogram), then jump back to the end (by tapping on the last segment of the histogram). In this way you force BadukAI to re-play all the stones, so @@ -225,16 +210,50 @@
- By tapping "Manage time settings" you can set constraints on thinking time + Below you can configure what the area below the board will show: +
++ By tapping "Manage time settings" you can set constraints on thinking time for yourself and AI: "seconds/move" will be used by AI during play. If you enter a positive number in the field "visits/move in analysis", then this number of visits will be executed on each move during "analyse all". Otherwise the time specified in "seconds/move" will be spent. If you enter a positive number in "max pondering time per position (in secs)", then the AI will stop analyzing a position after that amount of time, when you have tapped "ponder". Otherwise it - will analyze until you hit "ponder" again. + will analyze until you hit "ponder" again. With "animation speed for variations" + you can adjust how fast BadukAI shows a variation (when you hold your finger on + the analyzed move, see below)
++ By tapping on the combobox besides "rules", you can customize the rules: There are + seven rule elements ("Ko", "Scoring", ...) that you can set (for a detailed description + of their meaning please refer to + KataGo's Supported Go Rules). + As a shortcut, you can tap on one of the well-known standard rulesets like "Chinese", + this will adjust all rule elements accordingly. +
+If you touch the board, a preview of the stone to be played will be shown. diff --git a/index_zh.html b/index_zh.html index 0aac982..12759d9 100644 --- a/index_zh.html +++ b/index_zh.html @@ -86,9 +86,9 @@
本应用可从 谷歌应用商店下载,或者从 Github 下载:64位点这里 (请在手机的设置里允许安装第三方来源的应用),如果64位的不兼容,试试32位,下载后安装即可使用。
@@ -138,7 +138,7 @@