Snake 2

// Get the canvas that ProcessingJS will use var canvas = document.getElementById("mycanvas"); // Pass the function to ProcessingJS constructor var processingInstance = new Processing(canvas, programCode);

Use the arrow keys to move and avoid crashing into yourself or the walls.
Collect apples to grow and reach a new high score!

Home Rate This Game!