Reprise de Channel, toujours pas fini

This commit is contained in:
Cpt-Adok
2024-05-21 15:41:41 +02:00
parent c3baac913d
commit c34925f6e4
5 changed files with 198 additions and 36 deletions

View File

@@ -87,7 +87,7 @@ public class Terminal {
return false;
}
private void run() {
public void run() {
TerminalDisplay.clearTerminal();
if (edges) map.addEdges();
boolean isNotGameOver = true;