Nicholas Sceusa
Nicholas Sceusa
Game Design and Programming
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
❖ 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
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