-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from UnsignedArduino/staging
Add some extensions and tool
- Loading branch information
Showing
6 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
repo: "https://github.com/riknoll/arcade-mml" | ||
links: | ||
- title: Forum post | ||
url: "https://forum.makecode.com/t/extension-arcade-mml/31351?u=unsignedarduino" | ||
--- | ||
|
||
Similar to the RTTTL extension that parses RTTTL strings for music, this extension parses [MML](https://en.wikipedia.org/wiki/Music_Macro_Language) strings! This extension adds a `MML` category to the toolbox. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
repo: "https://github.com/riknoll/arcade-sprite-tilemaps" | ||
links: | ||
- title: Forum post | ||
url: >- | ||
https://forum.makecode.com/t/extension-arcade-sprite-tilemaps/31444?u=unsignedarduino | ||
--- | ||
|
||
This extension allows you to set tilemaps for individual sprites, so tile overlap events are fired and those sprites will interact with walls while also allowing you to use the normal overlap and wall hit event blocks for your sprite! Although they do not get drawn to the screen, they can still be useful for separating the actual tilemap from the game logic, etc. Heed the warning that "this engine replaces the physics engine, so it is not compatible with any other extension that overwrites the physics engine." This extension adds a Sprite Tilemaps category. |
6 changes: 3 additions & 3 deletions
6
...-UnsignedArduino---Arcade-MIDI-to-Song.md → ...ignedArduino---MIDI-to-MakeCode-Arcade.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
content/tools/014-UnsignedArduino---MakeCode-Arcade-to-Electron.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
url: "https://github.com/UnsignedArduino/MakeCode-Arcade-to-Electron" | ||
project: UnsignedArduino/MakeCode-Arcade-to-Electron | ||
isNotWebsite: true | ||
links: | ||
- title: GitHub repo | ||
url: "https://github.com/UnsignedArduino/MakeCode-Arcade-to-Electron" | ||
- title: Forum post | ||
url: >- | ||
https://forum.makecode.com/t/convert-your-makecode-arcade-games-to-electron-apps/31352?u=unsignedarduino | ||
--- | ||
|
||
I have written a Python script that will turn your MakeCode Arcade games into cross-platform standalone offline-capable Electron apps! Note that this tool requires at least Python 3.12 and Node.js 21 on a computer, your MakeCode Arcade game deployed to GitHub Pages, and command line knowledge is highly recommended! Check the GitHub README for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters