-
Notifications
You must be signed in to change notification settings - Fork 8
Game Restart and Circular Imports #24
Copy link
Copy link
Open
Description
007vedant
opened on Oct 13, 2020
Issue body actions
- Game music continues even after ESC is pushed and the menu appears again. Music must be restarted.
- Resolve circular import issues
- root should not import main, the restart (ESC) logic should be implemented in game-loop of main.py itself so modify root.py accordingly so that it does not contain import of game_menu() of main.py
- Use quit() instead of sys.exit()
- Remove unsused variables.
Reactions are currently unavailable
Activity
Metadata
Metadata
Assignees
Labels
No labels