The processing sketches
A selection of my sketches made in Processing during the 4 ID-UM classes in 2009.
My processing portfolio is available here:
http://www.openprocessing.org/portal/?userID=2575
Shuffle Squares
is a simple game by Cym. Click on a square next to the empty square to move it to the empty position.
You solve the game when you manage to put the squares into this order:
1|2|3 4|5|6 7|8|9You can play this game online (and download the code) at:
http://www.openprocessing.org/visuals/?visualID=4888
Connect Dots
is the first application I ever made in the open source programming language 'Processing'.
This little game is based on a game that is usually done on paper: draw a house with a cross in the middle with just one line, without removing the pen from the paper and without drawing a line twice.
Or: connect all dots together without connecting the same dots again.
You can play this game online (and download the code) at:
http://www.openprocessing.org/visuals/?visualID=4827
Hexacon Mouse
is a simple exercise by Cym in the open source programming language 'Processing'.
Or: how to create a repeating pattern of hexacons, including a mouse-over?
You can try the mouseover (and download the code) at:
http://www.openprocessing.org/visuals/?visualID=6325