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

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

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:

![Gameplay GIF](./gameplay.gif)

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).