Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridloghifary/snake-game
This is a simple snake game written in JavaScript and HTML5
https://github.com/ridloghifary/snake-game
css html javascript
Last synced: 14 days ago
JSON representation
This is a simple snake game written in JavaScript and HTML5
- Host: GitHub
- URL: https://github.com/ridloghifary/snake-game
- Owner: RidloGhifary
- Created: 2024-07-16T04:23:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T02:54:06.000Z (6 months ago)
- Last Synced: 2024-11-08T00:58:43.924Z (2 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://ridloghifary.github.io/snake-game
- Size: 7.75 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game
This is a simple snake game written in JavaScript and HTML5.
## How to play
1. Use the arrow keys(**WASD**) to move the snake.
2. Eat the food to grow longer.
3. Avoid hitting the walls or yourself.## Features
- A snake that can move up, down, left, or right.
- Food that appears at random locations.
- Score tracking.
- Different themes to choose from.## Contributing
If you would like to contribute to this project, please fork the repository and submit a pull request.