From b4195de6d36bbf93437115341477ef94434c9453 Mon Sep 17 00:00:00 2001 From: Adam Graham Date: Thu, 16 Sep 2021 09:23:22 -0500 Subject: [PATCH] Update topics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2756f07..3e55bba 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > Brick Breaker is a clone of the classic arcade game Breakout which the player must smash a wall of bricks by deflecting a bouncing ball with a paddle. When all the bricks have been destroyed, the player advances to a new, harder level. The player gets 3 lives to start with; a life is lost if the ball hits the bottom of the screen. If all lives are lost, the game is over. - **Difficulty**: Beginner -- **Topics**: Physics +- **Topics**: Physics, Multiple Levels - **Version**: Unity 2019.4 LTS - [**Download**](https://github.com/zigurous/unity-brick-breaker-tutorial/archive/refs/heads/main.zip) - [**Tutorial Video**](https://www.youtube.com/c/zigurous)