Flipper/Applications/Official/DEV_FW/source/xMasterX/rubiks_cube_scrambler
2023-01-25 23:52:38 -08:00
..
application.fam Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
cube.png Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
LICENSE Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
README.md Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
rubiks_cube_scrambler.c Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
scrambler.c Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
scrambler.h Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00

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/