Skip to content

LK00100100/ElohimSolverBasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElohimSolverBasic

GitHub RepoSize GitHub stars

Solves a puzzle game called Sigils of Elohim using backtracking. No pruning (Very slow)

This program will take a pool of pieces and jam them in every which way possible into the board. The basic algorithm is very slow. Some partial solutions are bad and shouldn't be investigated further. This program will continue to investigate bad partial solutions.

Take this and add your own pruning methods, special pieces, special board, or whatnot.

There are faster algorithms provided within.

Running

Programmed for Java 8

Import dependencies from maven.

Coded in Intellij. You can open up your intellij and run main().

Run the unit tests through Intellij.

About

Solves Sigils of Elohim using various backtracking methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages