Deboggle Information Sheet JunoWhoIM@aol.com --------------------------------- Three types of data files are created and used: .bank file - holds WordBank object in this file .list file - holds list of words for users to read, as well as for TwoStepAnalysis to analyze .step file - analysis of .list words into an array that DeBoggle uses ----------------------------------------------------------------------------- To create .bank and .list files java -DSBANK="" -DDBANK="" -DDLIST="" -DMAXLEN= WordBank ----------------------------------------------------------------------------- To analyze .list file and create corresponding .step files java TwoStepAnalysis <.list file> which will read in .list file and create .step file of the same name ----------------------------------------------------------------------------- To run Deboggle java Deboggle or to load in a word bank of your choice java Deboggle <.bank/.step file>