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 are4x4
,5x5
,donut
, andcross
.--display
- Allows the user to specify which display mode they would like to use. Options arediagram
andlist
.--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.