Sunday, November 21, 2010

Does anyone know how to code Yahtzee in VB?

Does anyone know how to code yahtzee in vb?

I am having a lot of trouble with the dice. can anyone please help me?Does anyone know how to code Yahtzee in VB?
If you are having trouble getting a random dice number the code is:



Dim i As Short

Randomize()

i = 1 + (Rnd() * 5)Does anyone know how to code Yahtzee in VB?
since the dice has 6 faces, you can create the program by using

RANDOMIZE.
First ';code'; it in English. Then translating it to VB should be easy.

No comments:

Post a Comment