mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-01-25 12:34:07 +00:00
Reprise de Channel, toujours pas fini
This commit is contained in:
@@ -87,7 +87,7 @@ public class Terminal {
|
||||
return false;
|
||||
}
|
||||
|
||||
private void run() {
|
||||
public void run() {
|
||||
TerminalDisplay.clearTerminal();
|
||||
if (edges) map.addEdges();
|
||||
boolean isNotGameOver = true;
|
||||
|
||||
Reference in New Issue
Block a user