Monday, May 20, 2013

Portfolio

Portfolio pieces

Here's a little background on some of my game design and programming experience. 

ActionScript

For this assignment, we created a small game where you click on something to rack up a score to win. 

SWF: First game


For this next assignment, we were asked to create a mask that is attached to the cursor for a little game. For an extra distraction, I made a defined number of circles using 
"for (var i:Number = 0; i < NUMBER_OF_CIRCLES; i++)".

Then, I changed the color of the circle using, randomized within a range, hexadecimal values. Using an array for vectors, and an array for the circles, I used the randomized diameter of the circles in its inverse as a coefficient for the new vector whenever one collided with another. This way, the smaller the diameter is, the faster it will ricochet. 


Other portfolio pieces: JackAEWilson Portfolio

No comments:

Post a Comment