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

https://github.com/janlindblom/pxt-roman-numerals

MakeCode extension to print roman numerals - beta
https://github.com/janlindblom/pxt-roman-numerals

makecode makecode-extension microbit typescript

Last synced: about 1 year ago
JSON representation

MakeCode extension to print roman numerals - beta

Awesome Lists containing this project

README

          

# pxt-roman-numerals

This is a sample extension to MakeCode for BBC micro:bit to showcase
custom extensions to students.

It has a single function exported that converts integers to their
roman numeral representation and scrolls it on the micro:bit "display".

## Usage

roman.showNumber(1999)

## TODO

- [X] Add a reference for your blocks here
- [ ] Add "icon.png" image (300x200) in the root folder
- [X] Add "- beta" to the GitHub project description if you are still iterating it.
- [ ] Turn on your automated build on https://travis-ci.org
- [ ] Use "pxt bump" to create a tagged release on GitHub
- [ ] Get your package reviewed and approved https://makecode.microbit.org/packages/approval

Read more at https://makecode.microbit.org/packages/build-your-own

## License

MIT

## Supported targets

* for PXT/microbit
(The metadata above is needed for package search.)