Skip to content

GabrielBueno/yap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Pong

This is another Pong clone, written in C and using SDL2, for experimentational purposes only

Compiling (unix)

Install the SDL2 packages of your distribution's package manager. You'll also need to have gcc installed. Acomplishing this pre-requisites, just run: make

Compiling (windows)

The SDL2 libs and headers are already in this project. You'll need to have mingw and gcc installed. After installing them, run: build.bat