Quick tips on the GSP (with pictures) - Printable Version +- The Final Outpost (https://forum.finaloutpost.net) +-- Forum: The Final Outpost (https://forum.finaloutpost.net/forumdisplay.php?fid=1) +--- Forum: Site Discussion (https://forum.finaloutpost.net/forumdisplay.php?fid=7) +--- Thread: Quick tips on the GSP (with pictures) (/showthread.php?tid=375) |
Quick tips on the GSP (with pictures) - OreoTheRabbit - 10-28-2020 - Difficult/'you think you're hot stuff' is easier than easy/'Easy-Peasy'. - You can type four of the same letter to easily tell if it's in your code, and how many of it are in your code. - Code feedback always goes in the order of _, 1, 0, regardless of the actual correct position (note how both B and a have a _ in the first position). - If you get doubles, try putting them together in the left and right positions. If you get _ _ 1 1, you most likely need to swap your remaining two letters (note that this does not always apply, as it may be a coincidence). If you get _ 1 1 1 on both attempts, try putting your doubles in the middle. - If you get all unique letters, try using an incorrect letter to find the position of the first three (in this case, I used a). |