Skip to content

A Rubik's Cube timer made in C# winforms, with sessions, average calculation, generated scrambles, cube visualization, and cube solving algorithm

Notifications You must be signed in to change notification settings

LazarBojanic/WinterCubeTimer

Repository files navigation

WinterCubeTimer

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.

Instructions (You need .NET 9.0 runtime to run this program):

  • 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 or dotnet build --configuration Release

      dotnet run --configuration Debug or dotnet run --configuration Release

Packages

No packages published

Contributors 2

  •  
  •  

Languages