Open this page at https://jonesa6.github.io/makecode-arcade-os/
This repository can be added as an extension in MakeCode.
- open https://arcade.makecode.com/
- click on New Project
- click on Extensions under the gearwheel menu
- search for https://github.com/jonesa6/makecode-arcade-os and import
To edit this repository in MakeCode.
- open https://arcade.makecode.com/
- click on Import then click on Import URL
- paste https://github.com/jonesa6/makecode-arcade-os and click import
This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh.
does not work in blocks do to pxt.json set to use a mode that does not work with blocks.
- for PXT/arcade
usable functions for your custom programs: isApressed isBpressed notifaction isdarkmode password password-check.
math. how to use password check 1=right 0=wrong 2=password does not exist, or the password has a name of a OS setting. how to use password: true=password set false=OS setting. OS setting means that that setting is used by the OS. how to make custom programs: to create a program, make a new function like prog1 then put the code of the program in the new function which can use the functions that this says you can use. then put the code to run your custom program into the function called: execute. how to use the function math: the function works by input 1 1 1 which will add 1+1 and will return the output. hers the operation list 1=add 0=multiply 2= subtract 4=divide. also, any other function you should not use. you cannot use sprites 8-1 and one is mysprite just so you now. do not modify the OS unless this says you can modify that part of the OS. the notifaction function which you can use takes text and shows it as a notifaction also the notifaction will wait for other notifications to finish.