Skip to content

edward-morgan/wordament_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordament Solver

Given a grid of letters of the form

| a | d | o |
| b | s | n |
| m | u | c |

And a dictionary of possible words, this project attempts to 'solve' the grid by finding all possible words, a la Wordament or Boggle.

Building

cargo build

Testing

cargo test

About

A simple solver for the Wordament puzzle game.

Resources

Stars

Watchers

Forks

Languages