pianomanfrazier / p5js-snake

A simple snake game with p5.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P5.js Snake game

This is a starter p5.js example to get started.

Right now it just creates a snake, a random apple, and implements arrow events.

TODO:

  • boundary checking
  • increase length of the snake
  • game over conditions

About

A simple snake game with p5.js


Languages

Language:JavaScript 87.4%Language:HTML 12.6%