# # ChangeLog for pong.cpp in opengl-game # # Generated by Trac 1.5.4 # Sep 19, 2024, 10:01:05 PM Fri, 11 Aug 2017 02:33:45 GMT Dmitry Portnoy [9d22ee9] * pong.cpp (modified) Finish implementing pong by allowing the ball to bounce off at an ... Thu, 10 Aug 2017 01:46:16 GMT Dmitry Portnoy [237ec28] * pong.cpp (modified) Finish writing the logic to create circles, and make the ball bounce ... Wed, 09 Aug 2017 02:43:13 GMT Dmitry Portnoy [4046b51] * pong.cpp (modified) Dynamically allocate the points and colors arrays for the ball and ... Tue, 08 Aug 2017 02:38:57 GMT Dmitry Portnoy [363d5ff] * pong.cpp (modified) Implement moving the paddle up and down the screen Tue, 08 Aug 2017 01:11:28 GMT Dmitry Portnoy [eeece4e] * pong.cpp (modified) In the pong game, allow shapes to be composed of multiple triangles ... Mon, 07 Aug 2017 02:10:36 GMT Dmitry Portnoy [9e81839] * .gitignore (modified) * makefile (modified) * pong.cpp (added) Start implementing pong and encapsulating some of the OpenGL code ...