Dice-Rolling-SIM banner

Dice-Rolling-SIM

1 devlog
27m

This is a simulator in Python that lets you roll two dice or one. Run the Python code from the main.py file in a IDE or online Python complier. A link to a complier is attached as the ‘Demo Link’.

Demo Repository

Loading README...

raspberrypi500

I added logic to roll one die or two. It will randomly pick a number between 1 and 6, like a real die, and then return that. If you choose to roll two dice, it will pick two numbers and return both of them.

Attachment
0