Program post site for everyone
Recommendation IchigoLatte IchigoJam PanCake MyApp
2017/09/12 17:52:33
MixJuice GET URL : kidspod.club/mj/285
marushima
var c = 0; var x = 0; while (x < 32){ if (inkey()==32){ c = c + 1; } while(x > 0){ lc(x, 11); log("*"); x = x - 1; } x = c / 3; sleep(50); } cls(); lc(13, 11); log("GOAL!");