An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# [Snake Game 🐍](https://elena-in-code.github.io/Sanke-Game/ "live sample of the game")

![](https://user-images.githubusercontent.com/30567608/33804371-9a4844aa-dda3-11e7-9d38-25b0c774ba73.gif "gif of the working app")

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!