Skip to content

OgGhostJelly/word_search_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Search Solver (Rust)

A program that solves word search puzzles, a revisal of my old python project.

Clone and run it:

$ git clone https://github.com/OgGhostJelly/word_search_solver.git
$ cd word_search_solver
$ cargo run

The ./word_search text file contains the puzzle board, and is what the program will try to solve when it is ran.

About

A Rust program that solves word search puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages