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
96a86cf4ce
WMICraft
/
main.py
6 lines
89 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
(
)
added menu; changed tiles textures;
2022-03-08 12:11:22 +01:00
game
.
main_menu
(
)
Reference in New Issue
Copy Permalink