Skip to content

jonesa6/TxinkiaOS

Repository files navigation

Open this page at https://jonesa6.github.io/makecode-arcade-os/

Use as Extension

This repository can be added as an extension in MakeCode.

Edit this project Build status badge

To edit this repository in MakeCode.

Blocks preview

This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh.

A rendered view of the blocks does not work in blocks do to pxt.json set to use a mode that does not work with blocks.

Metadata (used for search, rendering)

  • for PXT/arcade
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>

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.