Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
-
- import game
-
-
- if __name__ == "__main__":
- game.start()
- #app = game.Application()
- #app.init()
- #app.execute()
|