Problem This is a finished project where 2 players each roll 2 dice. If the sum of the number that […]
Tag: dice
Dice-rolling tool
Problem I am an experienced programmer, but a complete beginner with React. My goal is to teach myself React. I’ve […]
Dice roller in Ruby (mainly for D&D)
Problem I have been working with Ruby for about a week or two now, and I wanted to create a […]
RubyKoans: Greed dice scoring
Problem The Greed game, from Ruby Koans, where you roll up to 5 dice: A set of three ones is […]
Winforms Dice Control
Problem This is my second Custom Control I have made, a dice. The code below has worked 100% in all […]
Regex-based parsing of a specifier for dice
Problem In this android app, the user can enter (a subset of) roll20 notation to roll that many dice. Inputs […]
Java Dice Roller
Problem I’ve written a basic dice program in Java which takes a number of faces then randomly selects a number […]
Arbitrary probability dice
Problem I have to make this: Each set consists of a number of equal objects that generate numbers from a […]
Dice game rules implementation
Problem My in-laws taught me a dice game a couple years ago, and we play every once in a while. […]
“Dice on a Yacht” game
Problem I wrote a small program to address some assignment tasks related to making a game called ‘Dice on a […]