sethballantyne / Plexis

A Breakout clone written in C++/CLI using DirectX 8, complete with level editor written in C#.
MIT License
2 stars 0 forks source link

Reduce the amount of points awarded when a brick is destroyed #109

Closed sethballantyne closed 4 years ago

sethballantyne commented 4 years ago

It's possible to make over 10,000 points in a single level which is too much; I think it'd be better to max it at ~1000, especially since there's going to be bonuses generated as powerups.

sethballantyne commented 4 years ago

Done. Each brick had its chanceOfPowerUp value modified to reflect what's in the design document, too.