Show HN: I brute-forced a wooden Antikythera-style puzzle in Rust
1–3 of 3 posts
Re: Show HN: I brute-forced a wooden Antikythera-style puzzle in Rust
#2combining 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 ?
Re: Show HN: I brute-forced a wooden Antikythera-style puzzle in Rust
#3combining 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...