top of page
Search
  • kdmertz84

Assignment 9: Interactivity


A simple game, it begins when you click on the mouse, the bouncing rectangle will start leaving behind a trail of its same color, using the mouse you erase this trail as the rectangle continuously bounces around. The rectangle is bright green or (0, 255,0) by default but can be changed with the keyboard, R: (q = +5, a = -5), G: (w = +5, s = -5), B: (e = +5, d = -5). Finally you can cancel/reset the game by re clicking the mouse.

5 views0 comments

Recent Posts

See All

Final

Code: https://editor.p5js.org/Kevin64/sketches/kiR-2WSS1 Here I have made a lot of adjustments from the previous version, rather than sliding boxes i made the objects bouncing balls, added game stats,

Final: User Testing

Code: https://editor.p5js.org/Kevin64/sketches/6xnoLDI2Q This version is very simple, only having 2 object enemy's of the same shape and size, and no game over condition. But i think it sill captures

Assignment 10: Final Project Prompt

For the final project i am making a game were you use the arrow keys to move around a character while objects fly across the screen which you must dodge, if the character collides with an object it is

Post: Blog2_Post
bottom of page