Cheat At WordRacer
September 24th, 2007
Oh wait, you just want to download the solution? Fine:
Instructions:
- Download and install cygwin: http://www.cygwin.com/setup.exe (you will need at least bash, sed, xargs, but I would install the recommended basic set).
- Download and install a Java 1.6 VM: http://java.sun.com. Java 1.5 WILL NOT WORK.
- Download and unpack the above wrc binary distribution
- Open a cygwin shell window and cd to where you unpacked the wrc binary distribution.
- Add your new JVM to your path (”export PATH=<path to java>\bin:$PATH”, e.g. “export PATH=/cygdrive/c/Program Files/Java/jdk1.6.0_02/bin:$PATH”)
- make sure runwrc.sh, process.sh, djpeg.exe and gocr.exe are executable (”chmod a+x runwrc.sh process.sh djpeh.exe gocr.exe”)
- execute “./runwrc.sh”
- A window will popup. You’ll use that to place over the WordRacer grid.
- Start your wordRacer game.
- Hide all the windows except for the wordracer game, the cygwin shell and the placement window.
- Drag the placement window over the wordracer grid is (will be)and hit enter. If you’re looking at a 4×4 grid (round 1) make sure you cover the margins so you capture the whole 6×6 grid in later rounds.
- When the round has started, hit enter. A list of words will be printed in the window. Words that include a bonus letter are indicated by *.
- Enter the words manually. Consider mixing up shorter and longer words to make sure you don’t get caught.
- When the next round starts, hit enter again.
- When the game is over: GLOAT.
Careful:
- If you move the window, you’ll have to restart wrc.
- If your WordRacer game window goes black, resize it using the bottom window handle only. Don’t move the window!
- The dictionary only has 70000 words, and many of them don’t exist in the wordracer dictionary.com dictionary. Proper names and such.
Credits:
- Jazzy, the Java Spell Checking API
- Wally Flint, who wrote the Ternery Search Tree used to check prefixes.
- The makers of gocr and djpeg, and those who compiled it for Windows.
- Mark, who solved the brute force dictionary slowness problem.

