Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more solution methods #105

Open
thehale opened this issue Oct 7, 2023 · 1 comment
Open

Support more solution methods #105

thehale opened this issue Oct 7, 2023 · 1 comment
Milestone

Comments

@thehale
Copy link
Member

thehale commented Oct 7, 2023

export const METHOD_UNKNOWN: STIF.Method = 'unknown'

// 2x2x2 Methods
export const METHOD_ORTEGA: STIF.Method = 'ortega'
export const METHOD_CLL: STIF.Method = 'cll'
export const METHOD_EG: STIF.Method = 'eg'

// 3x3x3 Methods
export const METHOD_LBL: STIF.Method = 'lbl'
export const METHOD_CORNERS_FIRST: STIF.Method = 'corners-first'
export const METHOD_CFOP: STIF.Method = 'cfop'
export const METHOD_ROUX: STIF.Method = 'roux'
export const METHOD_ZZ: STIF.Method = 'zz'
export const METHOD_PETRUS: STIF.Method = 'petrus'
export const METHOD_HEISE: STIF.Method = 'heise'

// Big Cube Methods
export const METHOD_REDUCTION: STIF.Method = 'reduction'
export const METHOD_YAU: STIF.Method = 'yau'
export const METHOD_HOYA: STIF.Method = 'hoya'
@thehale thehale added this to the 1.0.0 milestone Oct 23, 2023
@thehale
Copy link
Member Author

thehale commented Oct 23, 2023

Need ZZ and Roux for 1.0.0

@thehale thehale modified the milestones: 1.0.0, 1.1.0 Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant