BHick/cubestronaut-solver
0
Cubestronaut 5×5 solver
A tiny HTTP service that solves a 5×5 cube in ~70 moves, used by the Cubestronaut app. Wraps cube555 (cs0x7f, GPL/MIT) + min2phase (MIT).
GET /health→okonce the pruning tables are loaded (~2s after start).POST /solvewith a 150-char URFDLB facelet → space-separated move string.
Built from a Dockerfile; tables are generated at image-build time and loaded at runtime, so each solve is ~1s.
