Posted on 2019-05-08T11:59:33Z by Kevin Foong
This is the classic Snake game that I created in Processing. It is based off Dan Schiffman's great Processing tutorials here.
To play you have to eat the food (in green) but avoid the poison (in purple). The green food is worth 2 points. After a while it turns pink and is only worth 1 point. If you eat the poison 3 points is deducted. The controls is via a 3x3 grid mainly because it was originally designed to run on a mobile phone.
Enjoy!

See Snake Game
Tags:
processing
games
Posted on 2019-05-06T13:03:57Z by Kevin Foong
"Garden" is an orginal sketch I created in Processing (P5.js)
This sketch experiments with bezier curves. Click anywhere on the grass to grow your own garden!

See Garden
Tags:
processing
Posted on 2019-05-05T07:25:52Z by Kevin Foong
"Sun & Moon" is an original sketch created using P5.js, the Javascript version of Processing. It is a simple sketch based on trigonometry to calculate the closest "sun" then moving towards it and finally rotating around it.
To play click anywhere on the screen to spawn a "moon".

See Sun & Moon
Read more ...
Tags:
processing