-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 811 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "micropython"]
path = micropython
url = https://github.com/micropython/micropython.git
[submodule "playdate-coroutines"]
path = playdate-coroutines
url = https://github.com/nstbayless/playdate-coroutines.git
[submodule "examples/game-menu"]
path = examples/game-menu
url = https://github.com/pewpew-game/game-menu.git
[submodule "examples/game-maze3d"]
path = examples/game-maze3d
url = https://github.com/cwalther/pewpew-game-maze3d.git
[submodule "examples/game-othello"]
path = examples/game-othello
url = https://github.com/pewpew-game/game-othello.git
[submodule "examples/game-snake"]
path = examples/game-snake
url = https://github.com/pewpew-game/game-snake.git
[submodule "examples/game-tetris"]
path = examples/game-tetris
url = https://github.com/pewpew-game/game-tetris.git