Space to code.A few commands are already done: goto(x;y): go to x:x y:y move(x): take x steps turn(x): turn x degres. direct(x) Point to x direction repeat(x){commands}: repeat x times a command. wait(x) Wait x seconds if(condition){code}
Guess the number:goto(0;0) direct(90) var m = 0; var min = Ask(Minimum?) var max = Ask(Maximum?) var Nb = Rdm(Min;Max) repeat(infinity)[var g = Ask(number?) wait(0.1) if(nb=g){say(Good Job, you only made:) wait(2) say(m) wait(2) say(mistakes!) wait(2) say(Well done!) wait(100000000)} if(nb<g){say(Lower) wait(2) } if(nb>g){say(Higher) wait(2)} var m = add(1) ]