Skip to content

dmassanes/magic_cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magic Cube

Start by running

python3 cube_mpl.py

Usage:

usage: cube_mpl.py [-h] [-n N] [-r R]

MagicCubeMPL

optional arguments:
  -h, --help  show this help message and exit
  -n N        cube size (only 2 or 3 are supported yet)
  -r R        amount of random rotations when initializing

Eight Views 3

Eight Views 3 Randomized

Eight Views 2

Eight Views 2 Randomized

TODO

  • implement solver
  • allow n >= 4 and implement rotations for the mids (n >= 3)

Releases

No releases published

Packages

No packages published

Languages