https://github.com/siteddv/snake
Browser game "Snake" in native JavaScript.
https://github.com/siteddv/snake
css css3 game html html-css-javascript html5 javascript javascript-applications javascript-game native-javascript webgame
Last synced: 9 months ago
JSON representation
Browser game "Snake" in native JavaScript.
- Host: GitHub
- URL: https://github.com/siteddv/snake
- Owner: siteddv
- License: mit
- Created: 2021-04-25T18:01:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T17:31:15.000Z (over 4 years ago)
- Last Synced: 2025-01-29T20:39:42.458Z (11 months ago)
- Topics: css, css3, game, html, html-css-javascript, html5, javascript, javascript-applications, javascript-game, native-javascript, webgame
- Language: JavaScript
- Homepage: https://vino-gradom.github.io/snake/
- Size: 852 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "Snake" browser game
## About
###### Browser game "Snake" is coded in native JavaScript.
###### I made this game to practice my knowledge in native JavaScript.
## Interface

## Technologies used
###### HTML, CSS, JavaScript
## Project structure
* Game board
## Links
###### [Link to the site](https://vino-gradom.github.io/snake/)
###### [Download ZIP](https://github.com/vino-gradom/snake/archive/refs/heads/master.zip)
## How to clone the repository to a local machine?
###### 1) Move to desired folder
###### 2) Type this git code
```git
git clone https://github.com/vino-gradom/snake.git .
```
## Have a nice experience with the repository!