Show scores on the matrix, show winner message once someone reches 9, add start ball movement delay on start and restart after score, and fix uncentered ball on restart
This commit is contained in:
@@ -9,3 +9,7 @@
|
||||
#define BALL_RESET_Y (MATRIX_HEIGHT / 2)
|
||||
#define BAR_LENGTH 3
|
||||
#define INITIAL_BALL_DELAY 200
|
||||
|
||||
#define MAX_POINTS 9
|
||||
#define START_TIMER 3
|
||||
#define FIRST_START_BALL_DELAY 500
|
||||
|
||||
Reference in New Issue
Block a user