refactoring to game base class
This commit is contained in:
@@ -54,6 +54,7 @@ def run():
|
||||
mine = Mine(overlay)
|
||||
mine.execute_main_loop()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
run()
|
||||
sys.exit()
|
||||
|
||||
Reference in New Issue
Block a user