IMPORTANT READ ALL SEE LOWER IF YOU WANT TO KNOW HOW TO ADD ANY PROGRAM - key detector only reads one at a time - this is a miniature operating system - You can easily add any list application you want - if the project will not let you type, reload the webpage, it has to do with the key detection so clicking the green flag wont reset it - use back arrow to delete (deletes all) - type "s!help" for commands - to play the snake game, you need to scroll up a bit after the logo comes up - push "e" to exit any application -"!+space" to forcequit all ''''-----WHAT ALL OF THE SCRIPTS DO-----'''' s!help - shows all available commands s!math - opens math portal s!getdateinfo - gets the current date and time s!runapp - open the application runner s!config - opens the profile editor s!infect - runs an encryption virus (don't worry, it doesn't infect you computer, it only scrambles each letter) a!textedit - WIP a simple text editor a!snake - opens snake game IMPORTED a!whirl - opens whirl animation IMPORTED a!clock - opens a digital scrolling clock IMPORTED c!lines - adds lines before and after text c!bubbles - turns text to bubble letters c!fancy - makes the text fancy ''''-----TO UPLOAD ANY LIST PROJECT-----'''' - add the name of the function to the application list under the "COMMAND GEN" receiver - I will call it a!snake - under the "run app" function, add a "if app(as the parameter) = (function name)" in this case "if app = a!snake" - in that "if" broadcast something, in this case "broadcast: snake" - Import the sprite that will run the program then configure its code to display anything to the "Console" list - Remove the "on start" block begging the code and replace it with "when I receive snake" or whatever the broadcast name is - add an escape when "e" is pushed code and return to home - IMPORTANT - BEFORE RUNNING, MAKE SURE THERE ARE NO VARIABLES OR LISTS THAT ARE NAMED THE SAME BY MY PROGRAM AND YOUR UPLOADED PROGRAM - Similar process for adding a script or configuration ''''-----Some things I learned-----'''' - When using special fonts (such as the one for the fancy profile, it turns out that each letter counts as two items so "?"* is not one character, but two. If you have it as only one, then you get a question mark box. or maybe it's just the website I used :) *I used https://lingojam.com/. Lol it turns out that I can't even paste it in so it just appears as a question mark. Its the fancy "A" letter used in-game
Snake game by @Rocket-Flier "List snake" https://scratch.mit.edu/projects/377788314/ List whirl by @Zro716 "List Whirl" https://scratch.mit.edu/projects/21338314/ Scrolling clock by @ivan321 "Digital Clock List" https://scratch.mit.edu/projects/384810066/ -------- for me: MAKE ADDITION FUNCTIONS BINARY ADD "AND, XOR, OR, NOR"