Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@k-gerner k-gerner released this 20 Oct 05:25
· 16 commits to master since this release
bef279d

New Word Hunt Board Layouts 5️⃣ 🍩 ❎

Three new board layout options have been added to the Word Hunt AI:

  • 5️⃣ 5x5
  • 🍩 Donut
  • ❎ Cross

Optional Command Line Arguments for Word Hunt ⌨️

You can now specify some of the settings when running the AI, rather than being prompted. These include:

  • --board - Allows the user to specify which board layout they would like to use. Options are 4x4, 5x5, donut, and cross.
  • --display - Allows the user to specify which display mode they would like to use. Options are diagram and list.
  • --maxWordLength - Allows the user to specify the maximum word length they would like to use. Default is 10, with a range of 3-10.

Smaller Features and Improvements 🏗️

  • A basic string representation of the board (showing all the letters entered by the user) will now be displayed prior to the answers display.
  • A visual representation of the board indices will now be displayed above the list of words in List mode.