Comments

Log in with itch.io to leave a comment.

This looks good but there's one problem, because the score is a 32-bit integer, the maximum score is 2147483647. If I earn any higher, the number rolls over and becomes negative. Maybe fix it by changing it to a 64 bit or a float number? Thanks.