Go to file
2024-01-28 21:54:43 +01:00
src Add more locations for dejavu font under different linux distros 2024-01-28 21:54:43 +01:00
.gitignore physics input works 2024-01-19 15:06:48 +01:00
CMakeLists.txt Break out default font 2024-01-28 21:07:57 +01:00
README.md optimizations 2024-01-19 19:21:26 +01:00

Pong

A pong implementation in C++. You'll need cmake make, sdl2 sdl2-gfx and sdl2-ttf to compile.

To enable compiler optimizations pass -DENABLE_OPTIMIZATIONS=ON to cmake. You'll end up with the following command cmake -DENABLE_OPTIMIZATIONS=ON.