Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrambler

A scramble generator for 3x3 Rubik's Cubes.

Install

With Nix Flakes

Register the flake in your local flake registry, then install it:

$ nix registry add scrambler github:achuie/scrambler
$ nix profile install scrambler

With Legacy Nix

Initialize Cargo.lock:

$ nix-shell --command 'cargo update'

or use the convenience script generate_lockfile.sh.

Install:

$ nix-env -i -f default.nix

Enter a development environment providing the same rust version:

$ nix-shell

Manually

Just use cargo like normal.

Usage

Random Move Generator

Choose sequence of random moves, with a heuristic to avoid immediate repeat moves.

IDA*

Coming soon!

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages