iiitl / snake-game-js

0 stars 44 forks source link

Implemented Score Board #52

Closed itsmeeee0607 closed 4 months ago

itsmeeee0607 commented 4 months ago

Issue #1

I created a variable which keeps check of current score and an array which stores scores of each game. Every time the snake collides new score is stored in array, the new max score is displayed and current score goes back to zero.

ANKITy102 commented 4 months ago

@itsmeeee0607, Nice work!