dice
Rolling dice application for iPhone apps
I am making an iPhone dice application and I wanted to create a button so that if I click it, it will generate a random number between 1 and 6 on the UITextField.[详细]
2023-04-10 01:09 分类:问答Making a dice in ruby language
Im coding a dice in ruby in which when i rolled it, it would either come up north south east or west.[详细]
2023-04-09 06:36 分类:问答trying to count the number of times something comes up on a dice. ruby code
This is my code for a dice that shows a direction. It shows either north, south, east or west when rolled.[详细]
2023-04-09 01:07 分类:问答How do I have a program reference an internal random result and apply it to a list to print a result?
Ok, I need some help here. I\'m attempting to write a program that rolls a die internally (randrange), which is referenced to a list that will then print the result onto the screen[详细]
2023-04-03 23:31 分类:问答Does Java's Random Object create random numbers through equal opportunity?
I\'m trying to write a short program that plays a dice game (normal 6 sided dice) for me. The first roll\'s number is added to the score. After the first roll, if I roll a 6 then the game stops and th[详细]
2023-04-02 12:16 分类:问答Python adding players to a game
Okay I\'m writing a little game to practice my python since I\'m learning, I\'ve learned开发者_如何学编程 quite a bit over the past week, but with this certain game I\'m puzzled.[详细]
2023-03-24 10:56 分类:问答How to use a Random number Generator in C#?
I created a Windows Forms application using Visual Studio Professional in C#. In my program I prompt the user to input the number of rolls he/she wants and then they press enter to get the numbers.[详细]
2023-03-23 12:22 分类:问答Dice Question (Full House and Straight recognition)
I\'m making a dice game. There are 5 dice in which I have al开发者_JAVA百科l the values for and I need to determine if they make up a full house (3 of one and 2 of another), small straight (1-4, 2-6 o[详细]
2023-03-15 23:02 分类:问答Help with adding variable to self and random number (javascript)
I am making a simple dice roller, which seems like a good first project to me, and may help others learn javascript as well, and when you roll a die (with a button), it is supposed to add to the total[详细]
2023-03-04 12:10 分类:问答Need help psuedocoding a dice game and dont know where to even start [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-03-01 13:10 分类:问答