https://github.com/microsoft/pxt-microsoft-boot-sequence
A boot sequence animation for Microsoft MakeCode Arcade
https://github.com/microsoft/pxt-microsoft-boot-sequence
arcade makecode
Last synced: 16 days ago
JSON representation
A boot sequence animation for Microsoft MakeCode Arcade
- Host: GitHub
- URL: https://github.com/microsoft/pxt-microsoft-boot-sequence
- Owner: microsoft
- License: mit
- Created: 2019-07-25T21:46:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T18:55:11.000Z (about 3 years ago)
- Last Synced: 2026-05-22T21:04:34.212Z (26 days ago)
- Topics: arcade, makecode
- Language: TypeScript
- Homepage: https://microsoft.github.io/pxt-microsoft-boot-sequence/
- Size: 335 KB
- Stars: 5
- Watchers: 10
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
---
---
# microsoft-boot-sequence [](https://travis-ci.org/microsoft/pxt-microsoft-boot-sequence)
A boot sequence animation for MakeCode Arcade.
* create a new project at https://arcade.makecode.com
* click on ``Extensions``
* add this repository
* add this code to run the boot sequence
```blocks
storyboard.microsoftBootSequence.register();
storyboard.start();
```
## Supported targets
* for PXT/arcade
(The metadata above is needed for package search.)
## Microsoft Open Source Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
Resources:
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
makeCodeRender("https://arcade.makecode.com/", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");