Revolutionary game Pong remade in C programming language.
- ball translation
- ball collision
- player collision
- player control
- ball reset
- score system
- Run the Makefile included in the project using
$ make
. - The executable, once built, can be found in
./out/
.