Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
104B

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