Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smolkaj/rubix
A minimalistic Rubik's cube solver
https://github.com/smolkaj/rubix
artificial-intelligence astar-algorithm python rubiks-cube rubiks-cube-solver
Last synced: about 1 month ago
JSON representation
A minimalistic Rubik's cube solver
- Host: GitHub
- URL: https://github.com/smolkaj/rubix
- Owner: smolkaj
- License: apache-2.0
- Created: 2023-05-04T06:08:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T06:08:25.000Z (5 months ago)
- Last Synced: 2024-07-29T14:28:19.335Z (5 months ago)
- Topics: artificial-intelligence, astar-algorithm, python, rubiks-cube, rubiks-cube-solver
- Language: Python
- Homepage:
- Size: 2.29 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubix
A minimalistic Rubik's cube solver in ~ 300 lines of Python code.
## License
Copyright 2023 Steffen Smolka
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.