Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 557 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 557 Bytes

Scrabbler

This program gives you all possible words from an entered string, using the text file words.txt

Requirements

Java

Access to Terminal/Command prompt/Bash

Instructions

Open command prompt, change your directory to the location of the scrabler\src\ folder with command cd Type javac Main.java to recompile the program, or java Main to run. You can use --prefix [string] to find all the words with the given prefix, or --suffix [string] for all words with the given suffix.