Assignment 9: Interactivity
- kdmertz84
- Apr 21, 2020
- 1 min read
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.
Comentários