Skip to content

Re-made the dice.py code into a new dice-program. #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 25, 2017
Merged

Re-made the dice.py code into a new dice-program. #263

merged 2 commits into from
Nov 25, 2017

Conversation

DevDoggo
Copy link
Contributor

This program is more dynamic in the sense that you can change sides and amounts of dices in real-time. You can specify up to an very, very large (max value of the python integer) amount of sides and dices, however you do have a certain lower-limit to sides and amounts of dices to 'realistically'
represent the dices in a 3-dimensional space. I've used several generalized functions, rather than several similar special-cases, to minimize code use and I hope people may get some inspiration from it.

The name possibly looks terrible, so I'm more than willing to re-consider it.

DevDoggo and others added 2 commits November 22, 2017 01:10
…is more dynamic in the sense that

you can change sides and amounts of dices in real-time. You can specify an infinite amount of sides and
dices, however you do have a certain lower-limit to sides and amounts of dices to 'realistically'
represent the dices in a 3-dimensional space.
Just a quick add of comments I forgot the first time.
@geekcomputers geekcomputers merged commit 88a6580 into geekcomputers:master Nov 25, 2017
@geekcomputers
Copy link
Owner

Thank you for you contribution to the repo and the community

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants