Qubed.Core
1.0.4
dotnet add package Qubed.Core --version 1.0.4
NuGet\Install-Package Qubed.Core -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Qubed.Core" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Qubed.Core" Version="1.0.4" />
<PackageReference Include="Qubed.Core" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Qubed.Core --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Qubed.Core, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Qubed.Core@1.0.4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Qubed.Core&version=1.0.4
#tool nuget:?package=Qubed.Core&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Qubed. 3x3x3 Cube Game and Solver
Twist. Solve. Master.



Status
Controls
- Use the arrow keys or drag empty space with the left mouse button to orbit the cube.
- Click a cube face, or press
U,D,F,B,L, orR, to animate a clockwise quarter turn of that face. - Hold
Shiftwhile clicking a face or pressing a face key to animate the anticlockwise turn. - Hold
Controlwhile clicking a face or pressing a face key to animate the half face turn. - Press
Enterto search for and animate a solution from the current cube state. - Press
Escto exit. - Press
Tabto scramble. - Press
Control+Zto undo a move. - Press
Control+Shift+Zto redo a move. - Press
Hto get help solving.
Ideas
- Replay last solve.
- Save scramble state.
- Reset cube to it.
- Play saved moves from solver.
- Invisible cube mode?
- Save points (not necessarily to disc, but maybe).
- Immediate solve button to skip to the end.
- Scramble, solve, repeat with stats.
Notes
Coordinates
All coordinates are (x, y) or (column, row).
Faces
White | Up
Yellow | Down
Red | Front
Orange | Back
Blue | Right
Green | Left
Net Layout
+---+
| U |
+---+---+---+---+
| L | F | R | B |
+---+---+---+---+
| D |
+---+
Coordinates
U
(0,0) (1,0) (2,0)
(0,1) (1,1) (2,1)
(0,2) (1,2) (2,2)
L F R B
(0,0) (1,0) (2,0) (0,0) (1,0) (2,0) (0,0) (1,0) (2,0) (0,0) (1,0) (2,0)
(0,1) (1,1) (2,1) (0,1) (1,1) (2,1) (0,1) (1,1) (2,1) (0,1) (1,1) (2,1)
(0,2) (1,2) (2,2) (0,2) (1,2) (2,2) (0,2) (1,2) (2,2) (0,2) (1,2) (2,2)
D
(0,0) (1,0) (2,0)
(0,1) (1,1) (2,1)
(0,2) (1,2) (2,2)
Colours
U
W W W
W W W
W W W
L F R B
G G G R R R B B B O O O
G G G R R R B B B O O O
G G G R R R B B B O O O
D
Y Y Y
Y Y Y
Y Y Y
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.