/javascript_snake_game

Snake Game is a classic arcade game implemented using [JavaScript]. In this game, you control a snake that moves around the screen, eating food to grow longer and increasing your score. The game ends when the snake collides with itself or the screen boundaries.

Primary LanguageJavaScriptMIT LicenseMIT

Issues