thealphadollar / brkout

A game made using PyGame under CodeClub as a learning project.
MIT License
8 stars 19 forks source link

A score logic #7

Closed thealphadollar closed 6 years ago

thealphadollar commented 6 years ago

Since the game has multiple elements to judge a player's performance, it is imperative to create an algorithm to calculate score, setting appropriate weights for brick-smashing and time penalty.