Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and add a bunch of extensions #157

Merged
merged 5 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/extensions/062-riknoll---arcade-moving-platforms.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
repo: "https://github.com/riknoll/arcade-moving-platforms"
betaStatus:
inBeta: true
since: "May 23, 2024"
reason: '"Extremely buggy" -@riknoll'
---

A small extension that adds collision to a sprite based on a tilemap image! This is a pretty advanced extension and there is no documentation or examples, so it is recommended for advanced users only. Adds a `Moving Platforms` category to the toolbox.
9 changes: 9 additions & 0 deletions content/extensions/068-RobbyZero---Advanced-Math.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
repo: "https://github.com/RobbyZero/Advanced-Math"
links:
- title: Forum post
url: >-
https://forum.makecode.com/t/advanced-math-extension/29010?u=unsignedarduino
---

This extension provides blocks to use calculus, linear algebra, cryptography, exponentials and logarithms, and dealing with trigonometry. Also, the calculus blocks look incredibly funny so I recommend checking them out. This extension adds five categories: `Cryptography`, `Calculus`, `Exponential/Log`, `Trig Modes`, and `LinearAlgebra` to the toolbox.
9 changes: 9 additions & 0 deletions content/extensions/069-sargedev---betterarrays.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
repo: "https://github.com/sargedev/betterarrays"
links:
- title: Forum post
url: >-
https://forum.makecode.com/t/extension-betterarrays-60-useful-array-blocks/29154?u=unsignedarduino
---

From the creator of the amazing `bettersettings` extension, @sargedev graces us with `betterarrays` - adding **over 60 blocks** to the `Arrays` category in the toolbox, (or the `arrays` namespace in JavaScript) designed to help you manipulate arrays in MakeCode Arcade, reducing the redundancy in your program of manually implementing these methods yourself. Check out the forum post for extremely detailed documentation. (scroll down as blocks have been added)
15 changes: 15 additions & 0 deletions content/extensions/070-riknoll---arcade-dj.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
repo: "https://github.com/riknoll/arcade-dj"
links:
- title: Forum post
url: >-
https://forum.makecode.com/t/so-what-happened-to-the-dj-extension/29209/5?u=unsignedarduino
- title: Demo
url: "https://arcade.makecode.com/S60062-11234-81819-24053"
betaStatus:
inBeta: true
since: "July 10, 2024"
reason: '"expect bugs and APIs might change." -@riknoll'
---

Looping and tracking the playing of songs in MakeCode Arcade is made easy with this extension! This adds a `DJ Arcade` category to the toolbox.
9 changes: 9 additions & 0 deletions content/extensions/071-neintoes---arcade-tile-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
repo: "https://github.com/neintoes/arcade-tile-data"
links:
- title: Forum post
url: >-
https://forum.makecode.com/t/arcade-tile-data-extension-for-storing-vars-sprites-on-tile-locations/29426?u=unsignedarduino
---

Like the sprite data extension, this super-helpful "tile data" extension allows you to store data such as strings, numbers, booleans, etc. to locations in a tilemap. It adds a `Data` section to the `Scene` category.
Loading