summaryrefslogtreecommitdiffstats
path: root/src/paddle.c
Commit message (Expand)AuthorAgeFilesLines
* Generalize paddle struct and code.P. J. McDermott2013-05-231-36/+24
* Add board clearing functions.P. J. McDermott2013-05-211-10/+24
* Remove extra semicolon.P. J. McDermott2013-05-211-1/+1
* Fix minimum position of horizontal paddles.P. J. McDermott2013-05-211-1/+4
* Make board dimensions more easily changeable.P. J. McDermott2013-05-211-4/+5
* Move paddle drawing code into new function.P. J. McDermott2013-05-211-0/+32
* Move paddle updating code into new function.P. J. McDermott2013-05-201-0/+16