Up and down arrow keys to manipulate the size Left and right arrow keys to change the direction Turbo mode if you prefer an instant render as opposed to the gradual render
What this project does is create a troll face composed of 969 individual points. These points are determined by a scan of a 60x50 version of the face, and if it recognizes that a pixel is the color black, it adds it to the list of points to render. For this demonstration, the points have already been pre-scanned, so you do not have to wait the 30 seconds or so for it to scan. Once scanned, the script creates clones for the points to be displayed. The amount of clones created is 1/4 of the amount of points, so it doesn't exceed the limit of 300 clones. In this case, the amount of clones is 243. Each clone is then assigned 4 points to render, which is rendered using a separate script. After rendering, it creates a spriteless image of the original picture.