Skip to content

Commit d6d16a6

Browse files
committed
Add maze-gen as submodule in showcase
1 parent eba5947 commit d6d16a6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "showcase/bayes"]
88
path = showcase/bayes
99
url = https://github.com/narthur/bayes
10+
[submodule "showcase/maze-gen"]
11+
path = showcase/maze-gen
12+
url = https://github.com/narthur/maze-gen

showcase/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Community showcase of projects built by Codebuff
66
- [Later](https://github.com/narthur/later) - A task management app inspired by Do It (Tomorrow), built with Svelte
77
- [Game of Life](https://github.com/narthur/game-of-life) - Conway's Game of Life implementation with TypeScript
88
- [Bayes](https://github.com/narthur/bayes) - A web application for applying Bayesian reasoning to everyday life
9+
- [Maze Generator](https://github.com/narthur/maze-gen) - A maze generation visualization built with TypeScript
910

1011
## Cloning
1112

showcase/maze-gen

Submodule maze-gen added at 5c97368

0 commit comments

Comments
 (0)