From a8c0d5619ee6d518737628d6c585233d0bba23da Mon Sep 17 00:00:00 2001 From: louie Date: Sun, 20 Sep 2020 09:26:58 -0700 Subject: First commit --- instructions.php | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 instructions.php (limited to 'instructions.php') diff --git a/instructions.php b/instructions.php new file mode 100644 index 0000000..83ae357 --- /dev/null +++ b/instructions.php @@ -0,0 +1,55 @@ + + + + + Instructions + + + + + 0 && $i<6 && $v>0 && $v<7) { + $_SESSION['dice'][$i-1]=$v; + print"set it up.... $i $v
\n"; + } else print"out of range $i $v
\n"; + } else print"Missing GET inputs
\n"; + + ?> + + I remember you... you have this setup:
+ + < Go Back +

+ +

In Yahtzee, you play with 5 Dice as seen below:

+ +
+ +

You get 3 chances to roll every round. Try the roll button below:

+ + +
Roll
+ +

Click on one of the Dice above to Hold it if you don't want to roll it again.
+ Doing so will display a hold icon below the die. Try it!

+ +

Every round, you will attempt to get different combinations with the dice.
+ Below are all the combinatinos from each round.
+ Click on one to see what it means. +

+ +
+ +
+ + + + + \ No newline at end of file -- cgit