Better README, add technical details
[rpsls-bot.git] / index.html
index 7b2639b..335b5a1 100644 (file)
                                <div class="col s12">
                                        <form class="center">
                                                <div class="input-field inline">
-                                                       <input id="nInput" type="number" v-model="nInput" @change="reinitialize()">
-                                                       <label for="nInput">Number of inputs</label>
+                                                       <input id="nInput" type="number" v-model.number="nInput" @change="reinitialize()">
+                                                       <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>
@@ -34,7 +34,7 @@
                        </div>
                </div>
                <footer class="center grey-text">
-                       <p>Images were found on the web; if they should be removed, let me know: yagu0 on github</p>
+                       <p>Images were found on the web; if they should be removed, let me know: <a href="https://github.com/yagu0/rpsls">yagu0 on github</a></p>
                </footer>
        </body>