From 216fd11b18dfe36ce3ffd6c08bfef6c7c74ce536 Mon Sep 17 00:00:00 2001 From: "Aaron J. McPhall" Date: Fri, 8 Jun 2012 16:08:07 -0600 Subject: [PATCH] Updated p2 scoreboard to include helpful text. will need some positioning later though --- packages/p2/bin/scoreboard | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) 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 {