summaryrefslogtreecommitdiff
path: root/README.md
blob: 4f3ac90fa9516ee72ac4ec2e45c2217f7c86e9fd (plain)
1
2
3
4
5
6
7
8
9
10
# 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 screen flicker
  - Most likely due to the way sprites are rendered on the screen