Time your solves with generated WCA style scrambles, switch between sessions, +2, DNF or remove times, enable/disable inspection, live preview of the current scramble, see averages and best time, export the current cube state and scramble, and solve the cube using Kociemba.
Technologies: .NET 9.0, C# Winforms, SQLite, Kociemba.
- Option 1: Download latest release.
- Option 2: Cloning:
-
git clone https://github.com/LazarBojanic/WinterCubeTimer.git
-
cd WinterCubeTimer
-
(optional)
dotnet restore
(.NET might complain about missing project.assets.json) -
Option a: Open the .sln file in your preferred IDE, build and run the solution from there.
-
Option b: Build and run the solution using the dotnet cli:
dotnet build --configuration Debug
ordotnet build --configuration Release
dotnet run --configuration Debug
ordotnet run --configuration Release
-