Studied Bruce Sherwood's "gas.py" in order to understand how to code collisions between a moving particle (the ball in my case)
Coded my own gas.py and put it in the repository as "vPythonBallInCage.py". View the code here!
Began working to fill up my repository and update my public_html file. Also, added more to my "vPythonBallInCage.py".
Finished my proof of concept.
Finished my final proposal.
Pong is finally complete. User controls and AI are now fully implemented. Runs with a bit of lag, but that comes with VPython not being ideal for this program.
Working to finish the presentation materials. Also added a few things to the program itself. Added speed changes based on what part of the paddle the ball hits. Should create an easier victory for the player.