Skip to content

Rachmanin0xFF/snake_cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake_cube

snake cube viz

A program to explore and solve the snake cube puzzle. This program uses an indexed representation of the chiral octahedral symmetry group to quickly embed the snake in 3D space.

Most programs designed to evaluate this puzzle take a complete cube, then attempt to find hamiltonian paths through it. I wanted something that did the opposite: I give it a snake, and it tells me what shapes I can make using that snake.

The solver's performance could seriously benefit from a divide-and-conquer method. I may implement this at some point.

Written in Processing, uses PeasyCam for camera controls.

About

a program that solves the snake cube puzzle

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors