Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
1234567891011 |
- import game.gbe
-
- def start():
- t = game.gbe.Time()
- t.reset()
-
- d = game.gbe.Display()
- d.init()
- while t.aliveSeconds < 5.0:
- print(t.aliveSeconds)
- d.close()
|