diff --git a/src/config.h b/src/config.h index ca1f3da..333d4cc 100644 --- a/src/config.h +++ b/src/config.h @@ -10,6 +10,6 @@ #define PADDLE_LENGTH 3 #define INITIAL_BALL_DELAY 200 -#define MAX_POINTS 2 -#define START_TIMER 2 +#define MAX_POINTS 9 +#define START_TIMER 3 #define FIRST_START_BALL_DELAY 500