Skip to content

nikken7101/pyraminx-top-first-helper

Repository files navigation

Pyraminx Start Finder

Pyraminx Start Finder will find best starts to pyraminx scrambles.

Demo

http://topfirst.ni-ken.net/

Usage

Find best Oka start(s)

$ python3 findoka.py "R U' R' U R' U R' L' R L' U u' l r b"
U' L' R (U top)
L' U' R (U top)
U' L' U' R (B top)
L' R' U R' (U top)

Find best Keyhole start(s)

$ python3 findkeyhole.py "U' B' R U' B U' B R' U' R U' u' l' r'"
U' R' (B top)

Find best Bell start(s)

$ python3 findbell.py "U' L B U B L U B' l  b' "
L B' U' (B top)

Find best 1-flip start(s)

$ python3 ./find1flip.py "L' B L' B L' R' U B L' R L l' b"
B U' R (U top)

Find best intuitive starts(s)

$ python3 ./findintuitive.py "U' L B U R L u"
R B L R B (R top)

Find best v-first starts(s)

$ python3 ./findv.py "U' L B U R L u"
R B L R (F face)

Requirement

  • Python 3
    • numpy
    • bottles (for demo)

Author

Kentaro Nishi (GitHub: nikken7101 WCA ID: 2006NISH01, Twitter: @7y2n)

License

MIT

About

Find best starts with top-first methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published