Home > Developer > MeftunTech
-
- Zar
-
3.5
Puzzle
- This is a simple dice rolling game application. The user can specify the number of dice to roll and the number of sides on each die. The application then simulates the rolling of the dice and displays the results.
Here's a possible implementation using Python:
import random
def roll_dice(num_dice,
Download