Skip to content

leo-ventura/sdl-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Project to develop a SDL2 version of Pong in C++.

About SDL2

To install SDL2, check this link here.

SDL2 libraries

  • If you're using Windows, you'll need to install the developer libraries below according to your architecture and compiler:

  • If you're using Ubuntu, you can install it running on your terminal:

sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev

Compiling on Ubuntu

  • To download and compile, you just have to run the following code:
    sudo apt-get install git
    git clone https://github.com/leo-ventura/sdl-pong.git
    cd sdl-pong/src
    make
    ./main
    

About the project

I started developing this game just to gain experience, I've never programmed in C++ before so many mistakes will be made along the way.

About

Project to develop a SDL version of Atari's Pong.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages