Load game externally

This commit is contained in:
Yohann D'ANELLO
2020-10-23 14:53:08 +02:00
parent dd88782a4c
commit 7d97befee4
2 changed files with 33 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
from dungeonbattle.proof_of_concept import proof_of_concept
from dungeonbattle.game import Game
if __name__ == "__main__":
proof_of_concept()
Game().init()