• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Wordchallenge Cheat

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi , I have developed a wordchallenge cheat in java. It worked fine for me and got 55.000 and first of my rank. The bad think is that it removed my rank without cheating, and it was not too bad( 13.000 Spanish).

The code anyway is quite interesting:
-I used some collections features. Good for practicing.
-Robot class to output the generated anagrams to the keyboard port. It´s funny when starts typing all the words into other programms(f.e. eclipse) if you don´t switch the window fast enough , but you have 3 seconds to switch.
-string permutation

Note: my dictionary(list of words) was not very good , look for a good one with plurals ,conjugations(go, goes, went,gone) . The bigger the better.

hope you like it:

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic