Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityaghode92/snake-game
i developed this game on website using java script
https://github.com/adityaghode92/snake-game
Last synced: about 2 months ago
JSON representation
i developed this game on website using java script
- Host: GitHub
- URL: https://github.com/adityaghode92/snake-game
- Owner: adityaghode92
- Created: 2023-04-14T10:53:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-24T17:02:08.000Z (about 1 year ago)
- Last Synced: 2024-06-06T23:36:27.608Z (7 months ago)
- Language: JavaScript
- Size: 952 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snake Game
Welcome to the Snake Game, A classic arcade game built using JavaScript.Overview
The Snake Game is a simple yet addictive game where you control a snake that
grows longer as it consumes food. The objective is to navigate the snake around
the screen and avoid collisions with the walls or the snake's own tail. Challenge
yourself to see how long you can make the snake and how many points you can score!Features
Responsive Design: Play the game seamlessly on various screen sizes.
Scoring System: Earn points for each food item consumed.
Game Over Detection: The game ends if the snake collides with the walls or itself.
Restart Option: Restart the game with a click of a button.
Sound Effects: Enjoy interactive feedback with in-game sound effects.