Scramble is a game in which words are presented with the letters out of order, where your job is to unscramble the word.
Scramble contains a built-in word list which it uses by default. If a file named ScrambleList.txt is found in the same folder, it will read the word list from that file instead. You can also read a word list from a file of your choice by clicking on the Read Word List button.
The program is written in Tcl/Tk. If you have Tcl/Tk installed on your system, you can run the bare program. Since most people do not, executables which combine Scramble with a Tcl interpreter and the necessary library files are provided.