Pong-Game

Pong Game Project

Version 1.0.0

A classic game of Pong implemented using the SDL2 library.

This project is a submission for the Udacity C++ Nanodegree program capstone project. No template code from Udacity was used.


Expected Behavior

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Enter directory: cd Pong-Game
  3. Make a build directory in the top level directory: mkdir build && cd build
  4. Compile: cmake .. && make
  5. Copy resources folder to executable folder cp -r ../FP/Resources .
  6. Run it: ./PongByCan

Gameplay instructions

Player 1 controls : W/D Player 2 controls : UP/DOWN Press SPACE to start the game.

File Class Structure

Rubric points addressed