JBAujogue commited on
Commit
a6517cd
·
1 Parent(s): dfb87f4

add list of related projects

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -9,7 +9,7 @@ This project uses `uv 0.7` as environment & dependency manager, and `python 3.11
9
  uv venv
10
  (Activate env)
11
  uv sync
12
- (Optional) pre-commit install
13
  ```
14
 
15
  ## Basic usage
@@ -24,3 +24,13 @@ python -m rubik hello "World"
24
  - Base solvers following rule-based policies.
25
  - Visualization interface.
26
  - Movement explorer: Explore result of an input sequences of moves, find sequences of moves satisfying input constrains.
 
 
 
 
 
 
 
 
 
 
 
9
  uv venv
10
  (Activate env)
11
  uv sync
12
+ pre-commit install
13
  ```
14
 
15
  ## Basic usage
 
24
  - Base solvers following rule-based policies.
25
  - Visualization interface.
26
  - Movement explorer: Explore result of an input sequences of moves, find sequences of moves satisfying input constrains.
27
+
28
+ ## Related projects
29
+
30
+ - [pglass/cube](https://github.com/pglass/cube)
31
+ - [trincaog/magiccube](https://github.com/trincaog/magiccube)
32
+ - [bellerb/RubiksCube_Solver](https://github.com/bellerb/RubiksCube_Solver)
33
+ - [charlstown/rubiks-cube-solver](https://github.com/charlstown/rubiks-cube-solver)
34
+ - [adrianliaw/PyCuber](https://github.com/adrianliaw/PyCuber)
35
+ - [dwalton76/rubiks-cube-NxNxN-solver](https://github.com/dwalton76/rubiks-cube-NxNxN-solver)
36
+ - [staetyk/NxNxN-Cubes](https://github.com/staetyk/NxNxN-Cubes)