Added auto-evaluation.

This commit is contained in:
2021-06-23 18:17:07 +02:00
parent 85b67f45e6
commit e534c0d5f9
3 changed files with 132 additions and 29 deletions
+3
View File
@@ -25,7 +25,10 @@
</card-container>
</main-panel>
<main-panel>
Points: <span id="points">?</span>
<br>
<button onclick="reset();">Reset</button>
<button onclick="cashOut();">Cash out</button>
<input type="checkbox" onclick="toggleAutoDraw(this)" id="autoDrawToggle" /><label for="autoDrawToggle">Auto-Draw</label>
<br>
<div style="margin-top: 1.4em;" id="result">?</div>