Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

9 lines
104B

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