On versions of python older than 3.11 after playing and saving a high score the game will crash and keep on crashing at start, this is because the default value to functions like int.from_bytes was only added after 3.11. We should add a default value for compatibility purposes
On versions of python older than 3.11 after playing and saving a high score the game will crash and keep on crashing at start, this is because the default value to functions like int.from_bytes was only added after 3.11. We should add a default value for compatibility purposes