Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.