Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrp01/netconomysolver
Solver for a cube puzzle by Netconomy.
https://github.com/mrp01/netconomysolver
Last synced: about 20 hours 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T19:25:38.000Z (about 1 year ago)
- Last Synced: 2024-04-16T03:20:36.471Z (7 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.
![Screenshot](https://user-images.githubusercontent.com/12398709/185673734-a1d2fe60-d542-4d5c-be7d-c75186f54805.png)
(This project is in no way affiliated with *NETCONOMY GmbH*)