pong/src
Pradana AUMARS 0462b187b4 Added posX constants of ball and racket to pong struct 2021-06-28 15:13:57 +02:00
..
Makefile.am Add random ball velocity vector direction in a given angle 2021-06-28 14:00:57 +02:00
ball.c Set ball starting position next to the rackets 2021-06-28 15:09:39 +02:00
ball.h Set ball starting position next to the rackets 2021-06-28 15:09:39 +02:00
main.c Initialise variable 'start' at the beginning 2021-06-28 13:43:41 +02:00
pong.c Added posX constants of ball and racket to pong struct 2021-06-28 15:13:57 +02:00
pong.h Added posX constants of ball and racket to pong struct 2021-06-28 15:13:57 +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