Skip to content

Instantly share code, notes, and snippets.

@kureikei
Created March 26, 2015 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kureikei/0c66901f8083aa537dfa to your computer and use it in GitHub Desktop.
Save kureikei/0c66901f8083aa537dfa to your computer and use it in GitHub Desktop.
ACLS
R=360:W=399:H=239
C=RGB(80,208,255)
PRINT "はるのうみ"
PRINT "ひねもすのたり"
PRINT "のたりかな"
WHILE 1
BGMMPLAY "@122C1"
A=RND(R)
FOR X=0 TO W
GLINE X,H/2+2*SIN(A+X/40),X,H,C
NEXT
WAIT R
GCLS
WEND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment