puzzle-gen
puzzle-gen copied to clipboard
Pyraminx 4+5 but also Megaminx 3+ does nothing?
Eg this. A Pyraminx with size 4 and Alg R and Case L => but shows a solved pyramid?
Tested on your test site [https://tdecker91.github.io/puzzlegen-demo/](tdeck91 Demo)
`let type = "pyraminx";
let options = {
"width": 500,
"height": 500,
"puzzle": {
"alg": "R",
"case": "L",
"size": 4
}