Skip to content

jkengs/puzzle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Puzzle Solver

A solver built in prolog that takes a fill-in puzzle and the corresponding word list, and holds if the puzzle is solvable (fillable with all the words).

Example

Puzzle

# h #
_ _ _
# _ #

WordList: hat, bag

Solution

# h #
b a g
# t #

Usage

Puzzle = <puzzle>, WordList = <wordlist>, puzzle_solution(Puzzle, WordList).

About

A fill-in puzzle solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages