diff --git a/snake.html b/snake.html index 8274a7d..079d1a3 100644 --- a/snake.html +++ b/snake.html @@ -95,7 +95,7 @@ // draw apple - context.fillStyle = 'blue'; + context.fillStyle = 'green'; context.fillRect(apple.x, apple.y, grid-1, grid-1);