Willy-JL ff24807dc8 Fix remote fetch order 1 год назад
..
img e27ad3d1fd Add rubiks_cube_scrambler from https://github.com/xMasterX/all-the-plugins 2 лет назад
.gitsubtree ff24807dc8 Fix remote fetch order 1 год назад
LICENSE e27ad3d1fd Add rubiks_cube_scrambler from https://github.com/xMasterX/all-the-plugins 2 лет назад
README.md e27ad3d1fd Add rubiks_cube_scrambler from https://github.com/xMasterX/all-the-plugins 2 лет назад
application.fam 4314384372 Merge rubiks_cube_scrambler from https://github.com/xMasterX/all-the-plugins 2 лет назад
cube.png e27ad3d1fd Add rubiks_cube_scrambler from https://github.com/xMasterX/all-the-plugins 2 лет назад
rubiks_cube_scrambler.c 27d4d8c1d8 Fix merge 2 лет назад
scrambler.c 27d4d8c1d8 Fix merge 2 лет назад
scrambler.h 27d4d8c1d8 Fix merge 2 лет назад

README.md

Rubik's Cube Scrambler FAP

Where to start?

Install the .fap file and put it in your apps folder

What does what?

The On/Off button toggles the vibration notification on and off. The "New" button generates a new scramble. The scramble letters correspond with the following moves: R = Right, L = Left, U = Up, D = Down, F = Front, B = Back. The number after the letter indicates how many times to turn that face. For example, R2 means to turn the right face twice. The ' symbol indicates a counter-clockwise turn. For example, R' means to turn the right face counter-clockwise once.

A special thanks to Tanish for their c scrambler example 🙏

https://github.com/TanishBhongade/RubiksCubeScrambler-C/