Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riknoll/arcade-mini-menu
An extension for MakeCode Arcade that adds blocks for making menus
https://github.com/riknoll/arcade-mini-menu
Last synced: 23 days ago
JSON representation
An extension for MakeCode Arcade that adds blocks for making menus
- Host: GitHub
- URL: https://github.com/riknoll/arcade-mini-menu
- Owner: riknoll
- License: mit
- Created: 2022-06-06T19:41:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T22:45:30.000Z (8 months ago)
- Last Synced: 2024-10-06T12:22:13.594Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://riknoll.github.io/arcade-mini-menu/
- Size: 201 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Arcade-Extensions - GitHub repo - mini-menu-extension/14368?u=unsignedarduino) | [Demo](https://riknoll.github.io/arcade-mini-menu/) (Not built-in extensions / arcade-mini-menu)
README
![arcade-mini-menu logo](./icon.png)
# arcade-mini-menu
This is an extension for [Microsoft MakeCode Arcade](https://arcade.makecode.com/) that allows you to create menus for your arcade game!
Some of its features include:
1. Menus that can be used as sprites (with all the blocks in the Sprites category)
2. Support for both text and icons
3. Automatic scrolling when space is limited
4. Flexible menu layouts including single-column, single-row, and an x-y grid
5. A wide range of menu style options to match the look and feel of your game## Examples
### Simple pause menu
https://makecode.com/_321Ui6hwb8oK
###
## Add this Extension to a new project
This repository can be added as an **extension** in MakeCode.
* open [https://arcade.makecode.com/](https://arcade.makecode.com/)
* click on **New Project**
* click on **Extensions** under the gearwheel menu
* search for **https://github.com/riknoll/arcade-mini-menu** and import## Edit this project
To edit this repository in MakeCode.
* open [https://arcade.makecode.com/](https://arcade.makecode.com/)
* click on **Import** then click on **Import URL**
* paste **https://github.com/riknoll/arcade-mini-menu** and click import#### Metadata (used for search, rendering)
* for PXT/arcade