Skip to content

rdleon/simple-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Pong

A pong clone, made to practice game development with C and SDL2.

pong

Development

You will need a C compiler SDL2 and SDL2 image extension.

To install dependencies in Debian:

$ apt install build-essential libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev

Build the project

$ make

Run the game

$ ./simplepong

Assets