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
- Host: GitHub
- URL: https://github.com/janlindblom/pxt-roman-numerals
- Owner: janlindblom
- Created: 2018-11-27T11:46:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T12:36:05.000Z (over 7 years ago)
- Last Synced: 2025-02-17T21:12:33.477Z (over 1 year ago)
- Topics: makecode, makecode-extension, microbit, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.)