Module: RubiksCube

Defined in:
lib/rubiks_cube/cubie.rb,
lib/rubiks_cube/cube.rb,
lib/rubiks_cube/version.rb,
lib/rubiks_cube/solution.rb,
lib/rubiks_cube/algorithms.rb,
lib/rubiks_cube/bicycle_solution.rb,
lib/rubiks_cube/two_cycle_solution.rb,
lib/rubiks_cube/sticker_state_transform.rb

Overview

Generic cubie piece, either edge cubie or corner cubie

Defined Under Namespace

Modules: Algorithms Classes: Cube, Cubie, Solution, StickerStateTransform, TwoCycleSolution

Constant Summary collapse

VERSION =
'1.3.0'
BicycleSolution =

Alias for TwoCycleSolution

TwoCycleSolution