B582-Spring 2000 - Programming Assignment #1

"Paddle Ball"


Goal:

To create a simple paddle ball game for the CAVE

CAVE Programming Concepts:

Misc Info:


Tasks:

  1. Run the sample executable and familiarize yourself with its operation.  Here's how the game is played:
  2. Now code your own version of paddle ball.  The basic operation should be the same as the demo version; however, the specific look of the game may vary.  The ball follows a simple linear path at constant velocity.

  3.  
  4. Add any one of the Additional Features to your program.  (This is a requirement.)  Additional features beyond the first one will bring extra credit.

Additional Features: