Skip to content

oseiskar/puzzles

Repository files navigation

Algorithmic solutions to physical puzzles

Archive of ad hoc algorithmic solutions to physical puzzle games. Mostly throwaway-quality code, some of which only runs with Python 2.

Python 3 & C++. Extract piece shapes and layout from photo using computer vision. Find all solutions using brute force depth-first search (DFS) in C++.

img

JavaScript. Solve puzzle using A* with Fibonacci heap, HTML visualization.

img

Python 2. Solve the puzzle using brute force DFS. OpenGL visualization with Pygame.

img

Python 2. Solve the puzzle using brute force DFS. OpenGL visualization with Pygame.

img

About

Algorithmic solutions to originally physical puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published