A reimplementation of classic arcade game Pong using SDL2.
- GCC
- CMAKE (www.cmake.org)
- SDL 2.0 (www.libsdl.org)
- SDL2_image
- SDL2_gfx
- SDL2_ttf
- SDL2_mixer
In the project root directory:
cd Debug
cmake ..
make
./pong
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A reimplementation of classic arcade game Pong using SDL2.
In the project root directory:
cd Debug
cmake ..
make
./pong