refactoring to game base class

This commit is contained in:
2022-10-17 17:11:56 +02:00
parent 433170b4c8
commit 14a5983d17
22 changed files with 47 additions and 422 deletions

View File

@@ -54,6 +54,7 @@ def run():
mine = Mine(overlay)
mine.execute_main_loop()
if __name__ == "__main__":
run()
sys.exit()