Skip to content

A tool that displays possible words hidden in wordgrid games

License

Notifications You must be signed in to change notification settings

lafe/WordgridSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordgrid Solver

This tool provides possible solutions to "wordgrid games" like Boggle or Wordament.

Requirements

The tool requires a dictionary that provides the word list which is used to determine if a found string is a valid word. This repository does not contain such a file but examples can be found on the internet. For development I used the dictionary of WinEdt.

Usage

After starting the program loads the dictionary from the file system (currently hardcoded as "US.dict") and awaits the user input. The wordgrid has to be entered from left to right, top to bottom without any spaces.

Example

A B C D
E F G H
I J K L
M N O P

The table above will be entered as ABCDEFGHIJKLMNOP

Limitations

The solver currently assumes that

  • the wordgrid consists of a 4x4 grid
  • each cell only contains one character
  • only words with at least three characters will be displayed

About

A tool that displays possible words hidden in wordgrid games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages