This commit is contained in:
Waylon Walker 2023-03-19 12:27:00 -05:00
parent 44ecb00701
commit 80d7ebf7eb
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
7 changed files with 189 additions and 294 deletions

View file

@ -1,2 +1,6 @@
from cave_survival.game import Game
def run():
from cave_survival import underground
game = Game()
game.run()