Show HN: I brute-forced a wooden Antikythera-style puzzle in Rust
github.comcombining physical woodworking /puzzles with brute -forcing is the ultimate hacker news crossover .did you write a custom script or simulation to map out the gear combinations, use an existing constraint solver ?
I wrote a custom script and started by representing the physical puzzle as JSON!
https://github.com/garyhtou/grecian-computer/blob/main/puzzl...