This website requires JavaScript.
Explore
Help
Sign In
ynerant
/
squirrel-battle
Watch
1
Star
0
Fork
You've already forked squirrel-battle
0
Code
Issues
Pull Requests
Packages
Projects
Releases
3
Wiki
Activity
7469f4855f
squirrel-battle
/
main.py
6 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
:tada: Init repo
2020-10-02 13:48:39 +00:00
#!/usr/bin/env python
Load game externally
2020-10-23 12:53:08 +00:00
from
dungeonbattle
.
game
import
Game
:tada: Init repo
2020-10-02 13:48:39 +00:00
if
__name__
==
"
__main__
"
:
Load game externally
2020-10-23 12:53:08 +00:00
Game
(
)
.
init
(
)