cubing / cubing.js

🛠 A library for displaying and working with twisty puzzles. Also currently home to the code for Twizzle.
https://js.cubing.net/cubing/
GNU General Public License v3.0
245 stars 44 forks source link

[cubing.js issue] Kilominx SVG is broken. #267

Closed lgarron closed 1 year ago

lgarron commented 1 year ago

Steps to reproduce the issue

  1. Go to https://alpha.twizzle.net/edit/?puzzle=kilominx&fbclid=IwAR2NTb6p4CtjQsDFiVlhzRQBFJS7woTwsEUMzyl7uAZyiQb5OoUy6Jo0lhg&alg=R2
  2. Playback Options → Show 2D view

Observed behaviour

The move affects the wrong pieces, presumably because Kilominx corner generation order is different from the Megaminx-based definition we were using before.

🖼 Screenshots

Screenshot 2023-02-20 at 14 42 58

Expected behaviour

The move affects pieces correctly.

Environment

N/A

Additional info

No response

lgarron commented 1 year ago

Duplicate of https://github.com/cubing/cubing.js/issues/268