summaryrefslogtreecommitdiff
path: root/instructions.html
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-09-20 09:26:58 -0700
committerlouie <lshprung@yahoo.com>2020-09-20 09:26:58 -0700
commita8c0d5619ee6d518737628d6c585233d0bba23da (patch)
tree30c13cf2439700c78d51acc9b430cb5fa092f963 /instructions.html
First commit
Diffstat (limited to 'instructions.html')
-rw-r--r--instructions.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/instructions.html b/instructions.html
new file mode 100644
index 0000000..85b476a
--- /dev/null
+++ b/instructions.html
@@ -0,0 +1,35 @@
+<html>
+ <head>
+ <title>Instructions</title>
+ <link rel='stylesheet' href='yahtzee.css'/>
+ </head>
+
+ <body>
+ <a href='yahtzee.html'><span class='back'>&lt Go Back</span></a>
+ <h1 class='shifted_head'></h1> <!--code injected via 'make_head()'-->
+
+ <h2>In Yahtzee, you play with 5 Dice as seen below:</h2>
+
+ <div class=dice_display></div> <!--code injected via 'dice.render()'-->
+
+ <h2>You get 3 chances to roll every round. Try the roll button below:</h2>
+
+
+ <button id='roll_display' onclick='dice.render_dice()'>Roll</button>
+
+ <h2>Click on one of the Dice above to Hold it if you don't want to roll it again.<br/>
+ Doing so will display a <strong>hold</strong> icon below the die. Try it!</h2>
+
+ <h2>Every round, you will attempt to get different combinations with the dice. <br/>
+ Below are all the combinatinos from each round. <br/>
+ Click on one to see what it means.
+ </h2>
+
+ <div id='round_list'></div>
+
+ <div id='round_list2'></div>
+
+ <script type="text/javascript" src="instructions.js"></script>
+
+ </body>
+</html> \ No newline at end of file