# Comments immediately preceding a plugin definition are a detailed description
# of that plugin.

#2x2x2
222 puzzle.TwoByTwoCubePuzzle()
#3x3x3
333 puzzle.ThreeByThreeCubePuzzle()
#4x4x4
444 puzzle.FourByFourCubePuzzle()
#4x4x4 (fast, unofficial)
444fast puzzle.FourByFourRandomTurnsCubePuzzle()
#5x5x5
555 puzzle.CubePuzzle(5)
#6x6x6
666 puzzle.CubePuzzle(6)
#7x7x7
777 puzzle.CubePuzzle(7)

#3x3x3 no inspection
333ni puzzle.NoInspectionThreeByThreeCubePuzzle()
#4x4x4 no inspection
444ni puzzle.NoInspectionFourByFourCubePuzzle()
#5x5x5 no inspection
555ni puzzle.NoInspectionFiveByFiveCubePuzzle()

#Pyraminx
pyram puzzle.PyraminxPuzzle()

#Square-1
sq1 puzzle.SquareOnePuzzle()
#Square-1 (fast, unofficial)
sq1fast puzzle.SquareOneUnfilteredPuzzle()

#Megaminx
minx puzzle.MegaminxPuzzle()

#Clock
clock puzzle.ClockPuzzle()

#Skewb
skewb puzzle.SkewbPuzzle()
