You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code in completely purgeable so only the bits that your are using will be bundled. For example, the following code
52
-
bundles to only 3KBs.
13
+
## Status
14
+
15
+
The project is still under development and therefore contributions are welcomed here is the Status of the project:
16
+
17
+
-[ ] Boards
18
+
*[x] Rectangular Board
19
+
*[x] Weave Board
20
+
*[x] Circular Board
21
+
*[ ] Triangular Board
22
+
*[ ] Hexagonal Board
23
+
-[x] Generators
24
+
*[x] Aldous Broder
25
+
*[x] Backtrack
26
+
*[x] Eller
27
+
*[x] Kruskal
28
+
*[x] Prim
29
+
*[x] Sidewinder
30
+
*[x] Wilson
31
+
-[x] Renderers
32
+
*[x] SVG
33
+
*[x] Canvas
53
34
54
35
## Contributions
55
-
If you feel something is missing or something can be done better
56
-
feel free to open an issue or direct create a PR for that. Following
57
-
this a basic overview of progress on this project. We can also pickup
58
-
anything that is not implemented yet.
59
-
60
-
## For development
36
+
If you feel something is missing or something can be done better feel free to open an issue or direct create a PR for that. Following this a basic overview of progress on this project. We can also pickup anything that is not implemented yet.
61
37
62
-
```sh
63
-
# to build mazes101 in watch mode
64
-
npm run watch
65
-
66
-
# to serve documentation
67
-
pipenv run mkdocs serve
68
-
69
-
# to build documentation
70
-
pipenv run mkdocs build
71
-
```
38
+
I'm also thinking to port the code base to other languages, current Python & Dart are in my wishlist so any contributions to porting are also welcomed.
0 commit comments