iiitl / snake-game-js

0 stars 43 forks source link

Game over on self-collision #25

Closed vishalparida closed 5 months ago

vishalparida commented 5 months ago

I have implemented the game over on self-collision feature. On self-collision appropriate message is displayed i.e. "Game Over as snake collided with itself".

Resolved issue #4

Screenshot 2024-03-15 214302
ANKITy102 commented 5 months ago

@vishalparida, Nice work!