Skip to content

A clone of the classic arcade game using C++ and SDL2 library

Notifications You must be signed in to change notification settings

thegreatgaben/pong-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong-clone

This project was done mainly for self learning purposes. You are free to use or distribute the source any way you like.

Pre-requisites

First you would need to install the dependancies required by the application, namely SDL2, SDL2_TTF, SDL2_Mixer. You can find instructions to do so here.

Game Controls

  • SPACE - start the game / restart the game anytime.
  • Player 1: W - move left paddle up, S - move left paddle down.
  • Player 2: - move right paddle up, - move right paddle down.
  • ESC - exits the game.

About

A clone of the classic arcade game using C++ and SDL2 library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published