Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikilkumaar/snake-game
A Snake game built with HTML, CSS, and JavaScript lets players navigate a snake to consume food and grow, with HTML defining structure, CSS styling for visual appeal, and JavaScript managing game dynamics like movement and scoring, ensuring an enjoyable gaming experience.
https://github.com/nikilkumaar/snake-game
Last synced: 22 days ago
JSON representation
A Snake game built with HTML, CSS, and JavaScript lets players navigate a snake to consume food and grow, with HTML defining structure, CSS styling for visual appeal, and JavaScript managing game dynamics like movement and scoring, ensuring an enjoyable gaming experience.
- Host: GitHub
- URL: https://github.com/nikilkumaar/snake-game
- Owner: NikilKumaar
- Created: 2024-05-28T06:00:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T06:08:50.000Z (6 months ago)
- Last Synced: 2024-07-15T07:32:06.910Z (6 months ago)
- Language: JavaScript
- Homepage: https://snake-game-mu-topaz.vercel.app
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SNAKE GAME
- A simple Snake Game is created with the help of HTML, CSS, JAVASCRIPT.
- It is designed with user-friendly, easy to use and anyone can play with the help of deployed front-end application mentioned below.## RULES
- Snake Food is created with the color of RED.
- Press any ARROW key to Start the Game.
- If the Snake hits the food, it will grow at regular instance.
- For every hit, the Snake Food will generate in random place on gameBoard.
- If we need to Pause / Continue the Game, Click SPACE button to use it.
- Score gets increased for every hits on the food.
- If we hit the wall of the gameBoard, the game gets failed or GameOver and the Score is visible in the screen.## Netlify Deployed URL
https://snakegame-htmlcssjs.netlify.app
- The above URL represents the Game Application.