I was inspired by Outrageous Circuits E-Dice: http://www.outrageouscircuits.com/shop/product/10
It’s a simple project showing how you can make electronic dice with Gadgeteer using LEDs and a button.
The code is located at my GitHub repository named GadgeteerDice.
This would be a good project for kids or students. It teaches:
- Breadboards
- Looping through arrays
- Wiring up LEDs
- Button events
The first version shows a single die while the second shows how two dice can be created.