-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Addition #14
base: master
Are you sure you want to change the base?
Feature Addition #14
Conversation
Tested f9eeb5f, game freezes at the fourth game - first game of new level - the tiles are clickable but it's still showing as level complete. Also the best level was set to Logs show; Traceback (most recent call last):
File "/home/ibiam/Activities/flip/game.py", line 183, in gameover
best_seconds = (self.best_time[self._edge-4]) % 60
IndexError: list index out of range |
This might be because of the values already stored in |
Tested 2d881fe, works as expected but there's a new problem and I've attached a screenshot below although the logs don't show any reason why but it happens at the same time as the previously reported issue - right at the end of the fourth game -. I don't get the |
3 puzzles per level; separate best-time per level.