Pong/README.md

5 lines
254 B
Markdown
Raw Normal View History

2024-01-19 19:13:52 +01:00
# Pong
2024-01-19 19:21:26 +01:00
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`.