|
|
592c4b6cc0
|
massive state space solver improvement: supercomp took ~10s, now ~40ms
achieved by imposing a 15 block limit on each board and changing the
internal representation from std::string to 4x uint64_t
|
2026-03-02 05:26:18 +01:00 |
|
|
|
846ff72d1f
|
fix bug where starting index was set incorrectly when populating graph
|
2026-02-28 23:16:00 +01:00 |
|
|
|
330fe694a7
|
remove non-goal presets
|
2026-02-26 03:56:21 +01:00 |
|
|
|
4a37e93b98
|
implement immovable blocks (walls) and add two presets
|
2026-02-25 17:21:54 +01:00 |
|
|
|
81620d8709
|
add more puzzles
|
2026-02-25 16:53:24 +01:00 |
|
|
|
79f088d10e
|
disable tracy in flake instead of CMakeList.txt
|
2026-02-25 15:14:49 +01:00 |
|
|
|
a3a8c2f31a
|
add fat klotski
|
2026-02-25 14:13:33 +01:00 |
|
|
|
b9e3ab8d2d
|
implement editing the board win condition
|
2026-02-24 22:43:53 +01:00 |
|
|
|
d8534cacdd
|
store winning condition in state + remove presets
|
2026-02-24 22:08:00 +01:00 |
|