This website works better with JavaScript.
홈
탐색
도움말
로그인
ObsidianBlk
/
Goldbox64
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
1
Commit
1
브렌치
트리:
2bced431ba
Goldbox64
/
gb.py
9 lines
104B
Raw
Blame
히스토리
import
game
if
__name__ ==
"__main__"
:
app = game.Application()
app.init()
app.execute()