Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
OutRed
GitHub Repository: OutRed/artclass
Path: blob/main/static/data/games.js
595 views
1
//
2
3
/* GAMES TO ADD
4
5
6
bloxors
7
drift boss
8
9
*/
10
11
/* game json template
12
{
13
'id': '',
14
'title': '',
15
'url': '',
16
'image': ''
17
},
18
19
*/
20
21
var games = [
22
{
23
'id': 'customgame',
24
'title': 'Add custom game',
25
'image': 'assets/addicon.png'
26
},
27
{
28
'id': 'idlebreakout',
29
'title': 'Idle Breakout',
30
'url': 'https://glitchyeet.github.io/IdleBreakout/',
31
'image': 'https://play-lh.googleusercontent.com/e5jzYTn7Mjh9Ghn-DFpVedkOlRfSOyCS2AFgXdTrADIuuUbjx6vP6r_YOM2j5m7uLQ'
32
},
33
{
34
'id': 'jacksmith',
35
'title': 'Jacksmith',
36
'url': 'https://art-class.github.io/assets/jacksmith',
37
'image': 'https://lh3.googleusercontent.com/dJAftLFmxmWdTAEjuolFrtNNAX3D0HjODTm9703CP7JqM_jFgOgPR75d6xqRsYTwoTot'
38
},
39
{
40
'id': 'thereisnogame',
41
'title': 'There Is No Game',
42
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/there-is-no-game/index.html',
43
'image': 'https://play-lh.googleusercontent.com/a6DfrYUL6viV0LAZFplqqA44gE0LHE0PyDnKHgdlydiUvccwzSBWrmRQSx5cjdL74Us=w240-h480-rw'
44
},
45
{
46
'id': 'fbwg',
47
'title': 'Fireboy and Watergirl',
48
'description': 'A 2 player game where you have to work together using logic and teamwork to get to the finish line.',
49
'url': 'https://educationgg-23704.web.app/games/FBWG4-main/index.html',
50
'image': 'http://m.arcadethunder.com/images/icons/fireboy-and-watergirl-4.jpg'
51
},
52
{
53
'id': 'osu',
54
'title': 'osu!',
55
'description': 'A web version of osu!',
56
'url': 'https://web-osu.github.io/',
57
'image': 'https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Osu%21_Logo_2016.svg/1200px-Osu%21_Logo_2016.svg.png',
58
},
59
{
60
'id': 'cuttherope',
61
'title': 'Cut the Rope',
62
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/ctr/index.html',
63
'image': 'https://play-lh.googleusercontent.com/8FNcAyLXtQB_0Ux2ZO8VZoEoihL6a5VMBNf6V2lydRM24hXLnNUdlEup1d5miVjl3JY'
64
},
65
{
66
'id': 'backrooms',
67
'title': 'Backrooms',
68
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/60f2f97b00ffe9566ee06c82ecaf67255931118b/backrooms/index.html',
69
'image': 'https://media.wired.com/photos/627b0c1fb6048c47d506c6c0/1:1/w_679,h_679,c_limit/Backrooms-Games.jpg'
70
},
71
{
72
'id': 'youarebezos',
73
'title': 'You are Bezos',
74
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/you-are-bezos/index.html',
75
'image': 'https://img.itch.zone/aW1nLzE1NzI2NjIucG5n/original/Equhiy.png'
76
},
77
{
78
'id': 'papaburgers',
79
'title': 'Papa\'s Burgeria',
80
'url': 'https://mazahacka2017.github.io/papas-burgeria',
81
'image': 'https://i.flipline.com/gamefiles/papasburgeriatogo/app_upsell_C.jpg'
82
},
83
{
84
'id': 'papasicecream',
85
'title': 'Papa\'s Scooperia',
86
'url': 'https://dynamicruffle.vercel.app/?play=papascoop',
87
'image': 'https://play-lh.googleusercontent.com/KpLBHo89bWG3jmuYb_KqDD1rZSY4XzXcHiMLZ1PCv83GMwVMcJluuuXrT32oQGCo51A'
88
},
89
{
90
'id': 'jetpackjoyride',
91
'title': 'Jetpack Joyride',
92
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/jetpack-joyride/index.html',
93
'image': 'https://play-lh.googleusercontent.com/Pl2nmu5U9CH3NQqLBTjnokoV325zESrX6KIaHrwSqREEJDWIv1yJpRCXzl9r3oMnEWHC',
94
},
95
{
96
'id': 'shellshockers',
97
'title': 'Shell Shockers',
98
'description': 'Shell Shockers is unique online shooter in first-person perspective where all the characters are represented exclusively by eggs.',
99
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/shellshockers/index.html',
100
'image': 'https://play-lh.googleusercontent.com/P-nde227L29s8w5U44kTPLiEnMEJUhJpEr4jL6tD6LV65Xz0JZtI4wEyFN-smsNrx-Q'
101
},
102
{
103
'id': 'motox3m',
104
'title': 'MotoX3M',
105
//'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/motox3m/index.html',
106
'url': 'https://art-class.github.io/assets/motox3m',
107
'image': 'https://play-lh.googleusercontent.com/AbQMuT4ncBfWDqNF-4ubmfaRag59nrW3fJARDsHK51_PENScmWCnMFeQX81wfPlfGBo'
108
},
109
{
110
'id': 'thefinalearth',
111
'title': 'The Final Earth',
112
'description': 'Earth has been destroyed. It\'s a good thing you teleported to a new planet, also known as The Final Earth. Gather resources and build a colony',
113
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/the-final-earth/index.html',
114
'image': 'https://img.itch.zone/aW1nLzIyMTU1NDAucG5n/original/6vGlZe.png'
115
},
116
{
117
'id': 'fnf',
118
'title': 'Friday Night Funkin',
119
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/fridaynightfunkin/index.html',
120
'image': 'https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Boyfriend-2.png/250px-Boyfriend-2.png'
121
},
122
{
123
'id': 'paperio2',
124
'title': 'Paper.io 2',
125
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/paperio2/index.html',
126
'image': 'https://paperio2.online/upload/imgs/options/fav.jpg'
127
},
128
{
129
'id': 'impossiblequiz',
130
'title': 'The Impossible Quiz',
131
'url': 'https://proudparrot2.github.io/msg-archive/g_mes/impossiblequiz1/impossiblequiz1/index.html',
132
'image': 'https://ih1.redbubble.net/image.489460698.9522/st,small,507x507-pad,600x600,f8f8f8.jpg'
133
},
134
{
135
'id': 'ducklife4',
136
'title': 'Duck Life 4',
137
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/ducklife4/index.html',
138
'image': 'https://play-lh.googleusercontent.com/AUGkRrKMtUCLVE9vCvlfMY9Ny9EBqzx17yejVtEEhvpkw-H6lJlvBHgCMqPJm8HV_tM'
139
},
140
{
141
'id': 'retrobowl',
142
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/retro-bowl/index.html',
143
'title': 'Retro Bowl',
144
'image': 'https://play-lh.googleusercontent.com/WRM5Y1xZmzcCP1YtO5zl6G2g7CU5c5ZfjX4UVrgi1bpNgkfy-wuB-bQx3kkeRfaGYQ'
145
},
146
{
147
'id': 'templerun2',
148
'title': 'Temple Run 2',
149
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/temple-run-2/index.html',
150
'image': 'https://play-lh.googleusercontent.com/go4XqS4mYs-G2tZymiVLF4wJYXIi5QrvwixNRzssk4G_vRBHrAdg4E1ddNwy9c2cZA'
151
},
152
{
153
'id': 'stickmanhook',
154
'title': 'Stickman Hook',
155
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/stickman-hook/index.html',
156
'image': 'https://play-lh.googleusercontent.com/yXqBI1Vb1b-xjwmXLE2T7FQbgHIxfvjze1b6jO2aLHfy8Y8ta7NFSEVqZoPHtM2Ajyrl'
157
},
158
{
159
'id': 'run3',
160
'title': 'Run 3',
161
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/run%203/Run%203.html',
162
'image': 'https://play-lh.googleusercontent.com/A97ygyZMgnoapGfPhWZn9QBMsrskPuPQmJqeEtROZWnbQRfAOZZlhtP-UBWxaKtMI6U',
163
'description': 'Run 3 is a classic game where you swerve through space in a race to the finish. Play hundreds of new levels in this fast-paced platformer'
164
},
165
{
166
'id': 'justfall',
167
'title': 'Just Fall',
168
'description': 'Just Fall is a game similar to Fall Guys, where you compete in minigames to be the sole winner',
169
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/just-fall/index.html',
170
'image': 'https://play-lh.googleusercontent.com/-0rSllZ8as88Jcs3iZ7-JCFyTb3YLB-HjR7bY7P6q_2MAswmDH4h1qNPfFiaZqzkkg'
171
},
172
{
173
'id': 'sm64',
174
'title': 'Super Mario 64',
175
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/sm64/index.html',
176
'image': 'https://assets1.ignimgs.com/2019/05/31/mario-64---button-1559263987447.jpg',
177
'description': 'Controls: <br>Movement: Arrow Keys <br>A: X <br>B: C <br>R: Q <br>Z: Space <br>Start: Enter <br>C-stick: WASD<br><br>You might need to go into fullscreen for the keybinds to register'
178
},
179
{
180
'id': 'snowball',
181
'title': 'snowball.io',
182
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/snowbattle/index.html',
183
'image': 'https://play-lh.googleusercontent.com/X8FEOENa_t5mlRllBh2RRLc6sMnPIq56Wxa2ndValDOmwzIRhAv7MG6fT97TLQ2DK48'
184
},
185
{
186
'id': 'minecraft',
187
'title': 'Minecraft Classic',
188
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/minecraft-classic/index.html',
189
'image': 'https://cdn.iconscout.com/icon/free/png-256/minecraft-2752120-2284937.png'
190
},
191
{
192
'id': 'smashkarts',
193
'title': 'Smash Karts',
194
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/d108460237587095c92fe0968f1595f30cf5a5cc/smashkarts/index.html',
195
'image': 'https://geometry-dash.co/upload/imgs/smash-karts-logo.png'
196
},
197
{
198
'id': 'tunnelrush',
199
'title': 'Tunnel Rush',
200
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e00403015397cb588f42d3a461b5ac9503dd7c2d/tunnel-rush/index.html',
201
'image': 'https://images.hellokids.com/_uploads/_tiny_galerie/20180415/vign-tunnel-rush-hk-w8v_u89.jpg',
202
},
203
{
204
'id': 'awesometanks2',
205
'title': 'Awesome Tanks 2',
206
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/60f2f97b00ffe9566ee06c82ecaf67255931118b/awesometanks2/index.html',
207
'image': 'https://play-lh.googleusercontent.com/fiH2wSovQkxQ2dQViDAphNBbM0B1dYxTlJqnYwKXeSoQQZbBNkZZuLyMkv4gglb7LH4'
208
},
209
{
210
'id': 'fireandice',
211
'title': 'A Dance of Fire and Ice',
212
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/a-dance-of-fire-and-ice/index.html',
213
'image': 'https://play-lh.googleusercontent.com/L8rCly8hMWuP95PbihDZlSV2u0oGrs0hl2lEXboO7XHX2XalJZ1rjgOsFYXnEDWbpQ',
214
'description': 'A Dance of Fire and Ice is a simple one-button rhythm game. Press on every beat of the music to move in a line. Every pattern has its own rhythm to it. It can get difficult. This game is purely based on rhythm, so use your ears more than your sight.'
215
},
216
{
217
'id': 'escapeprison',
218
'title': 'Henry Stickmin: Escaping the Prison',
219
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/escapingtheprison/index.html',
220
'image': 'https://play-lh.googleusercontent.com/MKW0yzbpA-faDMztP2xkirlXsHwL7QutC_9VyQlbr4VTbPOyCZInL7zYG9EA4XpX4mtM'
221
},
222
{
223
'id': 'fleeingthecomplex',
224
'title': 'Henry Stickmin: Fleeing the Complex',
225
'url': 'https://art-class.github.io/assets/fleeingthecompound/index.html',
226
'image': 'https://play-lh.googleusercontent.com/RDk8BpHUESL9J4H-s-07ZC1sNJol8-aZEzz3OEA99PxTYnsZd8038Y-0wRMpCQKDssU'
227
},
228
{
229
'id': 'infiltratingtheairship',
230
'title': 'Henry Stickmin: Infiltrating the Airship',
231
'url': 'https://art-class.github.io/assets/infiltratingtheairship/index.html',
232
'image': 'https://play-lh.googleusercontent.com/bRVIDUSlmkDM9ZA9xLczm-PuUa0dYPupAG2ZVNXJvCITc3ZkO7PS-t0qKX1T--7f5-k=w240-h480-rw'
233
},
234
{
235
'id': 'breakingthebank',
236
'title': 'Henry Stickmin: Breaking the Bank',
237
'url': 'https://art-class.github.io/assets/breakingthebank/index.html',
238
'image': 'https://play-lh.googleusercontent.com/I9aDLwmiy5iSjeUPs5IDI3lam8iWZ1zVnLF-V_EGvClOLuccjwLNNjZ8xltu4AN60io'
239
},
240
{
241
'id': 'slope',
242
'title': 'Slope',
243
'url': 'https://mathadventure1.github.io/slope/slope/index.html',
244
'image': 'https://play-lh.googleusercontent.com/uJn2i9h7KxYQarC_c3K4qH6o7gLtflFnhD_dN14MNkzHJ1NeNFzCL69jpB5mT0vCoQs'
245
},
246
{
247
'id': 'baldisbasics',
248
'title': 'Baldi\'s Basics',
249
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/60f2f97b00ffe9566ee06c82ecaf67255931118b/baldis-basics/index.html',
250
'image': 'https://play-lh.googleusercontent.com/EPV1TB4So1lB0DGrdCVExDpNU8ML67nd8OqBeoOIM-s6sDicxmDdPvCXD6n7LKevFl0'
251
},
252
{
253
"id": '1v1lol',
254
'title': "1v1.lol",
255
'url': 'https://docs-opensocial.googleusercontent.com/gadgets/ifr?url=https://cdn.jsdelivr.net/gh/ko1ov/to@1e8a949f89fcf2b110640c41a0705db01405d161/d7uf4.xml#',
256
'image': 'https://play-lh.googleusercontent.com/-dE43Bqni_bUnq0L-piPxiJG4YiCotk5khMdrQaQBJrXJ3vSgjNeIaKyA34rBvKQSyOy'
257
},
258
{
259
'id': 'crossyroad',
260
'title': 'Crossy Road',
261
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/crossyroad/index.html',
262
'image': 'https://cdn.jim-nielsen.com/ios/512/crossy-road-endless-arcade-2014-12-02.png'
263
},
264
{
265
'id': 'subwaysurfers',
266
'title': 'Subway Surfers',
267
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/subway-surfers/index.html',
268
'image': 'https://cdnb.artstation.com/p/assets/images/images/040/799/939/large/celine-j-1-74-shanghai-icon-1024-x.jpg?1629908071'
269
},
270
{
271
'id': 'geometrydash',
272
'title': 'Geometry Dash',
273
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/geodash/index.html',
274
'image': 'https://upload.wikimedia.org/wikipedia/en/3/35/Geometry_Dash_Logo.PNG'
275
},
276
{
277
'id': 'idlecraft',
278
'title': 'Idlecraft',
279
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/grindcraft/index.html',
280
'image': 'https://play-lh.googleusercontent.com/Pl3YYYdxM1Lhe-pXFwaLfmzSpqDZqlzvxS7-BH60Mho_cydWeOCkhTCrSgtMEXL54Cm0'
281
},
282
{
283
'id': '8ballpool',
284
'title': '8 Ball Pool',
285
'url': 'https://8ball-pool.io',
286
'image': 'https://play-lh.googleusercontent.com/bPz1guJ6FHF3oIOEy3KqwpaDDKO-hLRaZoyzmM8bLFLN8fWm6L0_EuUnkwv9iqPo3Ag'
287
},
288
{
289
'id': 'fruitninja',
290
'title': 'Fruit Ninja',
291
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/fruitninja/index.html',
292
'image': 'https://downloadr2.apkmirror.com/wp-content/uploads/2019/01/5c5122d13cd72.png'
293
},
294
{
295
'id': 'bloxors',
296
'title': 'Bloxors',
297
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/60f2f97b00ffe9566ee06c82ecaf67255931118b/bloxors/index.html',
298
'image': 'https://play-lh.googleusercontent.com/FHpA3r3FHDzVNtBpjpi9Zq8JA81bvRXBEbdkBvL3COOucsMfn_fYYhEFE5g55VkeSQ'
299
},
300
{
301
'id': 'chromedino',
302
'title': "Chrome Dino Game",
303
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/e3144855e924629d8f7c41238660a823a5336705/chrome-dino/index.html',
304
'image': 'https://qph.cf2.quoracdn.net/main-qimg-c803e5912e045867b4e2f033c1b57ff9-lq'
305
},
306
{
307
'id': 'doodlejump',
308
'title': 'Doodle Jump',
309
'url': 'https://upload.wikimedia.org/wikipedia/en/a/ac/Doodle_jump_icon.png',
310
'image': 'https://assets-prd.ignimgs.com/2022/03/16/doodlejump-1647405974576.jpg'
311
},
312
{
313
'id': 'cookieclicker',
314
'title': 'Cookie Clicker',
315
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/cookie-clicker/index.html',
316
'image': 'https://play-lh.googleusercontent.com/OssE3ON9WsLZedOF39UCgtIHcRYfV0OqQS9O78LfmRdxSyKdHX52G2OFa0LkG6D-k9w'
317
},
318
{
319
'id': 'slither',
320
'title': 'slither.io',
321
'url': 'https://slither.io',
322
'image': 'https://play-lh.googleusercontent.com/oObkhKfUXOY5yzheKe9w1Y1pXZBgdiSksMeNmT0BijoQ8J75maTCIW2TA7-6pA6EMA'
323
},
324
{
325
'id': 'driftboss',
326
'title': 'Drift Boss',
327
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/60f2f97b00ffe9566ee06c82ecaf67255931118b/drift-boss/index.html',
328
'image': 'https://play-lh.googleusercontent.com/reYobJ4Z_dJ-uSeYFb2zVnvAlfqF9VQFsXVcFRwdMx_SmATGHwOur9i338-MaVZxtLw'
329
},
330
{
331
'id': 'basketballstars',
332
'title': 'Basketball Stars',
333
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/d1a97cbddcf69b15adf2ab4a491df717ecf22938/basketball-stars/index.html',
334
'image': 'https://play-lh.googleusercontent.com/EjJV6kCXgX9EIhKEtpYhQF8-BUb5En8sDKpOPiWSQJUxv9_RAfl4tMxyIMkQYgeqC6I=w240-h480-rw'
335
},
336
{
337
'id': 'amongus',
338
'title': 'Among Us',
339
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/d1a97cbddcf69b15adf2ab4a491df717ecf22938/among-us/index.html',
340
'image': 'https://play-lh.googleusercontent.com/8ddL1kuoNUB5vUvgDVjYY3_6HwQcrg1K2fd_R8soD-e2QYj8fT9cfhfh3G0hnSruLKec'
341
},
342
{
343
'id': 'rocketleague',
344
'title': 'Rocket League',
345
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/d1a97cbddcf69b15adf2ab4a491df717ecf22938/Rocket-League/index.html',
346
'image': 'https://cdn2.iconfinder.com/data/icons/popular-games-1/50/rocketleague_squircle-512.png'
347
},
348
{
349
'id': 'bitlife',
350
'title': 'Bitlife',
351
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/d1a97cbddcf69b15adf2ab4a491df717ecf22938/bitlife/index.html',
352
'image': 'https://d.newsweek.com/en/full/1317374/bitlife-ribbons-how-get-all-complete-list-android-ios-cheats-guide-tips-become.jpg?w=1600&h=1600&q=88&f=75befc746fb83a0c568c44ca07bc5e64'
353
},
354
{
355
'id': 'btd4',
356
'title': 'Bloons TD 4',
357
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/d1a97cbddcf69b15adf2ab4a491df717ecf22938/btd4/index.html',
358
'image': 'https://assets-prd.ignimgs.com/2022/08/16/bloons-td4-button-1660612386362.jpg'
359
},
360
{
361
'id': 'ovo',
362
'title': 'OvO',
363
'url': 'https://purepro4561.github.io/OvO',
364
'image': 'https://play-lh.googleusercontent.com/v7KwGdPjJGjJjRXn46sck4DwDBdKSeRzGN44CjiXUtKV0jjOi51Bt4wcXud0m-SkXg=w240-h480-rw'
365
},
366
{
367
'id': 'dogeminer',
368
'title': "Doge Miner",
369
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/DogeMiner/index.html',
370
'image': 'https://play-lh.googleusercontent.com/7diC1RZgf6Z5XCspiwJMYD3vQz5TmjFElLw5qnPJZjcjNXgfhepPJzmIBijgraJRd8uv'
371
},
372
{
373
'id': 'aquapark',
374
'title': 'aquapark.io',
375
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/21ac7257444af1713884b35045938d57e88a4993/aquapark-slides/index.html',
376
'image': 'https://play-lh.googleusercontent.com/pNI21ILS4I9IAzveYzjbfk5D5LGuL03b0Ea4OtlFRLD_yk7KYLBeLlBmsvhH7Uj-dQn6'
377
},
378
{
379
'id': '2048',
380
'title': '2048',
381
'url': 'https://rawcdn.githack.com/3kh0/3kh0-Assets/f839d26b4770ba137c399dc1a1c6ccf22e5f3565/2048/index.html',
382
'image': 'https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/2048_logo.svg/220px-2048_logo.svg.png'
383
}
384
]
385
386
var customgames = JSON.parse(localStorage.getItem("customgames"))
387
customgames.forEach(game => {
388
games.push(game)
389
})
390
391
console.log("Loaded " + games.length + " games")
392
console.log("Loaded " + customgames.lenfth + " custom games")
393