blob: 719ffeeb800b8f44691d1fa07b7baa3384426e6c (
plain)
1
2
3
4
5
6
7
8
9
|
# Pong
This is a simple pong clone written in C using SDL. It is merely a way for me to familiarize myself
with SDL.
## TODO
- Add score count to the screen
- Fix collision glitch on ball and paddles
|