Skip to content

Prints out every word in a boggle board relativly fast OR autoselects the words in an online game

Notifications You must be signed in to change notification settings

Antosser/boggle-helper-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boggle helper

Prints out every word in a boggle board relativly fast OR autoselects the words in an online game

Installation

  1. Download the executabe from the latest release.
  2. Put a dictionary called words.txt in the directory with the executable
  3. Run it.
  4. To the question if it should only print out positions type ...

If you just need the words

  1. ...no
  2. Type in all 16 letters from the board in sequence.
  3. All words will be printed out shortly.

If you want the words automatically selected in an online game

  1. ...y
  2. Also download the python file from the project root.
  3. Type in all 16 letters from the board in sequence.
  4. Copy the output to positions.txt to where the python file is.
  5. Get the python dependencies and run the python file.
  6. In the online game press insert over the first and the last letter (top left and bottom right).
  7. Program will select all the correct words

How to compile yourself

  • Python doesn't require compilation
  1. Download rust (not the game)
  2. Go to the directory with the Cargo.toml
  3. Run cargo build -r
  4. Executable is in target/release/

About

Prints out every word in a boggle board relativly fast OR autoselects the words in an online game

Topics

Resources

Stars

Watchers

Forks