Skip to content

A collection of logic puzzle solvers. Created to help my team in the 2019 Galactic Puzzle Hunt.

License

Notifications You must be signed in to change notification settings

AvaLovelace1/puzzle-solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

puzzle-solvers

A collection of brute-force/backtracking logic puzzle solvers. Created to help my team in the 2019 Galactic Puzzle Hunt for the two puzzles Something is Off and Race for the Galaxy.

The puzzles include:

  • Gaps
  • Kurodoko
  • Puzzle 9 (2-Satisfiability)
  • Scrabble (not the game)
  • Tapa
  • Tetropia
  • Substitution Cipher Word Search
  • Yin-Yang

Usage

All solvers read from standard input and write to standard output. Sample inputs/outputs can be found in the sample-inputs folder.

All solvers will output all possible solutions, one after the other.

About

A collection of logic puzzle solvers. Created to help my team in the 2019 Galactic Puzzle Hunt.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages