belsua / ByteQuiz

An educational android multiplayer game about computer fundamentals developed in Unity and Photon
https://thisellie.itch.io/bytequiz
1 stars 0 forks source link

Overhaul scoring system #14

Closed thisellie closed 1 month ago

thisellie commented 1 month ago

Updated the stats to start as whole number. Balanced unlock conditions as the scoring system updates. Changed score computation for the single player quiz.

BREAKING CHANGE: The save files created before the update may misbehave. Developers may clear the stats from the save file to work properly.

Closes #11, resolves #12, fixes #13