Simple implementation of Pong in C using SDL2.
SDL is a low-level abstraction layer which allows drawing on the screen while maintaining cross-platform portability.
- gcc
- make
- SDL2
If you are using nix package manager, just enter the development shell with nix-shell
.
To build and run the game execute the following command:
make