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.
|
123456789 |
-
- import game
-
-
- if __name__ == "__main__":
- game.start()
- #app = game.Application()
- #app.init()
- #app.execute()
|