tic-tac-toe/views/statistics.en.html

7 lines
184 B
HTML
Raw Normal View History

2023-12-29 18:40:04 +00:00
<p>
<b>Game:</b> {{.gameFlow}}<br>
<b>Total plaied:</b> {{.total}}<br>
<b>AI Won:</b> {{.aiWon}} {{.aiWonPercent}}<br>
<b>Draw:</b> {{.draw}} {{.drawPercent}}<br>
</p>