Rename dungeonbattle to squirrelbattle

This commit is contained in:
Yohann D'ANELLO
2020-11-19 02:18:08 +01:00
parent 9232f67dc9
commit d0ee9ec562
30 changed files with 43 additions and 43 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
from dungeonbattle.bootstrap import Bootstrap
from squirrelbattle.bootstrap import Bootstrap
if __name__ == "__main__":
Bootstrap.run_game()