Program post site for everyone
Recommendation IchigoLatte IchigoJam PanCake MyApp
2017/09/06 18:11:53
MixJuice GET URL : kidspod.club/mj/273
marushima
var key; lc(8, 11); log("PUSH SPACE KEY"); while(1){ key = inkey(); if(key == 32){ break; } sleep(10); } var x; x = 0; while(x < 32){ lc(x, 11); log("-"); x = x + 1; sleep(100); } lc(13, 11); log("GOAL!!");