Something quick I made for fun; it's actually fun to program these! Use green flag to run the code. Please suggest what I should add. You can edit your program by editing the 'execution' list. I am going to add: - Variables - Ways to add to variables Documentation on the commands: goto [x] [y]: Moves to (X, Y) on the stage. step [amount]: Moves (amount) steps forward. face [direction]: Faces the sprite towards that direction. turn [amount]: Turns the sprite that amount. Use a negative value for turning left bc I'm lazy. wait [amount]: Waits for that time. speak [text] [optional: time]: Speaks the text, and optionally, if you include the argument, speaks the text for that amount of time. Keep in mind that the text can't have spaces. If it tells you "INVALID COMMAND ON LINE [line]", you typed something wrongly probably. The parser ignores additional arguments.
Made by me Inspired by Codepoints, by @Scratchfangs: https://scratch.mit.edu/projects/508392624/