An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

---
---

# microsoft-boot-sequence [![Build Status](https://travis-ci.org/microsoft/pxt-microsoft-boot-sequence.svg?branch=master)](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 }}");