CoolFace
Apppublic

BHick/cubestronaut-solver

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
App README

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 /healthok once the pruning tables are loaded (~2s after start).
  • POST /solve with 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.