Skip to content

Commit 3ea8383

Browse files
Push obsidian-vault files (batch 1)
1 parent 7e4f1dc commit 3ea8383

9 files changed

Lines changed: 171 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
source_file: "Documents/code-graph-vault/Game Over Screen.md"
3+
type: "document"
4+
community: "Community None"
5+
location: "L1"
6+
tags:
7+
- graphify/document
8+
- graphify/EXTRACTED
9+
- community/Community_None
10+
---
11+
12+
# Game Over Screen.md
13+
14+
## Connections
15+
- [[Game Over Screen_1]] - `contains` [EXTRACTED]
16+
17+
#graphify/document #graphify/EXTRACTED #community/Community_None

docs/obsidian-vault/Pygame.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
source_file: "Documents/code-graph-vault/Pygame.md"
3+
type: "document"
4+
community: "Community None"
5+
location: "L1"
6+
tags:
7+
- graphify/document
8+
- graphify/EXTRACTED
9+
- community/Community_None
10+
---
11+
12+
# Pygame.md
13+
14+
## Connections
15+
- [[Pygame_1]] - `contains` [EXTRACTED]
16+
17+
#graphify/document #graphify/EXTRACTED #community/Community_None
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
source_file: "Documents/code-graph-vault/Scoring System.md"
3+
type: "document"
4+
community: "Community None"
5+
location: "L1"
6+
tags:
7+
- graphify/document
8+
- graphify/EXTRACTED
9+
- community/Community_None
10+
---
11+
12+
# Scoring System.md
13+
14+
## Connections
15+
- [[Scoring System_1]] - `contains` [EXTRACTED]
16+
17+
#graphify/document #graphify/EXTRACTED #community/Community_None

docs/obsidian-vault/Snake Game.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
source_file: "Documents/code-graph-vault/Snake Game.md"
3+
type: "document"
4+
community: "Community None"
5+
location: "L1"
6+
tags:
7+
- graphify/document
8+
- graphify/EXTRACTED
9+
- community/Community_None
10+
---
11+
12+
# Snake Game.md
13+
14+
## Connections
15+
- [[Snake Game_1]] - `contains` [EXTRACTED]
16+
17+
#graphify/document #graphify/EXTRACTED #community/Community_None

docs/obsidian-vault/gameLoop().md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
source_file: "Code-base-repo/main.py"
3+
type: "code"
4+
community: "Community None"
5+
location: "L47"
6+
tags:
7+
- graphify/code
8+
- graphify/EXTRACTED
9+
- community/Community_None
10+
---
11+
12+
# gameLoop()
13+
14+
## Connections
15+
- [[Pygame_2]] - `references` [EXTRACTED]
16+
- [[Snake Game_2]] - `implements` [INFERRED]
17+
- [[gameLoop()]] - `calls` [EXTRACTED]
18+
- [[main.py]] - `contains` [EXTRACTED]
19+
- [[main.py_3]] - `contains` [EXTRACTED]
20+
- [[message()]] - `calls` [EXTRACTED]
21+
- [[our_snake()]] - `calls` [EXTRACTED]
22+
- [[show_score()]] - `calls` [EXTRACTED]
23+
24+
#graphify/code #graphify/EXTRACTED #community/Community_None

docs/obsidian-vault/main.py.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
source_file: "Code-base-repo/main.py"
3+
type: "code"
4+
community: "Community None"
5+
location: "L1"
6+
tags:
7+
- graphify/code
8+
- graphify/EXTRACTED
9+
- community/Community_None
10+
---
11+
12+
# main.py
13+
14+
## Connections
15+
- [[gameLoop()]] - `contains` [EXTRACTED]
16+
- [[message()]] - `contains` [EXTRACTED]
17+
- [[our_snake()]] - `contains` [EXTRACTED]
18+
- [[show_score()]] - `contains` [EXTRACTED]
19+
20+
#graphify/code #graphify/EXTRACTED #community/Community_None

docs/obsidian-vault/message().md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
source_file: "Code-base-repo/main.py"
3+
type: "code"
4+
community: "Community None"
5+
location: "L39"
6+
tags:
7+
- graphify/code
8+
- graphify/EXTRACTED
9+
- community/Community_None
10+
---
11+
12+
# message()
13+
14+
## Connections
15+
- [[Game Over Screen_2]] - `conceptually_related_to` [INFERRED]
16+
- [[gameLoop()]] - `calls` [EXTRACTED]
17+
- [[main.py]] - `contains` [EXTRACTED]
18+
- [[main.py_3]] - `contains` [EXTRACTED]
19+
20+
#graphify/code #graphify/EXTRACTED #community/Community_None

docs/obsidian-vault/our_snake().md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
source_file: "Code-base-repo/main.py"
3+
type: "code"
4+
community: "Community None"
5+
location: "L35"
6+
tags:
7+
- graphify/code
8+
- graphify/EXTRACTED
9+
- community/Community_None
10+
---
11+
12+
# our_snake()
13+
14+
## Connections
15+
- [[gameLoop()]] - `calls` [EXTRACTED]
16+
- [[main.py]] - `contains` [EXTRACTED]
17+
- [[main.py_3]] - `contains` [EXTRACTED]
18+
19+
#graphify/code #graphify/EXTRACTED #community/Community_None
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
source_file: "Code-base-repo/main.py"
3+
type: "code"
4+
community: "Community None"
5+
location: "L43"
6+
tags:
7+
- graphify/code
8+
- graphify/EXTRACTED
9+
- community/Community_None
10+
---
11+
12+
# show_score()
13+
14+
## Connections
15+
- [[Scoring System_2]] - `implements` [INFERRED]
16+
- [[gameLoop()]] - `calls` [EXTRACTED]
17+
- [[main.py]] - `contains` [EXTRACTED]
18+
- [[main.py_3]] - `contains` [EXTRACTED]
19+
20+
#graphify/code #graphify/EXTRACTED #community/Community_None

0 commit comments

Comments
 (0)