Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farzinzx/snake
This is a simple project (the classic Snake game) made using pure JavaScript, HTML, and CSS.
https://github.com/farzinzx/snake
html-css-javascript javascript javascript-applications javascript-game pure-javascript snake snake-game
Last synced: 2 months ago
JSON representation
This is a simple project (the classic Snake game) made using pure JavaScript, HTML, and CSS.
- Host: GitHub
- URL: https://github.com/farzinzx/snake
- Owner: FARZINzx
- Created: 2023-02-08T06:43:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T09:38:39.000Z (6 months ago)
- Last Synced: 2024-10-11T10:53:16.834Z (3 months ago)
- Topics: html-css-javascript, javascript, javascript-applications, javascript-game, pure-javascript, snake, snake-game
- Language: JavaScript
- Homepage: https://farzinzx.github.io/Snake/snake.html
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snake
This is a simple project (the classic Snake game) made using pure JavaScript, HTML, and CSS.
Features
- Classic snake game mechanics
- Pure JavaScript implementation
- Simple and clean design
Installation
- Clone the repository:
git clone https://github.com/FARZINzx/Snake.git
- Open the
snake.html
file in your browser to play the game.
Usage
Use the arrow keys to control the snake and try to eat as many food items as possible without hitting the walls or yourself.
Contributing
Feel free to fork this repository and submit pull requests.
Made with ❤️ by FARZINzx