TechnicJelle / DWM_WARLOCK

Entry for the XP Study Association's 2024 GameJam
0 stars 0 forks source link

Implement bonus scores #44

Open TechnicJelle opened 2 months ago

TechnicJelle commented 2 months ago

In this PR, we'll collect and combine all other bonus scores PRs, before they get merged into main.

I have started preparing for this by redoing how we keep track of scores. Any time you want to add or subtract from the score, you must add a new entry to the scores map, with the reason first, followed by the actual amount.

That way, we can later show the exact makeup of the total final score to the user.

Closes #32