-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore_from_creator.json
34 lines (29 loc) · 1.24 KB
/
more_from_creator.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
{
"games" :
[
{
"name": "Click Ball",
"image_url" : "https://monzter-devs.github.io/MONzTER-DEVS.api/images/ClickBall.png",
"description": "click ball is a clicker game in which we need to get the ball to the flag",
"download_link": "https://monzter-games.itch.io/click-ball"
},
{
"name": "Beat N Boom",
"image_url" : "https://monzter-devs.github.io/MONzTER-DEVS.api/images/BeatNBoom.png",
"description": "Beat N Boom is a rhythm based music game",
"download_link": "https://monzter-games.itch.io/beat-n-boom"
},
{
"name": "Dodge the blocks",
"image_url" : "https://monzter-devs.github.io/MONzTER-DEVS.api/images/DTB.png",
"description" : "Dodge the incoming blocks!",
"download_link": "https://monzter-games.itch.io/dodge-the-block"
},
{
"name": "Photon",
"image_url" : "https://monzter-devs.github.io/MONzTER-DEVS.api/images/photon.png",
"description" : "Dodge the dark matter and collect all the photons to win!",
"download_link": "http://monzter-games.itch.io/photon"
}
]
}