Skip to content

Instantly share code, notes, and snippets.

@houmei
Created June 30, 2025 11:22
Show Gist options
  • Select an option

  • Save houmei/bbeddd457b4775190a092121d14c489f to your computer and use it in GitHub Desktop.

Select an option

Save houmei/bbeddd457b4775190a092121d14c489f to your computer and use it in GitHub Desktop.
Mobile Suit GUNDAM GQuuuuuuX ZEKNOVA Game for MSX
1 L=RND(-TIME)
2 L=INT(RND(1)*20)+6
3 T$="MOBILE SUIT GUNDAM GQ"
4 PRINT
5 FOR I=1 TO LEN(T$)
6 PRINT MID$(T$,I,1);:GOSUB 17
7 NEXT I
8 A$=INKEY$:IF A$<>"" GOTO 8
9 FOR C=0 TO L
10 PRINT "u";:GOSUB 17
11 A$=INKEY$:IF A$<>"" GOTO 15
12 NEXT C
13 PRINT "X";:GOSUB 17
14 A$=INKEY$:IF A$<>"" THEN PRINT "!":GOTO 16
15 PRINT " * ZEKNOVA *"
16 END
17 FOR Z=0 TO 250:NEXT Z:RETURN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment