courselab / coral

Coral is a snake game written as programming exercise (class of 2024)
GNU General Public License v3.0
9 stars 14 forks source link

fix: adding byteorder parameter to byte conversion functions #100

Closed roselino-quatro closed 6 days ago

roselino-quatro commented 1 week ago

On python versions older than 3.11 the byte conversion functions didnt had default values for byteorder, causing a crash everytime the highscore file was read or written