..
2017-12-08 14:05:37 +00:00
2017-12-07 17:13:16 +00:00
2017-12-07 17:13:16 +00:00
2017-12-08 14:05:37 +00:00

Boilerplate Code

Creating a bare-minimum C file for setting up SDL and OpenGL with a single window and renderer (result is glboilerplate.c)

pongy.c

Compile using make pongy

Original file provided by Eike Anderson as part of an exercise to introduce OpenGL/SDL

pongy_modified.c

Compile using make pongymod

Completed pongy.c file (collisions, paddle movement and scoring system)

sdlboilerplate.c

Compile using make sdlboilerplate