ScratchData LogoScratchData
Back to lolecksdeehaha's profile

Rudimentary Programming Language

LOlolecksdeehaha•Created February 21, 2022
Rudimentary Programming Language
3
1
27 views
View on Scratch

Instructions

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.

Description

Made by me Inspired by Codepoints, by @Scratchfangs: https://scratch.mit.edu/projects/508392624/

Project Details

Project ID648350978
CreatedFebruary 21, 2022
Last ModifiedFebruary 22, 2022
SharedFebruary 22, 2022
Visibilityvisible
CommentsAllowed