pong/src
Pradana AUMARS e10599f19a First implementation of Pong
* Movement of ball and rackets are correct
* Score is recorded and displayed on terminal, not on the window
* Ball is represented as a square and not a disc
* Window is fixed and not scalable
* Player controls are E-D (up-down) for Left, I-K (up-down) for Right
* Ball reset parameters are fixed (except for direction)
2021-06-27 16:41:52 +02:00
..
Makefile.am First implementation of Pong 2021-06-27 16:41:52 +02:00
ball.c First implementation of Pong 2021-06-27 16:41:52 +02:00
ball.h First implementation of Pong 2021-06-27 16:41:52 +02:00
main.c First implementation of Pong 2021-06-27 16:41:52 +02:00
pong.c First implementation of Pong 2021-06-27 16:41:52 +02:00
pong.h First implementation of Pong 2021-06-27 16:41:52 +02:00
racket.c First implementation of Pong 2021-06-27 16:41:52 +02:00
racket.h First implementation of Pong 2021-06-27 16:41:52 +02:00