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ů.

10 lines
124B

  1. import game
  2. if __name__ == "__main__":
  3. game.start()
  4. #app = game.Application()
  5. #app.init()
  6. #app.execute()