Connect the VGA display to the VGA Port on the Nexys4 Board
1. To change the size of the ball, change the integer size of the ball in 'ball.vhd' as shown to the right.
2. To change the color of the ball, set the value of the specified color you want to a '1' and change the other values of the colors to 'NOT ball_on' in 'ball.vhd' as shown to the right
3. To change the shape of the ball from a square to a circle, edit the 'bdraw process' of the code in 'ball.vhd' to the code shown to the right.
4. To introduce a new signal ball_x_motion so the ball can move both horizontally and vertically and bounce off the left and right walls, edit the 'mball process' of the code in 'ball.vhd' to the code shown to the right.