-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
137 lines (136 loc) · 4.04 KB
/
db.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"bg": "https://www.dailydot.com/wp-content/uploads/988/78/9c5f78d9f18315b6d576b21e0c774ee6.jpg",
"title": "Quiz do 1 segundo GAMES",
"description": "Teste os seus conhecimentos sobre as músicas dos games ouvindo só 1 segundo delas!",
"resultImage": "https://media.giphy.com/media/de7YjnUgKq5Ta/source.gif",
"questions": [
{
"image": "https://media.giphy.com/media/JhfcFoCNTuIH6/source.gif",
"title": "Clássicos da Nintendo",
"description": "Uma mamão com açúcar pra gente começar",
"sound": "/sounds/mario.ogg",
"answer": 1,
"alternatives": [
"Donkey Kong",
"Super Mario",
"Legend of Zelda",
"Kirby",
"Metroid Prime"
]
},
{
"image": "https://media.giphy.com/media/ardMfW1w53UvC/giphy.gif",
"title": "Das antigas",
"description": "Vai ver você nem tinha nascido ainda",
"sound": "/sounds/tetris.ogg",
"answer": 3,
"alternatives": [
"Pac-Man",
"Pitfall!",
"Missile Command",
"Tetris",
"Contra"
]
},
{
"image": "https://media.giphy.com/media/MYBYe5q6kUPD2/source.gif",
"title": "Clássicos dos anos 90",
"description": "Quem nunca alugou um desses jogos?",
"sound": "/sounds/pokémon.ogg",
"answer": 4,
"alternatives": [
"Sonic",
"Mega Man",
"Final Fantasy",
"Crash Bandicoot",
"Pokémon"
]
},
{
"image": "https://media.giphy.com/media/cWo5UdG06KCHe/giphy.gif",
"title": "Anos 2000",
"description": "Muito cuidado para não virar um assassino jogando um desses jogos",
"sound": "/sounds/halo.ogg",
"answer": 2,
"alternatives": [
"God of War",
"Grand Theft Auto",
"Halo",
"Prince of Persia",
"Fable"
]
},
{
"image": "https://media.giphy.com/media/JqEB4KkitGwhPRtC7G/giphy.gif",
"title": "Jogos de luta",
"description": "Soquinho, soquinho, soquinho...",
"sound": "/sounds/smash.ogg",
"answer": 0,
"alternatives": [
"Super Smash Bros",
"Street Fighter",
"Tekken",
"Killer Instinct",
"Mortal Kombat"
]
},
{
"image": "https://media.giphy.com/media/6Tol8FOHeuaFCHcgek/giphy.gif",
"title": "Jogos de estratégia",
"description": "Conceito de estratégia. Em grego: strategia.",
"sound": "/sounds/aoe2.ogg",
"answer": 2,
"alternatives": [
"Starcraft",
"Warcraft",
"Age of Empires",
"Civilization",
"Command & Conquer"
]
},
{
"image": "https://media.giphy.com/media/hqTguNdEoA1ooYxeog/giphy.gif",
"title": "Jogos Sériões",
"description": "Pra quem se chama de gamer",
"sound": "/sounds/the-last-of-us.ogg",
"answer": 1,
"alternatives": [
"Red Dead Redemption",
"The Last of Us",
"The Witcher",
"Dark Souls",
"Bioshock"
]
},
{
"image": "https://media.giphy.com/media/26DoaWaPME4Mk0pXi/giphy.gif",
"title": "Jogos Indie",
"description": "Os hispsters do mundo dos games",
"sound": "/sounds/journey.ogg",
"answer": 4,
"alternatives": [
"Bastion",
"Stardew Valley",
"Spelunky",
"Braid",
"Journey"
]
}
],
"external": [
"https://quiz-games.gabrielwolf-dev.vercel.app/",
"https://quiz-valorant.johnatanivini.vercel.app/",
"https://imersao-react-project.brenonortega.vercel.app/"
],
"theme": {
"colors": {
"primary": "#53C477",
"secondary": "#C45452",
"mainBg": "#267840",
"contrastText": "#FFFFFF",
"wrong": "#781C1A",
"success": "#85FFAB"
},
"borderRadius": "4px"
}
}