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" />
                    
Directory.Packages.props
<PackageReference Include="Qubed.Core" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Qubed.Core&version=1.0.4
                    
Install as a Cake Tool

Qubed. 3x3x3 Cube Game and Solver

Twist. Solve. Master.

Game Screenshot

Game Screenshot

Game Screenshot

Status

Tests 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, or R, to animate a clockwise quarter turn of that face.
  • Hold Shift while clicking a face or pressing a face key to animate the anticlockwise turn.
  • Hold Control while clicking a face or pressing a face key to animate the half face turn.
  • Press Enter to search for and animate a solution from the current cube state.
  • Press Esc to exit.
  • Press Tab to scramble.
  • Press Control + Z to undo a move.
  • Press Control + Shift + Z to redo a move.
  • Press H to 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 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.

Version Downloads Last Updated
1.0.4 87 6/5/2026
1.0.3 91 6/5/2026
1.0.1 86 6/5/2026
1.0.0 93 6/5/2026