diff --git a/snake.html b/snake.html index 7e7aa1a..eddef5e 100644 --- a/snake.html +++ b/snake.html @@ -94,7 +94,7 @@ } // draw apple - context.fillStyle = 'blue'; + context.fillStyle = 'green'; context.fillRect(apple.x, apple.y, grid-1, grid-1); // draw snake one cell at a time