diff --git a/packages/p2/bin/scoreboard b/packages/p2/bin/scoreboard index 4f5199e..c3b0de4 100755 --- a/packages/p2/bin/scoreboard +++ b/packages/p2/bin/scoreboard @@ -58,7 +58,34 @@ function head() { } function foot() { - print "" + + + print " " + print "
"
+    print "    What is it?"
+    print "      It is a hacker/forensic/puzzle game... are you up for a challenge"
+    print ""      
+    print "    How do I play?"
+    print "      Sit at the terminal and make yourself a team."
+    print "      Follow instructions from there (involves visiting a website)"
+    print ""
+    print "    FAQ:"
+    print "    Q - What is the picture being projected?"
+    print "    A - It is the scoreboard and the image is for you to figure out"
+    print "    "
+    print "    Q - Are there any hints?"
+    print "    A - NO"
+    print "    "
+    print "    Q - Can I connect remotely and play?"
+    print "    A - Sure, connect to our Access Point \"Verizon MiFi A6AD Secure\""
+    print "    "
+    print "    Q - How do I track my points?"
+    print "    A - See first FAQ.  The points are based off of how many"
+    print "        puzzles you've solved in each category"
+    print "    
" + print " " + print "" } BEGIN {