Skip to content

Commit 07425e9

Browse files
Merge pull request #2 from CodebuffAI/brandon/narthur-projects
credit to: https://github.com/narthur
2 parents f384d6b + 02c4eff commit 07425e9

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
[submodule "showcase/later"]
22
path = showcase/later
33
url = https://github.com/narthur/later
4+
[submodule "showcase/game-of-life"]
5+
path = showcase/game-of-life
6+
url = https://github.com/narthur/game-of-life
7+
[submodule "showcase/bayes"]
8+
path = showcase/bayes
9+
url = https://github.com/narthur/bayes
10+
[submodule "showcase/maze-gen"]
11+
path = showcase/maze-gen
12+
url = https://github.com/narthur/maze-gen
13+
[submodule "showcase/codebuff-tricks"]
14+
path = showcase/codebuff-tricks
15+
url = https://github.com/narthur/codebuff-tricks

showcase/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Community showcase of projects built by Codebuff
44
## Projects
55

66
- [Later](https://github.com/narthur/later) - A task management app inspired by Do It (Tomorrow), built with Svelte
7+
- [Game of Life](https://github.com/narthur/game-of-life) - Conway's Game of Life implementation with TypeScript
8+
- [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
10+
- [Codebuff Tricks](https://github.com/narthur/codebuff-tricks) - A community-built wizard to help you set up new projects with Codebuff
711

812
## Cloning
913

showcase/bayes

Submodule bayes added at 9cb4246

showcase/codebuff-tricks

Submodule codebuff-tricks added at ae83b9c

showcase/game-of-life

Submodule game-of-life added at 13cd7b8

showcase/maze-gen

Submodule maze-gen added at 5c97368

0 commit comments

Comments
 (0)