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

https://github.com/milchreis/snake3d

Programming Snake as 3D Version with P5js (Coding Challange)
https://github.com/milchreis/snake3d

coding-challenge p5js p5js-game snake-game

Last synced: 10 months ago
JSON representation

Programming Snake as 3D Version with P5js (Coding Challange)

Awesome Lists containing this project

README

          

# Snake3D

![Alt Screenshot](https://github.com/Milchreis/Snake3D/raw/master/screenshot.png)

Inspired by [The-Coding-Train Snake-Redux Video](https://www.youtube.com/watch?v=OMoVcohRgZA), I decide to programm my version of Snake in 3D with the same look. Just JavaScript and p5js make it possible :blush:

Move the mouse up and down for changing the angle of view and use the arrow keys for moving the snake. Reach the red block to feed the snake that it grows.

Play it here: https://milchreis.github.io/Snake3D/

![Alt Screencast](https://github.com/Milchreis/Snake3D/raw/master/snake3d.gif)

# Ideas for PR's
* Isometric view
* First-Person view
* Skybox
* Blinking snake while eating