small refactor

This commit is contained in:
2026-02-28 17:57:24 +01:00
parent 3f71603961
commit a0b2bcf704
36 changed files with 4144 additions and 3560 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# MassSprings - Puzzle Board State Space Explorer
All combinations of pieces reachable from an initial puzzle are explored, the resulting puzzle state-space is visualized as a force-directed graph.
The graph layout is calculated iteratively using a mass-spring-system with additional pairwise repulsive forces simulated using Barnes-Hut.
![](screenshot.png)