From 0ce0f87ccfc7203e2d3f235347bc1753bb3b326a Mon Sep 17 00:00:00 2001 From: mithunashok <53271079+mithunashok@users.noreply.github.com> Date: Thu, 14 Nov 2019 08:20:50 +0530 Subject: [PATCH] Update snake.html --- snake.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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