https://github.com/mrp01/netconomysolver
Solver for a cube puzzle by Netconomy.
https://github.com/mrp01/netconomysolver
Last synced: 4 months ago
JSON representation
Solver for a cube puzzle by Netconomy.
- Host: GitHub
- URL: https://github.com/mrp01/netconomysolver
- Owner: MrP01
- Created: 2022-08-19T17:19:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T19:25:38.000Z (over 1 year ago)
- Last Synced: 2025-01-13T21:44:05.296Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Cube Solver
Solver for a cube puzzle by Netconomy.
I received this cube as a promotional gift a few years ago, the problem sparked my interest because noone I knew could solve it by hand (in feasible time) so I decided to code it up in Rust (first time for me).
There are 4294967296 (4^16) technically possible combinations of the cube and potentially multiple solutions.To run the solver (with the associated GUI):
```bash
cargo build
cargo run
```Press 1,2,3...,9 to mutate corners 1 to 9 respectively, press [Space] to perform one mutation and press [S] to start the solver.

(This project is in no way affiliated with *NETCONOMY GmbH*)