/Dice-Simulator

This simple python challenge for practicing my skills.

Primary LanguagePython

Dice Simulator

The idea is to make a dice simulator with diffetent kinds of game.

For now, you can just Run the main.py file to acess the game the idea is to make a dice simulator with diffetent kinds of game.

for now, there's two kinds, a free single dice, that the player choose the kind of the dice (d6, d8, d12...) and the dual d6 mode, that rolls two d6 dices and show the result.

06/16/21 <<<

This version was made ising OOP skills, I'll make more complex systems later for practicing too.