The game is crashing when I'm losing while playing solo.
The crash is happening because of a wrong file called "sounds/lose.wav".
https://imgur.com/a/b0tF5h5
To fix this bug, you should change the file src/GameOverScene.py line 40 :
self.lose_sound = pygame.mixer.Sound("sounds/Lose.wav")