3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Can you help me to create a batch or some other file to find the answers of a word scramble?

On one of the programming missions on http://www.hackthissite.org/ I have to create a file to solve a word scramble, the only language I know that I could use is batch. If you can help me write this file or recomend another file type to do this job, please do!

11 answers
sort by: active | newest | oldest
Aug 5, 2009. 11:24 AMlemonie says:
If you do a bit of searching for "word scramble solver" in conjunction with "source code" you can find things like this:
http://webscripts.softpedia.com/script/Games/Word-Scramble-Solver-17601.html (Python)
Use those words, go fishing, see what you can find.

L

(Batch files are not a programming language, they are a way of organising multiple commands)
Aug 5, 2009. 11:21 PMlemonie says:
If you find someone's existing code you can learn how other people have done it, then write your own. No harm in looking at things other people have written, it's what most others would do. L
Aug 7, 2009. 12:36 PMlemonie says:
To look at it another way: if it's been done, we should build from there; starting again from scratch is only really of any value as a learning process for yourself. And you'll probably want to see "the answers" when you're done anyway. L
Aug 8, 2009. 2:45 PMlemonie says:
Good reason - have you picked a language / script? L
Aug 5, 2009. 11:04 AMDELETED_GuardianFox says:
PHP, C++, Visual Basic, Perl, java, javascript, etc... You have literally thousands of options as nearly any modern language can do the task. I highly recommend learning PHP as it is very easy to pick up and is increasingly more and more useful in the web-app era. It's also a good starting point to learning modern programming and it integrates with a lot of other languages and a lot of resources very well. Batch is just not going to cut it here. Batch is NOT a true programming language. Batch cannot perform advanced tasks like the challenge above easily. I won't say it CANT be done, but I will say that it will take many hundreds of lines of commands to do it whereas a good true programming language could perform the task within 50 lines of code.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!