Skip to content

MoritzLange/snake_cubes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake cube solver

This is a short Jupyter notebook in Python 3 that solves 3x3x3 snake cube puzzles.

I wrote it because I was too impatient to solve a snake cube I had lying around, and yet wanted to store the thing in the most space efficient way - so it had to become a proper cube.

The program takes a simple encoding of a snake:

drawing drawing

And generates instructions how to turn it into a cube:

drawing drawing

Requirements:

  • numpy, any version will do

License

Distributed under the terms of the GNU GPLv3 License (see LICENSE).

About

A simple Python-based snake cube solver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published