From: Benjamin Auder <benjamin.auder@somewhere> Date: Thu, 25 Jan 2018 00:04:45 +0000 (+0100) Subject: Clarify controls meaning X-Git-Url: https://git.auder.net/variants/current/doc/doc/html/index.html?a=commitdiff_plain;h=23925bc88f188ae921f6dbe48d8f21331cfbbc9e;p=rpsls-bot.git Clarify controls meaning --- diff --git a/index.html b/index.html index 5ee5715..335b5a1 100644 --- a/index.html +++ b/index.html @@ -15,11 +15,11 @@ <form class="center"> <div class="input-field inline"> <input id="nInput" type="number" v-model.number="nInput" @change="reinitialize()"> - <label for="nInput">Number of inputs</label> + <label for="nInput">Memory</label> </div> <span class="leftSpacing"> <input id="drawIsLost" type="checkbox" v-model="drawIsLost"> - <label for="drawIsLost"> Draw count as loss ?</label> + <label for="drawIsLost" title="If activated, the bot consider a draw as a lost game, and therefore tries to win even harder">Winner bot</label> </span> </form> </div>