From f8c9eb5220afaf2f9a62f9a176a45913240f4081 Mon Sep 17 00:00:00 2001 From: raylu Date: Thu, 7 Apr 2011 00:27:27 -0400 Subject: Initial import from Dropbox --- pages/faq.php | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 pages/faq.php (limited to 'pages/faq.php') diff --git a/pages/faq.php b/pages/faq.php new file mode 100644 index 0000000..9bac845 --- /dev/null +++ b/pages/faq.php @@ -0,0 +1,43 @@ + + + + + + +

Questions and Answers

+ +
+

Can you explain how the pathing works?

+The pathing trys to find the best route possible. +In open areas there's lots of identical paths for it to take; +To choose which path it will go it follows these priorities: + UP, RIGHT, DOWN, LEFT. +This means that the path will go UP as far as it can first- then, right, down, left. +
If the path is going to the TOP RIGHT from the BOTTOM LEFT, the path will go UP all the way to the top, then RIGHT. +
If the path is going to the BOTTOM LEFT, from the TOP RIGHT, the path will go all the way DOWN and then LEFT. +
TOP LEFT, from BOTTOM RIGHT, UP, then LEFT. +
So, BOTTOM LEFT, from TOP RIGHT? If you answer "DOWN then LEFT" you are correct! +
If you answered "uhhmm.. What's up with the directions in caps." then you get a bonus point! +
Remember, teleports are Traps, and does not effect the path choice. +
+
+

Why use Google to sign in?

+'OpenID' allows websites to use 3rd party servers to identify you. +
We ask Google for your E-mail address, which you have to approve. +
Basically, we send you to Google, and ask who you are, (You're not a robot, right?) +
Google responds saying they know you, and gives me a code to identify you with, if you login again. +
Many sites have started adopting this method of registration/login due to the safety it provides, +not just for me, but for YOU. +
There's no chance I can leak a password, because I never recieve one. - Plus you don't have to make up/remember another password. + + + + + + + \ No newline at end of file -- cgit v1.2.3