Skip to content

Proposal: Add Mega L2F and L3F Scrambler #521

Description

@ah1112

Hi,

I was wondering if we could also have a last 3 faces scrambler (L3F) and last 2 faces scrambler (L2F) for Megaminx as those would be very useful as well.

For L3F it is very simple since we just need random RUF moves. I have implemented it here the same way you did for the S2L scrambler, and it should be ready to go: https://github.com/ah1112/cstimer/tree/megal3f

For L2F it is a bit trickier. We want a random state on the last 2 faces, which cannot be achieved with a 2 gen scramble. Really, we just want the same logic as src/js/scramble/mgmlsll.js but to not restrict the F moves. For last slot + last layer we can only have F' U* F since we don't want to break any other slots in the F face. But in L2F arbitrary F moves are ok, while still needing the restriction on R moves. I drafted some rough changes here, though it does not work very well, and the logic in the code is messy: https://github.com/ah1112/cstimer/tree/megal2f
I could make a separate file with the L2F logic, but you probably don't want unnecessary extra files.

Please let me know what you think.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions