-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFeaturedProjects.json
44 lines (44 loc) · 1.44 KB
/
FeaturedProjects.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"Name":"The Mast",
"Author":"Awesome-Llama",
"Description":"A textured 3D game set on a fictional planet. Explore highly detailed environments and structures and uncover the events that took place.",
"Author-Link":"https://scratch.mit.edu/users/awesome-llama/",
"In-Site":true,
"External-Links":{
"Scratch":"https://scratch.mit.edu/projects/861541218/"
},
"Type":"Project"
},
{
"Name":"Voxel Test",
"Author":"ObviousAlexC",
"Description":"A voxel world generation demo in pen+",
"Author-Link":"https://www.youtube.com/channel/UC0xUJS2XrZ8c6J7noLerDCw",
"In-Site":true,
"Project-File":"VOXELTEST.sb3",
"Type":"Project"
},
{
"Name":"Co-Funk",
"Author":"TheShovel",
"Description":"Friday Night Funkin, but in PenguinMod!",
"Author-Link":"https://theshovel.rocks/#home",
"In-Site":false,
"External-Links":{
"ShovelRocks":"https://theshovel.rocks/co-funk/"
},
"Type":"Project"
},
{
"Name":"ARDEREPHOBIA",
"Author":"ObviousAlexC",
"Description":"A rougelike made for a game jam.",
"Author-Link":"https://www.youtube.com/channel/UC0xUJS2XrZ8c6J7noLerDCw",
"In-Site":true,
"External-Links":{
"Itch":"https://obviousalexc.itch.io/arderephobia"
},
"Type":"Project"
}
]