Basic Movement with some bugs

This commit is contained in:
2025-04-11 11:04:31 +02:00
parent d669420a4f
commit 5e80cca0f8
2 changed files with 82 additions and 3 deletions
@@ -16,7 +16,9 @@ class GameLoop{
}
loop(){
//this.snakes.forEach()
this.playground.resetPlayground();
this.snakes.forEach(snake => { snake.move() });
this.sendUpdate();