From b6484ec19b851034423494cea4ed5ec0c21e3948 Mon Sep 17 00:00:00 2001 From: TejasBhitle Date: Fri, 23 Aug 2019 17:04:37 +0530 Subject: [PATCH] color changed by tejas:w --- snake.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snake.html b/snake.html index 529248e..a818995 100644 --- a/snake.html +++ b/snake.html @@ -94,7 +94,7 @@ } // draw apple - context.fillStyle = 'blue'; + context.fillStyle = 'yellow'; context.fillRect(apple.x, apple.y, grid-1, grid-1); // draw snake one cell at a time