Skip to content

Commit 00d2b06

Browse files
committed
Add Game of Life as submodule in showcase
1 parent 9fefa73 commit 00d2b06

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
@@ -1,3 +1,6 @@
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

showcase/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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
78

89
## Cloning
910

showcase/game-of-life

Submodule game-of-life added at 13cd7b8

0 commit comments

Comments
 (0)