This website requires JavaScript.
Explore
Help
Sign In
s464965
/
WMICraft
Watch
5
Star
2
Fork
1
You've already forked WMICraft
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9f1ca750f1
WMICraft
/
main.py
6 lines
85 B
Python
Raw
Normal View
History
Unescape
Escape
refactor: Game class
2022-03-04 20:10:55 +01:00
from
game
import
Game
feat: added basic 2d grid
2022-03-04 16:45:30 +01:00
if
__name__
==
'
__main__
'
:
refactor: Game class
2022-03-04 20:10:55 +01:00
game
=
Game
(
)
game
.
start
(
)
Reference in New Issue
Copy Permalink