Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 361 Bytes

File metadata and controls

12 lines (10 loc) · 361 Bytes

Jotto Solver

Command line solver for Jotto, written in Java. The computer attempts to guess your word!

Specifics for this version

  • No repeated letters allowed
  • Uses dictionary from "/usr/share/dict/words"

Ideas for future versions

  • GUI for playing
  • Allow repeated letters
  • Win condition
  • Proper documentation