wip
This commit is contained in:
parent
44ecb00701
commit
80d7ebf7eb
7 changed files with 189 additions and 294 deletions
|
|
@ -1,2 +1,6 @@
|
|||
from cave_survival.game import Game
|
||||
|
||||
|
||||
def run():
|
||||
from cave_survival import underground
|
||||
game = Game()
|
||||
game.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue