I attempted to incorporate the idea of playing tetris into our drawing tool. Below are three variations of tests I did. All of which are works in progress.
1. Tracks the brightest pixel and draws a Tetris shape
Download tetris_test.zip
2. Tracks the brightest pixel and draws several Tetris shapes. I tried changind the variables so different shapes would be drawn depending on the value of the pixel.
3. Adaptation using Joana's code which uses a string to draw several shapes randomly. This uses brightness tracking.
I would like to get this to a point where the pieces appear slower and the user can move them around the screen and place them where they choose. I want the user to be able to build a puzzle using them. As of now several are drawn to the screen at once and are placed according to where the brightest pixel is. I would also like to have several users be involved at the same time.
Comments
You can follow this conversation by subscribing to the comment feed for this post.