https://github.com/elena-in-code/snake-game
p5.js game
https://github.com/elena-in-code/snake-game
game javascript p5js snake-game
Last synced: 3 months ago
JSON representation
p5.js game
- Host: GitHub
- URL: https://github.com/elena-in-code/snake-game
- Owner: elena-in-code
- Created: 2017-12-10T10:57:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T11:25:15.000Z (over 7 years ago)
- Last Synced: 2025-03-26T03:51:14.785Z (3 months ago)
- Topics: game, javascript, p5js, snake-game
- Language: JavaScript
- Homepage: https://elena-in-code.github.io/Snake-Game/
- Size: 4.88 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Snake Game 🐍](https://elena-in-code.github.io/Sanke-Game/ "live sample of the game")

Make the Snake as long as you can by eating the grey squares that will appear in the screen.
Based on the video by:
[The Coding Train](https://www.youtube.com/watch?v=AaGK-fj-BAM&index=3&list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH "see the full tutorial and make your own")
### Technologies used:
+ HTML5
+ CSS3
+ P5.js### User Stories:
+ Use the ``` ↑ ↓ ← →``` Of your keyboard to move the snake
+ DONT hit the red borders or the snake body, that will reset your lenght to the initial size.##### Hope you enjoy it!