From 3df0abc4b0a374c57845e96339bf5a46d8189364 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sun, 29 Jun 2025 15:56:06 -0700 Subject: networking works --- src/state/const.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/state/const.ts') diff --git a/src/state/const.ts b/src/state/const.ts index caac8ce..380eb99 100644 --- a/src/state/const.ts +++ b/src/state/const.ts @@ -8,4 +8,7 @@ export const INITIAL_PADDLE_POSITION = 10; export const PADDLE_WIDTH = 3; export const PADDLE_HEIGHT = 1; -export const NUM_STARTING_BALLS = 2; +export const NUM_STARTING_BALLS = 1; + +export const NUM_BRICKS = GAME_SIZE.cols * 5; +export const BRICK_DISTRIBUTION = 0.9; -- cgit v1.2.3-70-g09d2