summaryrefslogtreecommitdiff
path: root/src/pong
Commit message (Collapse)AuthorAge
* altos/pong: Don't let the ball skip over the paddlepongKeith Packard2017-11-02
| | | | | | Check for intersect at each X step. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/pong: Speed up ball as the volley continuesKeith Packard2017-11-02
| | | | | | Makes the game a bit more challenging Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/pong: Add initial pong implementationKeith Packard2017-11-02
This runs on the STM32L discover board. Signed-off-by: Keith Packard <keithp@keithp.com>