remove tail and head of snakes-section

This commit is contained in:
2026-04-08 15:03:04 +02:00
parent 341bb27278
commit 3614625c56
2 changed files with 1 additions and 5 deletions
+1 -3
View File
@@ -37,10 +37,8 @@ class ThinkingPanel {
<col style="width:10%">
<col style="width:20%">
<col style="width:6%">
<col style="width:7%">
<col style="width:7%">
</colgroup>
<thead><tr><th>Snake</th><th>Latency</th><th>Move</th><th>Health</th><th>Length</th><th>Head</th><th>Tail</th></tr></thead>
<thead><tr><th>Snake</th><th>Latency</th><th>Move</th><th>Health</th><th>Length</th></tr></thead>
<tbody>${SnakeTable.buildSnakesRows(turn, replay)}</tbody>
</table>
</section>