ARTech-Industries / BrickBreaker

0 stars 19 forks source link

Each brick should take more hits to break depending on which row it is in #8

Open a-r-t opened 5 months ago

a-r-t commented 5 months ago

In traditional brick breaker games, each brick can take 1 or more hits to break depending on the row it is in. The bottom row should take only 1 hit, and then that should increase with each row above from there.

Note: This could also possibly have an effect on the potential scoring feature mentioned in issue https://github.com/ARTech-Industries/BrickBreaker/issues/1 depending on how it ends up being implemented.