Star Field
Star Fields are fun!
Explore!Star Fields are fun!
Explore!A single point perspective can be used to generate a 'pseudo 3D' cube on a flat screen. This is pretty much the same way you might have learnt how to do this at school.
Explore!Three balls falling under a fake 'gravitational' force. Pick a point and attract or repel them.
Explore!Mazes are fun. This is a little Depth First Search based maze generator and solver. It uses iteration and a stack (instead of a recursive function) to prevent blocking the main JavaScript thread and allow animation.
Explore!