remove tail and head of snakes-section
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user