https://github.com/amiorhmn/snake-game-p5js
A simple classic snake game made with p5.js javascript library
https://github.com/amiorhmn/snake-game-p5js
Last synced: 3 months ago
JSON representation
A simple classic snake game made with p5.js javascript library
- Host: GitHub
- URL: https://github.com/amiorhmn/snake-game-p5js
- Owner: amiorhmn
- Created: 2016-10-23T07:38:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T14:47:18.000Z (about 5 years ago)
- Last Synced: 2024-11-14T13:18:16.826Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake-game-p5js
A simple classic snake game made with p5.js javascript library. Play the game [here](https://amiorhmn.github.io/snake-game-p5js/).The gameplay looks like this:

This game is inspired by a _Coding Challenge_ by [Daniel Shiffman](https://github.com/shiffman). The game is complete and the code here is different from [Shiffman's code](https://github.com/CodingRainbow/Rainbow-Code/blob/master/challenges/CC_03_Snake_game_p5.js/snake.js).