Skip to content

A solver for overused puzzles in puzzle games.

Notifications You must be signed in to change notification settings

MelnCat/OverusedPuzzleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 19, 2025
ea962c2 · · Jun 19, 2025

History

11 Commits
Jun 19, 2025
Jun 18, 2025
Jun 18, 2025
Jun 19, 2025
Jun 18, 2025
Jun 18, 2025
Jun 19, 2025
Jun 18, 2025
Jun 19, 2025
Jun 18, 2025
Jun 19, 2025
Jun 19, 2025
Jun 19, 2025
Jun 19, 2025
Jun 19, 2025
Jun 19, 2025

Repository files navigation

Overused Puzzle Solver

zen_r5TakEG9m8.mp4

A solver for overused puzzles in puzzle games.

Games

Lights Out

image

  • Support for arbitrary grids with arbitrary cells.
  • Works with multiple light states.
  • Has a built-in lights out game player.
  • Uses Gauss-Jordan elimination in Z_n spaces for solving.

Ice Puzzle

image

  • The generic puzzle where moving slides you into a wall and you need to get to the exit
  • Uses BFS to find the shortest solution.

Fill Out Puzzle

image

  • A puzzle where you must step on every tile exactly once in a spatial arrangement.
  • Support for an optional starting and ending point.
  • Uses DFS.

About

A solver for overused puzzles in puzzle games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published