Snake Movement Handler Setup

This commit is contained in:
2025-04-10 09:24:57 +02:00
parent dcea0d24f5
commit 32681f20ca
6 changed files with 81 additions and 6 deletions
@@ -15,8 +15,8 @@ class GameLoop{
this.io.to(`game-${this.game.code}`).emit("loop", {
code: this.game.code,
playground: {
height: this.playground.height,
width: this.playground.width,
// height: this.playground.height,
// width: this.playground.width,
tiles: this.playground.tiles,
}
});