Minor update to Treehouse Stampede cheater
If you read my blog yesterday you’ll know that I coded a simple application that lets you cheat at the Windows 8 sample application Treehouse Stampede by coming up with the five best possible words that will earn you the most points. I have coded a minor update to the cheater so that it will know allow you to set a maximum without recompiling the program by launching it as:
java wordCheat 10
Obviously, you would replace 10 with the maximum number of letters you would like to use. I’ve also now GPL’d the source code (and recompiled the program to match it). Here are the files you need to download:
- (Optional) Source code - only download if you want to mess around with it and change some settings
- English word list - just a small text file you’ll need to use otherwise the program will crash. It is an unmodified version of this word list.
- Java Executable - this is the actual executable. Navigate to the appropriate directory in CMD and then type “java wordCheat” (case is important) to start running it. To quit it just type the word exit instead of the three letters

