===================================================================
--- original.js
+++ change.js
@@ -119,10 +119,10 @@
}
// Update direction
direction = nextDirection;
// Move snake
- var newX = snake[0].x + direction.x * 0.3;
- var newY = snake[0].y + direction.y * 0.3;
+ var newX = snake[0].x + direction.x * 0.1;
+ var newY = snake[0].y + direction.y * 0.1;
// Check for collisions with walls
if (newX < 0 || newX > 2048 || newY < 0 || newY > 2732) {
gameOver();
return;
a wooden brown chair. In-Game asset. Blank background. High contrast.
a blue apple with a gun. In-Game asset. Blank background. High contrast.
the 8 balls from pool. In-Game asset. Blank background. High contrast.
a table with a gun. In-Game asset. Blank background. High contrast.
a roundsaw. In-Game asset. Blank background. High contrast.