Pong
Pong
Game Design and Programming
Description
Description
A recreation of the classic Atari game: Pong. To play the game, download the file here: Download Pong.
To view the code, please download this file: Main.cpp
My Work
My Work
Programmed the entire project including basic functionality, scoring, and collision events
Included special mechanics:
Ball angle and speed change based on where the ball strikes the paddles.
The ball will continue to speed up after a number of paddle strikes
Striking the ball with the top or bottom of the paddle drastically increases speed and vertical travel
How It Was Made
How It Was Made
Created in Visual Studio Code
Programmed with C++ and the Raylib Library (https://www.raylib.com/)
Sound files obtained from freesound.org
Plans made with google jamboard and handwritten notes