Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meshy/diceroller
A polyhedral (D&D) dice roller for BBC MicroBit
https://github.com/meshy/diceroller
bbc-microbit dungeons-and-dragons micropython
Last synced: 10 days ago
JSON representation
A polyhedral (D&D) dice roller for BBC MicroBit
- Host: GitHub
- URL: https://github.com/meshy/diceroller
- Owner: meshy
- License: mit
- Created: 2016-10-15T21:43:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T21:47:47.000Z (about 8 years ago)
- Last Synced: 2024-12-16T03:42:32.889Z (11 days ago)
- Topics: bbc-microbit, dungeons-and-dragons, micropython
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diceroller
This simple program is an RPG (D&D) dice roller for BBC MicroBit.
## Building
Install requirements:
pip install -r requirements.txt
Flash the program onto your BBC MicroBit:
uflash dice.py
## Usage
Button A and B cycle through the dice (D2, D4, D6, D8, D10, D12, D20). Shake
the MicroBit to "roll" the dice.