alexrsworld 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/Apps/codeeditor.html +163 -0
  2. package/Games/WAflash/vex.html +1 -1
  3. package/Games/emulated/GBA/mariokartsupercircuit.html +30 -0
  4. package/Games/emulated/GBA/mother.html +30 -0
  5. package/Games/emulated/GBA/mother3.html +30 -0
  6. package/Games/emulated/GBA/pacmanworld.html +30 -0
  7. package/Games/emulated/GBA/sonicadvance.html +30 -0
  8. package/Games/emulated/GBA/sonicadvance2.html +30 -0
  9. package/Games/emulated/GBA/sonicadvance3.html +30 -0
  10. package/Games/emulated/GBA/superstarsaga.html +30 -0
  11. package/Games/emulated/N64/majorasmask.html +31 -0
  12. package/Games/emulated/N64/ocarinaoftime.html +31 -0
  13. package/Games/emulated/SNES/donkeykongcountry.html +31 -0
  14. package/Games/emulated/SNES/donkeykongcountry2.html +30 -0
  15. package/Games/emulated/SNES/donkeykongcountry3.html +31 -0
  16. package/Games/emulated/SNES/linktothepast.html +31 -0
  17. package/Games/ruffle/bcubed.html +40 -0
  18. package/Games/ruffle/hobo.html +41 -0
  19. package/Games/ruffle/maxdirtbike.html +40 -0
  20. package/Games/ruffle/raftwars2.html +40 -0
  21. package/Games/ruffle/useboxmen.html +40 -0
  22. package/Games/ruffle/whackyourboss.html +40 -0
  23. package/Games/ruffle/whackyourex.html +40 -0
  24. package/Games/singlefile.html +2322 -54
  25. package/Games/standalone/amongus.html +1 -0
  26. package/Games/standalone/bendy.html +141 -0
  27. package/Games/standalone/chess.html +204 -0
  28. package/Games/standalone/gdremastered.html +247 -0
  29. package/Games/standalone/highwayracer3D.html +50 -0
  30. package/Games/standalone/omnomrun.html +45 -0
  31. package/Games/standalone/retrobowlcollege.html +0 -65
  32. package/Games/standalone/slope2player.html +76 -0
  33. package/Games/standalone/soniccd.html +229 -0
  34. package/Games/standalone/station141.html +25 -8
  35. package/Games/standalone/tanukisunset.html +19 -0
  36. package/Games/standalone/ultrakill.html +108 -0
  37. package/games.json +130 -3
  38. package/iframetrue.json +2622 -0
  39. package/index.html +298 -147
  40. package/package.json +2 -2
  41. package/singlefilegames.json +7 -0
  42. package/singleiframetrue.json +2581 -0
  43. package/start.html +25 -0
  44. package/test.html +132 -0
  45. package/port.html +0 -0
@@ -0,0 +1,2581 @@
1
+ [
2
+ {
3
+ "title": "Slope",
4
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/slope.jfif",
5
+ "description": "Test your reflexes in this 3D endless runner!",
6
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/slope.html",
7
+ "category": "Runner",
8
+ "iframe": true
9
+ },
10
+ {
11
+ "title": "Slope 2 Player",
12
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/slope%202%20player.jpg",
13
+ "description": "A different version of slope that supports 2 player mode.",
14
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/slope2player.html",
15
+ "category": "Runner",
16
+ "iframe": true
17
+ },
18
+ {
19
+ "title": "Bloons Tower Defense",
20
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/btd.jpg",
21
+ "description": "Pop those balloons with strategic towers!",
22
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/btd.html",
23
+ "category": "Strategy",
24
+ "iframe": true
25
+ },
26
+ {
27
+ "title": "Bloons Tower Defense 2",
28
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/btd2.jpg",
29
+ "description": "The sequel to BTD!",
30
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/btd2.html",
31
+ "category": "Strategy",
32
+ "iframe": true
33
+ },
34
+ {
35
+ "title": "Bloons Tower Defense 3",
36
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/btd%203.jpg",
37
+ "description": "The sequel to BTD 2!",
38
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/btd3.html",
39
+ "category": "Strategy",
40
+ "iframe": true
41
+ },
42
+ {
43
+ "title": "Bloons Tower Defense 4",
44
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/btd%204.jpg",
45
+ "description": "Bloons Tower Defense 4 is a classic tower defense game initially released in Flash.",
46
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/btd4.html",
47
+ "category": "Strategy",
48
+ "iframe": true
49
+ },
50
+ {
51
+ "title": "Bloons Tower Defense 4 Expansion",
52
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/btd%204%20expansion.webp",
53
+ "description": "The expansion to Bloons Tower Defense 4!",
54
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/btd4expansion.html",
55
+ "category": "Strategy",
56
+ "iframe": true
57
+ },
58
+ {
59
+ "title": "Bloons Tower Defense 5",
60
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/btd5.jpg",
61
+ "description": "Five-star tower defense with unrivaled depth and replayability.",
62
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/btd5.html",
63
+ "category": "Strategy",
64
+ "iframe": true
65
+ },
66
+ {
67
+ "title": "Bloons",
68
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bloons.jpg",
69
+ "description": "Bloons is a fun arcade game in which you need to pop as many bloons as possible.",
70
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/bloons.html",
71
+ "category": "Strategy",
72
+ "iframe": true
73
+ },
74
+ {
75
+ "title": "Bloons Super Monkey",
76
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bloons%20super%20monkey.jpg",
77
+ "description": "Bloons Super Monkey is an arcade Bloons game and the first game in the Bloons Super Monkey series.",
78
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/bloonsupermonkey.html",
79
+ "category": "Arcade",
80
+ "iframe": true
81
+ },
82
+ {
83
+ "title": "Run",
84
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/run%20original.jpg",
85
+ "description": "Run 1 is a popular game created by a Canadian programmer in 2008 and which has been a resounding success.",
86
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/run.html",
87
+ "category": "Runner",
88
+ "iframe": true
89
+ },
90
+ {
91
+ "title": "Run 2",
92
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/run%202.jpg",
93
+ "description": "In Run 2, you play as a gray alien running through a series of different levels.",
94
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/run2.html",
95
+ "category": "Runner",
96
+ "iframe": true
97
+ },
98
+ {
99
+ "title": "Run 3",
100
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/run%203.png",
101
+ "description": "Run 3 is a popular endless runner game set in space.",
102
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/run3.html",
103
+ "category": "Runner",
104
+ "iframe": true
105
+ },
106
+ {
107
+ "title": "Fireboy and Watergirl",
108
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fireboy.jpg",
109
+ "description": "Team up to solve puzzles!",
110
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/foresttemple.html",
111
+ "category": "Puzzle",
112
+ "iframe": true
113
+ },
114
+ {
115
+ "title": "Potty Racers",
116
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/pottyracers.jfif",
117
+ "description": "Your goal is to ride your potty down various hills and hurl yourself up ramps",
118
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/pottyracers.html",
119
+ "category": "Arcade",
120
+ "iframe": true
121
+ },
122
+ {
123
+ "title": "Potty Racers 2",
124
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/pottyracers2.jfif",
125
+ "description": "You play as a man who has a desire to fly by a porta potty",
126
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/pottyracers2.html",
127
+ "category": "Arcade",
128
+ "iframe": true
129
+ },
130
+ {
131
+ "title": "Potty Racers 3",
132
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/potty%20racers.jfif",
133
+ "description": "Potty Racers 3 is the third installment in the Potty Racers series",
134
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/pottyracers3.html",
135
+ "category": "Arcade",
136
+ "iframe": true
137
+ },
138
+ {
139
+ "title": "Duck Life",
140
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/ducklife.jfif",
141
+ "description": "The first to a legendary game series Duck Life",
142
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/ducklife.html",
143
+ "category": "Adventure",
144
+ "iframe": true
145
+ },
146
+ {
147
+ "title": "Duck Life 2",
148
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/ducklife2.jfif",
149
+ "description": "The sequel to Duck Life",
150
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/ducklife2.html",
151
+ "category": "Adventure",
152
+ "iframe": true
153
+ },
154
+ {
155
+ "title": "Duck Life 3",
156
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/ducklife3.jfif",
157
+ "description": "Duck Life but with a twist, evolution!",
158
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/ducklife3.html",
159
+ "category": "Adventure",
160
+ "iframe": true
161
+ },
162
+ {
163
+ "title": "Duck Life 4",
164
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/ducklife4.jfif",
165
+ "description": "The finale to the Duck Life Story!",
166
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/ducklife4.html",
167
+ "category": "Adventure",
168
+ "iframe": true
169
+ },
170
+ {
171
+ "title": "Duck Life Treasure Hunt",
172
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/duck%20life%20treasure%20hunt.jpg",
173
+ "description": "This time to explore the cave and find legendary treasure.",
174
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/treasurehunt.html",
175
+ "category": "Arcade",
176
+ "iframe": true
177
+ },
178
+ {
179
+ "title": "Duck Life Space",
180
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/duck%20life%20space.jpg",
181
+ "description": "Train your duck in space!",
182
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/ducklifespace.html",
183
+ "category": "Adventure",
184
+ "iframe": true
185
+ },
186
+ {
187
+ "title": "Duck Life Battle",
188
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/duck%20life%20battle.webp",
189
+ "description": "The latest game in the Duck Life series!",
190
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/ducklifebattle.html",
191
+ "category": "Adventure",
192
+ "iframe": true
193
+ },
194
+ {
195
+ "title": "Color Tunnel",
196
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/colortunnel.jpg",
197
+ "description": "Color Tunnel is a fast-paced 3D arcade game.",
198
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/colortunnel.html",
199
+ "category": "Runner",
200
+ "iframe": true
201
+ },
202
+ {
203
+ "title": "Death Run 3D",
204
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/deathrun3d.jfif",
205
+ "description": "Fast-paced endless runner!",
206
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/deathrun3d.html",
207
+ "category": "Runner",
208
+ "iframe": true
209
+ },
210
+ {
211
+ "title": "Subway Surfers",
212
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/subway%20surfers.jpg",
213
+ "description": "Play one of the best mobile games ever made right in your browser.",
214
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/subwaysurfers.html",
215
+ "category": "Runner",
216
+ "iframe": true
217
+ },
218
+ {
219
+ "title": "Temple Run 2",
220
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/master/assets/game%20images/temple%20run%202.jpg",
221
+ "description": "Temple Run 2, developed by Imangi, is an infinite runner.",
222
+ "path": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/master/Games/standalone/temple-run-2/index.html",
223
+ "category": "Runner",
224
+ "iframe": true
225
+ },
226
+ {
227
+ "title": "Google Feud",
228
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/googlefeud.png",
229
+ "description": "Google Feud is a challenging quiz game that's easy to play, but difficult to master.",
230
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/googlefeud.html",
231
+ "category": "Strategy",
232
+ "iframe": true
233
+ },
234
+ {
235
+ "title": "Learn to Fly",
236
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/learn%20to%20fly.jpg",
237
+ "description": "This game introduces the protagonist, a penguin that learns how to fly with the use of a glider and a rocket.",
238
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/learntofly.html",
239
+ "category": "Adventure",
240
+ "iframe": true
241
+ },
242
+ {
243
+ "title": "Learn to Fly 2",
244
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/learn%20to%20fly%202.jpg",
245
+ "description": "Learn to Fly 2 is a launcher game where you play as a penguin attempting to fly using a ramp and various gadgets.",
246
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/learntofly2.html",
247
+ "category": "Adventure",
248
+ "iframe": true
249
+ },
250
+ {
251
+ "title": "Learn to Fly 3",
252
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/learn%20to%20fly%203.jpg",
253
+ "description": "In Learn to Fly 3, you build, customize and upgrade a spaceship.",
254
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/learntofly3.html",
255
+ "category": "Adventure",
256
+ "iframe": true
257
+ },
258
+ {
259
+ "title": "Learn to Fly Idle",
260
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/learntoflyidle.jpg",
261
+ "description": "Learn to Fly Idle is an idle game, as the title suggests. It requires you to go out and destroy Obstacles with a cannon.",
262
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/learntoflyidle.html",
263
+ "category": "Arcade",
264
+ "iframe": true
265
+ },
266
+ {
267
+ "title": "Pacman Original",
268
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/pacman.webp",
269
+ "description": "The original pacman game!",
270
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/pacmanoriginal.html",
271
+ "category": "Arcade",
272
+ "iframe": true
273
+ },
274
+ {
275
+ "title": "Pacman",
276
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/pacman.png",
277
+ "description": "Play the classic arcade game Pacman right here on your computer!",
278
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/pacman.html",
279
+ "category": "Arcade",
280
+ "iframe": true
281
+ },
282
+ {
283
+ "title": "Pacman World",
284
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/pacmanworld.jpg",
285
+ "description": "Pacman World is a fun and challenging Pacman game.",
286
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/pacmanworld.html",
287
+ "category": "Adventure",
288
+ "iframe": true
289
+ },
290
+ {
291
+ "title": "Galaga",
292
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/galaga.jpg",
293
+ "description": "Play the classic Galaga game now!",
294
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/galaga.html",
295
+ "category": "Arcade",
296
+ "iframe": true
297
+ },
298
+ {
299
+ "title": "Galaga Flash",
300
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/galagaf.jpg",
301
+ "description": "The Robotube Games version of Galaga",
302
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/galagaflash.html",
303
+ "category": "Arcade",
304
+ "iframe": true
305
+ },
306
+ {
307
+ "title": "Pacxon",
308
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/pacxon.jpg",
309
+ "description": "Survive as many rounds as possible in this pac man inspired game!",
310
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/pacxon.html",
311
+ "category": "Arcade",
312
+ "iframe": true
313
+ },
314
+ {
315
+ "title": "Pacxon Deluxe",
316
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/pacxondeluxe.jpg",
317
+ "description": "The sequel to Pacxon!",
318
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/pacxondeluxe.html",
319
+ "category": "Arcade",
320
+ "iframe": true
321
+ },
322
+ {
323
+ "title": "Riddle School",
324
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/riddleschool1.jfif",
325
+ "description": "Riddle School is a fun game of mystery and puzzle solving",
326
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/riddleschool.html",
327
+ "category": "Puzzle",
328
+ "iframe": true
329
+ },
330
+ {
331
+ "title": "Riddle School 2",
332
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/riddleschool2.jfif",
333
+ "description": "Help Phil to escape the school in this sequel of Riddle School!",
334
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/riddleschool2.html",
335
+ "category": "Puzzle",
336
+ "iframe": true
337
+ },
338
+ {
339
+ "title": "Riddle School 3",
340
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/riddleschool3.jfif",
341
+ "description": "Escape the school in the third episode of the riddle school series",
342
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/riddleschool3.html",
343
+ "category": "Puzzle",
344
+ "iframe": true
345
+ },
346
+ {
347
+ "title": "Riddle School 4",
348
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/riddleschool4.jfif",
349
+ "description": "Riddle School 4 is the 4th game in the Riddle School series.",
350
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/riddleschool4.html",
351
+ "category": "Puzzle",
352
+ "iframe": true
353
+ },
354
+ {
355
+ "title": "Riddle School 5",
356
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/riddleschool5.jfif",
357
+ "description": "Take control of Phil once more in his epic quest to escape his captors",
358
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/riddleschool5.html",
359
+ "category": "Puzzle",
360
+ "iframe": true
361
+ },
362
+ {
363
+ "title": "Riddle Transfer",
364
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/riddletransfer.jfif",
365
+ "description": "Riddle Transfer is another in a long line of fantastic, addicting point and click adventure games where the main goal is to escape!",
366
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/riddletransfer.html",
367
+ "category": "Puzzle",
368
+ "iframe": true
369
+ },
370
+ {
371
+ "title": "Riddle Transfer 2",
372
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/riddletransfer2.jfif",
373
+ "description": "Riddle Transfer 2 is the long-awaited solution to the unresolved cliffhanger of 5 years ago...",
374
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/riddletransfer2.html",
375
+ "category": "Puzzle",
376
+ "iframe": true
377
+ },
378
+ {
379
+ "title": "Bloxorz",
380
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bloxorz.jpg",
381
+ "description": "Bloxorz is a classic web-based puzzle game.",
382
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/bloxorz.html",
383
+ "category": "Puzzle",
384
+ "iframe": true
385
+ },
386
+ {
387
+ "title": "Retro Bowl",
388
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/retrobowl.jpg",
389
+ "description": "Retro Bowl is the perfect game for the armchair quarterback to finally prove a point.",
390
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/retrobowl.html",
391
+ "category": "Arcade",
392
+ "iframe": true
393
+ },
394
+ {
395
+ "title": "Retro Bowl College",
396
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/retro-bowl-college/unnamed.png",
397
+ "description": "College edition of Retro Bowl",
398
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/retrobowlcollege.html",
399
+ "category": "Arcade",
400
+ "iframe": true
401
+ },
402
+ {
403
+ "title": "Worlds Hardest Game",
404
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/worlds%20hardest%20game.jpg",
405
+ "description": "Use the arrow keys to move the red square to the end zone. Collect the yellow coins while avoiding the blue balls.",
406
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/whg.html",
407
+ "category": "Challenging",
408
+ "iframe": true
409
+ },
410
+ {
411
+ "title": "Worlds Hardest Game 2",
412
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/worlds%20hardest%20game%202.png",
413
+ "description": "The sequel to the infamous Worlds Hardest Game",
414
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/whg2.html",
415
+ "category": "Challenging",
416
+ "iframe": true
417
+ },
418
+ {
419
+ "title": "Worlds Hardest Game 3",
420
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/world-s-hardest-game-3.png",
421
+ "description": "The third game in the series of the Worlds Hardest Game",
422
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/worldshardestgame3.html",
423
+ "category": "Challenging",
424
+ "iframe": true
425
+ },
426
+ {
427
+ "title": "Worlds Hardest Game 4",
428
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/worldshardestgame4.jpg",
429
+ "description": "The last game in the series of Worlds Hardest Game",
430
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/whg4.html",
431
+ "category": "Challenging",
432
+ "iframe": true
433
+ },
434
+ {
435
+ "title": "Flappy Bird",
436
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/flappybird.png",
437
+ "description": "Play the classic Flappy Bird mobile game right here on your computer!",
438
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/flappybird.html",
439
+ "category": "Arcade",
440
+ "iframe": true
441
+ },
442
+ {
443
+ "title": "Breaking the Bank",
444
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/breaking%20the%20bank.jpg",
445
+ "description": "Breaking the Bank is a stickman puzzle game made by Puffballs United",
446
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/breakingthebank.html",
447
+ "category": "Puzzle",
448
+ "iframe": true
449
+ },
450
+ {
451
+ "title": "Escaping the Prison",
452
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/escaping%20the%20prison.png",
453
+ "description": "Escaping The Prison is a fantastically fun stick figure game where you... Well, escape the prison",
454
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/escapingtheprison.html",
455
+ "category": "Puzzle",
456
+ "iframe": true
457
+ },
458
+ {
459
+ "title": "Stealing the Diamond",
460
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/stealing%20the%20diamond.jpg",
461
+ "description": "Stealing The Diamond is another in a series of amazing stick figure adventure games.",
462
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/stealingthediamond.html",
463
+ "category": "Puzzle",
464
+ "iframe": true
465
+ },
466
+ {
467
+ "title": "Inflitrating the Airship",
468
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/infiltrating%20the%20airship.jpg",
469
+ "description": "Can you choose wisely and help the stickman in this game to accomplish his goals?",
470
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/airship.html",
471
+ "category": "Puzzle",
472
+ "iframe": true
473
+ },
474
+ {
475
+ "title": "Fleeing the Complex",
476
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fleeing%20the%20complex.jpg",
477
+ "description": "You are trapped inside a small prison cell, and you have to escape not just your cell, but the whole prison! If you fail, death is awaiting you...",
478
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/fleeingthecomplex.html",
479
+ "category": "Puzzle",
480
+ "iframe": true
481
+ },
482
+ {
483
+ "title": "Papas Pizzeria",
484
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20pizza.jpg",
485
+ "description": "You are playing as Roy, Papa Louie's nephew. It is up to you, Roy, to take control of the pizzeria.",
486
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/papaspizza.html",
487
+ "category": "Cooking",
488
+ "iframe": true
489
+ },
490
+ {
491
+ "title": "Papas Burgeria",
492
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20burgeria.jpg",
493
+ "description": "Papa has left you in charge of his prized burger-building establishment.",
494
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/papasburgeria.html",
495
+ "category": "Cooking",
496
+ "iframe": true
497
+ },
498
+ {
499
+ "title": "Papas Wingeria",
500
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20wing.jpg",
501
+ "description": "Welcome to Papa's Wingeria, Here you will have to keep your picky customers happy as they order tons of wings and things.",
502
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/papaswingeria.html",
503
+ "category": "Cooking",
504
+ "iframe": true
505
+ },
506
+ {
507
+ "title": "Papas Freezeria",
508
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20freezeria.jpg",
509
+ "description": "Build your customer's favorite ice cream sundae to spec, and they'll be happy with the product.",
510
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/papasfreezeria.html",
511
+ "category": "Cooking",
512
+ "iframe": true
513
+ },
514
+ {
515
+ "title": "Papas Hotdoggeria",
516
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20hotdog.jpg",
517
+ "description": "In Papa's Hot Doggeria you'll need to grill up juicy Hot Dogs.",
518
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/papashotdog.html",
519
+ "category": "Cooking",
520
+ "iframe": true
521
+ },
522
+ {
523
+ "title": "Papas Pancakeria",
524
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20pancake.jpg",
525
+ "description": "It is up to you to run every single aspect of the restaurant. Take orders, pour the batter, flip the pancakes, and serve the flapjacks hot and ready to hungry customers.",
526
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/papaspancake.html",
527
+ "category": "Cooking",
528
+ "iframe": true
529
+ },
530
+ {
531
+ "title": "Papas Sushiria",
532
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/sushi.jpg",
533
+ "description": "Papa\u2019s Sushiria is a casual restaurant game in which you create sushi for customers.",
534
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/papas sushi.html",
535
+ "category": "Cooking",
536
+ "iframe": true
537
+ },
538
+ {
539
+ "title": "Papas Cupcakeria",
540
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papascupcake.jpg",
541
+ "description": "Papa's Cupcakeria is a casual restaurant game in which you make cupcakes for customers.",
542
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/papascupcake.html",
543
+ "category": "Cooking",
544
+ "iframe": true
545
+ },
546
+ {
547
+ "title": "Papas Donuteria",
548
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20donut.jpg",
549
+ "description": "Papa\u2019s Donuteria is a casual restaurant game in which you build delicious donuts for customers.",
550
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/papasdonut.html",
551
+ "category": "Cooking",
552
+ "iframe": true
553
+ },
554
+ {
555
+ "title": "Papas Pastaria",
556
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20pasta.jpg",
557
+ "description": "Papa's Pastaria is a casual restaurant game where you take charge of an Italian restaurant and serve delectable pasta dishes.",
558
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/papaspasta.html",
559
+ "category": "Cooking",
560
+ "iframe": true
561
+ },
562
+ {
563
+ "title": "Papas Taco Mia",
564
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20taco.jpg",
565
+ "description": "Build tasty tacos in Papa\u2019s Taco Mia!, a casual restaurant game in the Papa Louie series.",
566
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/papastaco.html",
567
+ "category": "Cooking",
568
+ "iframe": true
569
+ },
570
+ {
571
+ "title": "Papas Cheeseria",
572
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20cheese.webp",
573
+ "description": "Papa\u2019s Cheeseria is a restaurant game where you build grilled cheese sandwiches for customers.",
574
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/papascheese.html",
575
+ "category": "Cooking",
576
+ "iframe": true
577
+ },
578
+ {
579
+ "title": "Papas Bakeria",
580
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20bake.jpg",
581
+ "description": "Papa\u2019s back with a brand new pie shop - Papa\u2019s Bakeria!",
582
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/papasbake.html",
583
+ "category": "Cooking",
584
+ "iframe": true
585
+ },
586
+ {
587
+ "title": "Papas Scooperia",
588
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/papas%20scooperia.jpg",
589
+ "description": "The last addition to the papas series. Grab your ice cream scooper and get ready to serve up some tasty frozen treats in Papas Scooperia.",
590
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/papascoop.html",
591
+ "category": "Cooking",
592
+ "iframe": true
593
+ },
594
+ {
595
+ "title": "Papa Louie: When Pizza Attacks!",
596
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/papa%20louie.jpeg",
597
+ "description": "Papa Louie: When Pizza Attacks! is a fun and addictive platformer game where you play as Papa Louie and rescue your customers from evil pizzas.",
598
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/whenpizzaattacks.html",
599
+ "category": "Adventure",
600
+ "iframe": true
601
+ },
602
+ {
603
+ "title": "Sonic Flash",
604
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/sonic.jpg",
605
+ "description": "Play the Ultimate Flash Sonic game to join Sonic in a classic platformer adventure!",
606
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/sonicultimate.html",
607
+ "category": "Adventure",
608
+ "iframe": true
609
+ },
610
+ {
611
+ "title": "Sonic the Hedgehog",
612
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/sonicthehedgehog.png",
613
+ "description": "Sonic the Hedgehog is a classic platform game featuring the iconic blue hedgehog.",
614
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/sonic-games/sonicthehedgehog.html",
615
+ "category": "Adventure",
616
+ "iframe": true
617
+ },
618
+ {
619
+ "title": "Sonic the Hedgehog 2",
620
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/sonicthehedgehog2.png",
621
+ "description": "Sonic the Hedgehog 2 is the sequel to the original Sonic the Hedgehog game.",
622
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/sonic-games/sonicthehedgehog2.html",
623
+ "category": "Adventure",
624
+ "iframe": true
625
+ },
626
+ {
627
+ "title": "Sonic 3 & Knuckles",
628
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/sonicandknuckles.jpeg",
629
+ "description": "Sonic 3 & Knuckles is a combination of Sonic the Hedgehog 3 and Sonic & Knuckles.",
630
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/sonic-games/sonicthehedgehog3.html",
631
+ "category": "Adventure",
632
+ "iframe": true
633
+ },
634
+ {
635
+ "title": "Sonic Advance",
636
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/sonicadvance.jpg",
637
+ "description": "Sonic Advance is a platform game featuring Sonic the Hedgehog.",
638
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/sonicadvance.html",
639
+ "category": "Adventure",
640
+ "iframe": true
641
+ },
642
+ {
643
+ "title": "Sonic Advance 2",
644
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/sonicadvance2.png",
645
+ "description": "Sonic Advance 2 is the sequel to Sonic Advance, featuring new levels and characters.",
646
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/sonicadvance2.html",
647
+ "category": "Adventure",
648
+ "iframe": true
649
+ },
650
+ {
651
+ "title": "Sonic Advance 3",
652
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/sonicadvance3.jpg",
653
+ "description": "Sonic Advance 3 is the final game in the Sonic Advance series.",
654
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/sonicadvance3.html",
655
+ "category": "Adventure",
656
+ "iframe": true
657
+ },
658
+ {
659
+ "title": "Sonic CD",
660
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/sonic%20cd.webp",
661
+ "description": "The original Sonic CD as you remember. With hard levels, bosses, and easter eggs.",
662
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/soniccd.html",
663
+ "category": "Adventure",
664
+ "iframe": true
665
+ },
666
+ {
667
+ "title": "Cubefield",
668
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/cube%20field.jpg",
669
+ "description": "Cubefield is a fast-paced endless running game that tests your ability to dodge obstacles.",
670
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/cubefield.html",
671
+ "category": "Arcade",
672
+ "iframe": true
673
+ },
674
+ {
675
+ "title": "The Fight for Glorton",
676
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/thefightforglorton.jfif",
677
+ "description": "The Fight for Glorton is a very popular fighting game Lock Legion game.",
678
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/thefightforglorton.html",
679
+ "category": "Fighting",
680
+ "iframe": true
681
+ },
682
+ {
683
+ "title": "Super Smash Flash",
684
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/super%20smash%20flash.jpg",
685
+ "description": "Super Smash Flash is based on the awesome Super Mario Bros series.",
686
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/supersmashflash.html",
687
+ "category": "Fighting",
688
+ "iframe": true
689
+ },
690
+ {
691
+ "title": "Freegear",
692
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/freegear.jpg",
693
+ "description": "Test your agility and reaction in high-speed racing competitions.",
694
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/freegear.html",
695
+ "category": "Racing",
696
+ "iframe": true
697
+ },
698
+ {
699
+ "title": "Thin Ice",
700
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/thin%20ice.jpg",
701
+ "description": "Thin Ice is an arcade game where you play as a Puffle that is on fire to go through an ice maze.",
702
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/thinice.html",
703
+ "category": "Arcade",
704
+ "iframe": true
705
+ },
706
+ {
707
+ "title": "Baldis Basics",
708
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/baldi.jpg",
709
+ "description": "Baldi's Basics is a puzzle horror game which satirizes 1990s educational games.",
710
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/baldi.html",
711
+ "category": "Challenging",
712
+ "iframe": true
713
+ },
714
+ {
715
+ "title": "Diner Dash Hometown Hero",
716
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/diner%20dash.jpg",
717
+ "description": "On a visit to her hometown, Flo and her Grandma Florence take a stroll down memory lane.",
718
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/dinerdash.html",
719
+ "category": "Cooking",
720
+ "iframe": true
721
+ },
722
+ {
723
+ "title": "Choppy Orc",
724
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/choppy%20orc.jpg",
725
+ "description": "Choppy Orc is a simple game about an orc that uses his axe to solve all his problems.",
726
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/choppyorc.html",
727
+ "category": "Challenging",
728
+ "iframe": true
729
+ },
730
+ {
731
+ "title": "Age of War",
732
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/age%20of%20war.jpg",
733
+ "description": "The classic Age of War game.",
734
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/ageofwar.html",
735
+ "category": "Arcade",
736
+ "iframe": true
737
+ },
738
+ {
739
+ "title": "Age of War 2",
740
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/age%20of%20war%202.jpg",
741
+ "description": "The sequel to the classic Age of War game.",
742
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/ageofwar2.html",
743
+ "category": "Arcade",
744
+ "iframe": true
745
+ },
746
+ {
747
+ "title": "Bad Time Simulator",
748
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bad%20time.jpg",
749
+ "description": "Fight sans in this difficult simulator!",
750
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/badtime.html",
751
+ "category": "Challenging",
752
+ "iframe": true
753
+ },
754
+ {
755
+ "title": "Connect 4",
756
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/connect%204.jpg",
757
+ "description": "Play the board game Connect 4 now!",
758
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/connect4.html",
759
+ "category": "Arcade",
760
+ "iframe": true
761
+ },
762
+ {
763
+ "title": "Deal or No Deal",
764
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/deal%20or%20no%20deal.jpg",
765
+ "description": "What's Your Number? Try your luck in finding the $1,000,000 briefcase in this game!",
766
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/dealornodeal.html",
767
+ "category": "Arcade",
768
+ "iframe": true
769
+ },
770
+ {
771
+ "title": "Motherload",
772
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/motherload.jpg",
773
+ "description": "Motherload is a classic mining game ",
774
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/motherload.html",
775
+ "category": "Arcade",
776
+ "iframe": true
777
+ },
778
+ {
779
+ "title": "Fancy Pants Adventure",
780
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fancypants.png",
781
+ "description": "Players guide Fancy Pants Man through open levels",
782
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/fancypants.html",
783
+ "category": "Adventure",
784
+ "iframe": true
785
+ },
786
+ {
787
+ "title": "Fancy Pants Adventure 2",
788
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fancy%20pants%202.png",
789
+ "description": "The Fancy Pants Adventures: World 2 is an epic adventure platformer created by Brad Borne.",
790
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/fancypants2.html",
791
+ "category": "Adventure",
792
+ "iframe": true
793
+ },
794
+ {
795
+ "title": "Fancy Pants Adventure 3",
796
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fancy%20pants%203.png",
797
+ "description": "You will embark on an epic adventure to help the king.",
798
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/fancypants3.html",
799
+ "category": "Adventure",
800
+ "iframe": true
801
+ },
802
+ {
803
+ "title": "Portal the Flash Version",
804
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/portal%20the%20flash%20version.jpg",
805
+ "description": "In this game, you use your special physics gun to create inter-dimensional portals in-between walls and objects.",
806
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/portaltheflashversion.html",
807
+ "category": "Puzzle",
808
+ "iframe": true
809
+ },
810
+ {
811
+ "title": "Raft Wars",
812
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/raft%20wars.jpg",
813
+ "description": "Raft Wars is a level-based shooting game created by Martijn Kunst",
814
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/raftwars.html",
815
+ "category": "Arcade",
816
+ "iframe": true
817
+ },
818
+ {
819
+ "title": "Raft Wars 2",
820
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/raft%20wars%202.webp",
821
+ "description": "The sequel to Raft Wars where it includes more levels and more obstacles to overcome!",
822
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/raftwars2.html",
823
+ "category": "Arcade",
824
+ "iframe": true
825
+ },
826
+ {
827
+ "title": "Shopping Cart Hero",
828
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/shopping%20cart%20hero.jpg",
829
+ "description": "Shopping Cart Hero is an arcade game that lets you run, jump on your cart and perform combined tricks!",
830
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/shoppingcarthero.html",
831
+ "category": "Arcade",
832
+ "iframe": true
833
+ },
834
+ {
835
+ "title": "Shopping Cart Hero 2",
836
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/shopping%20cart%20hero%202.png",
837
+ "description": "Shopping Cart Hero 2 is an addictive online game that challenges players to launch a shopping cart down a ramp and perform stunts while in the air",
838
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/shoppingcarthero2.html",
839
+ "category": "Arcade",
840
+ "iframe": true
841
+ },
842
+ {
843
+ "title": "Superfighters",
844
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/superfighters.jpg",
845
+ "description": "Superfighters is an action-packed martial arts fighting game.",
846
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/superfighters.html",
847
+ "category": "Fighting",
848
+ "iframe": true
849
+ },
850
+ {
851
+ "title": "Sugar Sugar",
852
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/sugar%20sugar.png",
853
+ "description": "Sugar, Sugar is very much a strategic puzzle game.",
854
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/sugarsugar.html",
855
+ "category": "Puzzle",
856
+ "iframe": true
857
+ },
858
+ {
859
+ "title": "Sugar Sugar 2",
860
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/sugar%20sugar%202.png",
861
+ "description": "The sequel to Sugar Sugar",
862
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/sugarsugar2.html",
863
+ "category": "Puzzle",
864
+ "iframe": true
865
+ },
866
+ {
867
+ "title": "My Friend Pedro",
868
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/my%20friend%20pedro.jpg",
869
+ "description": "Your friend Pedro is a banana who is very supportive of your plan to shoot bad guys while flying around the air.",
870
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/myfriendpedro.html",
871
+ "category": "Arcade",
872
+ "iframe": true
873
+ },
874
+ {
875
+ "title": "Zombocalypse",
876
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/zombocalypse.jpg",
877
+ "description": "Zombocalypse is a zombie game. It's you vs. a horde of hungry, hungry zombies.",
878
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/zombocalypse.html",
879
+ "category": "Arcade",
880
+ "iframe": true
881
+ },
882
+ {
883
+ "title": "Adventure Time Jumping Finn",
884
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/jumpingfinn.jpg",
885
+ "description": "Join the Adventure Time crew in a new mission in the Jumping Finn game!",
886
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/jumpingfinn.html",
887
+ "category": "Arcade",
888
+ "iframe": true
889
+ },
890
+ {
891
+ "title": "Poppit",
892
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/poppit.jpg",
893
+ "description": "Poppit is an awesome puzzle game in which you must match three or more of the same color balloon together and pop them.",
894
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/poppit.html",
895
+ "category": "Puzzle",
896
+ "iframe": true
897
+ },
898
+ {
899
+ "title": "Factory Balls",
900
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/factory%20balls.jpg",
901
+ "description": "In this puzzle game, your goal is to get the ball to match with the picture on the box.",
902
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/factoryballs.html",
903
+ "category": "Puzzle",
904
+ "iframe": true
905
+ },
906
+ {
907
+ "title": "Factory Balls 2",
908
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/factory%20balls%202.jpg",
909
+ "description": "Factory Balls 2 is a puzzle game where your main task is to create balls that should match the ones being requested.",
910
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/factoryballs2.html",
911
+ "category": "Puzzle",
912
+ "iframe": true
913
+ },
914
+ {
915
+ "title": "Factory Balls 3",
916
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/factory%20balls%203.jpg",
917
+ "description": "Factory Balls 3 challenges you to plan ahead and think sequentially.",
918
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/factoryballs3.html",
919
+ "category": "Puzzle",
920
+ "iframe": true
921
+ },
922
+ {
923
+ "title": "Factory Balls 4",
924
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/factory%20balls%204.jpg",
925
+ "description": "Factory Balls 4 is the last installment in the Factory Balls series.",
926
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/factoryballs4.html",
927
+ "category": "Puzzle",
928
+ "iframe": true
929
+ },
930
+ {
931
+ "title": "Minecraft Tower Defense",
932
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/minecrafttower.jpg",
933
+ "description": "Set your path, pick your weapons, and DEFEND.",
934
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/minecrafttowerdefense.html",
935
+ "category": "Strategy",
936
+ "iframe": true
937
+ },
938
+ {
939
+ "title": "Minecraft Tower Defense 2",
940
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/minecraft%20tower%20defense%202.webp",
941
+ "description": "The sequel to Minecraft Tower Defense where your goal is to DEFEND.",
942
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/minecrafttowerdefense2.html",
943
+ "category": "Strategy",
944
+ "iframe": true
945
+ },
946
+ {
947
+ "title": "Happy Wheels",
948
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/happy%20wheelsa.jpg",
949
+ "description": "Happy Wheels is a side-scrolling ragdoll physics-based platform browser game developed and published by Fancy Force.",
950
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/happywheels.html",
951
+ "category": "Arcade",
952
+ "iframe": true
953
+ },
954
+ {
955
+ "title": "Curveball",
956
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/curveball.png",
957
+ "description": "Curveball is an engaging and visually distinctive online game",
958
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/curveball.html",
959
+ "category": "Arcade",
960
+ "iframe": true
961
+ },
962
+ {
963
+ "title": "Om Nom Bounce",
964
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/om%20nom%20bounce.jpg",
965
+ "description": "Help Om Nom bounce through the levels to collect candy!",
966
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/omnombounce.html",
967
+ "category": "Puzzle",
968
+ "iframe": true
969
+ },
970
+ {
971
+ "title": "2048",
972
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/2048.png",
973
+ "description": "Join the tiles and reach 2048!",
974
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/2048.html",
975
+ "category": "Puzzle",
976
+ "iframe": true
977
+ },
978
+ {
979
+ "title": "2048 Cupcakes",
980
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/2048%20cupcakes.avif",
981
+ "description": "Join the cupcakes and reach the cupcake that represents 2048!",
982
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/2048cupcakes.html",
983
+ "category": "Puzzle",
984
+ "iframe": true
985
+ },
986
+ {
987
+ "title": "Bad Piggies",
988
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bad%20piggies.jpg",
989
+ "description": "OiNk! Build makeshift contraptions from a huge collection of parts and make it to the goal without blowing your vehicle to pieces!",
990
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/badpiggies.html",
991
+ "category": "Arcade",
992
+ "iframe": true
993
+ },
994
+ {
995
+ "title": "Neon Rider",
996
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/neon%20rider.png",
997
+ "description": "Navigate your sci-fi bike through a series of hand-crafted levels.",
998
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/neonrider.html",
999
+ "category": "Arcade",
1000
+ "iframe": true
1001
+ },
1002
+ {
1003
+ "title": "The Impossible Quiz",
1004
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/impossiblequiz.png",
1005
+ "description": "The Impossible Quiz is a 2007 Flash game created by a DeviantArt user known as Splapp-me-do.",
1006
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/impossiblequiz.html",
1007
+ "category": "Challenging",
1008
+ "iframe": true
1009
+ },
1010
+ {
1011
+ "title": "The Impossible Quiz 2",
1012
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/impossiblequiz2.png",
1013
+ "description": "The sequel to The Impossible Quiz!",
1014
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/impossiblequiz2.html",
1015
+ "category": "Challenging",
1016
+ "iframe": true
1017
+ },
1018
+ {
1019
+ "title": "Johnny Upgrade",
1020
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/johnny%20upgrade.jpg",
1021
+ "description": "Johnny Upgrade is a cartoon super hero with no skills at all! Collect coins in order to afford the upgrades you need.",
1022
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/johnnyupgrade.html",
1023
+ "category": "Arcade",
1024
+ "iframe": true
1025
+ },
1026
+ {
1027
+ "title": "Superhot",
1028
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/superhot.jpg",
1029
+ "description": "SUPERHOT is the first person shooter where time moves only when you move.",
1030
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/superhot/index.html",
1031
+ "category": "Arcade",
1032
+ "iframe": true
1033
+ },
1034
+ {
1035
+ "title": "Cookie Clicker",
1036
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/cookieclicker.jpg",
1037
+ "description": "Cookie Clicker is a game about making an absurd amount of cookies.",
1038
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/cookieclicker.html",
1039
+ "category": "Idle",
1040
+ "iframe": true
1041
+ },
1042
+ {
1043
+ "title": "Moto-X3M Spooky Land",
1044
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/motospooky.png",
1045
+ "description": "Halloween Version of Moto-X3M",
1046
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/motox3mspookyland.html",
1047
+ "category": "Arcade",
1048
+ "iframe": true
1049
+ },
1050
+ {
1051
+ "title": "Moto-X3M Pool Party",
1052
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/moto%20x3m%20pool%20party.jpg",
1053
+ "description": "Summer Version of Moto-X3M",
1054
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/motox3mpoolparty.html",
1055
+ "category": "Arcade",
1056
+ "iframe": true
1057
+ },
1058
+ {
1059
+ "title": "Paper IO 2",
1060
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/paperio2.jpg",
1061
+ "description": "Enter a colorful and dynamic world where strategy, skill, and cunning are your greatest allies.",
1062
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/paperio2.html",
1063
+ "category": "Arcade",
1064
+ "iframe": true
1065
+ },
1066
+ {
1067
+ "title": "Tomb of the Mask",
1068
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/tombofthemask.png",
1069
+ "description": "Tomb of the Mask is a fun game where you need to go through exciting mazes!",
1070
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/tombofthemask.html",
1071
+ "category": "Arcade",
1072
+ "iframe": true
1073
+ },
1074
+ {
1075
+ "title": "Basket Random",
1076
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/basket%20random.jpg",
1077
+ "description": "Basket Random is a 2-player retro pixel game with ragdoll physics.",
1078
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/basketrandom.html",
1079
+ "category": "Arcade",
1080
+ "iframe": true
1081
+ },
1082
+ {
1083
+ "title": "Boxing Random",
1084
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/boxing%20random.png",
1085
+ "description": "Boxing Random is a 2-player retro pixel boxing game with ragdoll physics.",
1086
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/boxingrandom.html",
1087
+ "category": "Arcade",
1088
+ "iframe": true
1089
+ },
1090
+ {
1091
+ "title": "1v1 LOL",
1092
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/1v1lol.jpg",
1093
+ "description": "Fight to survive in this epic multiplayer Battle Royale",
1094
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/1v1lol.html",
1095
+ "category": "Arcade",
1096
+ "iframe": true
1097
+ },
1098
+ {
1099
+ "title": "Buildnow GG",
1100
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/buildnowgg.webp",
1101
+ "description": "BuildNow GG is an exciting online multiplayer building and shooting game.",
1102
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/BuildNow.gg.html",
1103
+ "category": "Arcade",
1104
+ "iframe": true
1105
+ },
1106
+ {
1107
+ "title": "Jetpack Joyride",
1108
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/jetpack.jpg",
1109
+ "description": "Jetpack Joyride is an endless runner game developed by Halfbrick Studios",
1110
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/jetpack.html",
1111
+ "category": "Runner",
1112
+ "iframe": true
1113
+ },
1114
+ {
1115
+ "title": "Gladihoppers",
1116
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/gladihoppers.jpg",
1117
+ "description": "Gladihoppers is an action game where you fight in different arenas as a gladiator!",
1118
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/gladihoppers.html",
1119
+ "category": "Arcade",
1120
+ "iframe": true
1121
+ },
1122
+ {
1123
+ "title": "Red Ball",
1124
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/red%20ball.jpg",
1125
+ "description": "The original Red Ball game created back in 2008.",
1126
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/redball.html",
1127
+ "category": "Adventure",
1128
+ "iframe": true
1129
+ },
1130
+ {
1131
+ "title": "Red Ball 2",
1132
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/red%20ball%202.jpg",
1133
+ "description": "Red Ball 2 is here, and he has lost his beloved crown.",
1134
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/redball2.html",
1135
+ "category": "Adventure",
1136
+ "iframe": true
1137
+ },
1138
+ {
1139
+ "title": "Red Ball 3",
1140
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/red%20ball%203.jpg",
1141
+ "description": "Red Ball's girlfriend has been captured by his old nemesis.",
1142
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/redball3.html",
1143
+ "category": "Adventure",
1144
+ "iframe": true
1145
+ },
1146
+ {
1147
+ "title": "Vex",
1148
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/vex.jpg",
1149
+ "description": "Vex is a jumping game in which you will face many difficult obstacles.",
1150
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/WAflash/vex.html",
1151
+ "category": "Runner",
1152
+ "iframe": true
1153
+ },
1154
+ {
1155
+ "title": "Vex 2",
1156
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/vex%202.jpg",
1157
+ "description": "The Vex 2 game is the first sequel to the popular Vex series.",
1158
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/vex2.html",
1159
+ "category": "Runner",
1160
+ "iframe": true
1161
+ },
1162
+ {
1163
+ "title": "Vex 3",
1164
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/vex%203.jpg",
1165
+ "description": "Vex 3 is the third platform game in the Vex series.",
1166
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/vex3.html",
1167
+ "category": "Runner",
1168
+ "iframe": true
1169
+ },
1170
+ {
1171
+ "title": "Vex 4",
1172
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/vex%204.jpg",
1173
+ "description": "Vex 4 is a fast-paced, challenging platform adventure game.",
1174
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/vex4.html",
1175
+ "category": "Runner",
1176
+ "iframe": true
1177
+ },
1178
+ {
1179
+ "title": "Vex 5",
1180
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/vex%205.jpg",
1181
+ "description": "Vex 5 is the fifth installment in the Vex series!",
1182
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/vex5.html",
1183
+ "category": "Runner",
1184
+ "iframe": true
1185
+ },
1186
+ {
1187
+ "title": "Vex 6",
1188
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/vex%206.jpg",
1189
+ "description": "Vex 6 is the sixth game in the Vex runner series!",
1190
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/vex6.html",
1191
+ "category": "Runner",
1192
+ "iframe": true
1193
+ },
1194
+ {
1195
+ "title": "Vex 7",
1196
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/vex%207.jpg",
1197
+ "description": "Vex 7 is the seventh installment in the Vex series!",
1198
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/vex7.html",
1199
+ "category": "Runner",
1200
+ "iframe": true
1201
+ },
1202
+ {
1203
+ "title": "Vex 8",
1204
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/vex%208.webp",
1205
+ "description": "Vex 8 is the eighth installment in the Vex series!",
1206
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/vex8.html",
1207
+ "category": "Runner",
1208
+ "iframe": true
1209
+ },
1210
+ {
1211
+ "title": "Candy Crush",
1212
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/candy%20crush.jpg",
1213
+ "description": "Play the classic strategy game now!",
1214
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/candycrush.html",
1215
+ "category": "Strategy",
1216
+ "iframe": true
1217
+ },
1218
+ {
1219
+ "title": "Big Tower Tiny Square",
1220
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/big%20tower.png",
1221
+ "description": "Big Tower Tiny Square is all about fantastic timing and big jumps.",
1222
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/bigtower.html",
1223
+ "category": "Challenging",
1224
+ "iframe": true
1225
+ },
1226
+ {
1227
+ "title": "Big Tower Tiny Square 2",
1228
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/big%20tower%202.jpg",
1229
+ "description": "The sequel to Big Tower Tiny Square!",
1230
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/bigtower2.html",
1231
+ "category": "Challenging",
1232
+ "iframe": true
1233
+ },
1234
+ {
1235
+ "title": "Crossy Road",
1236
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/crossy%20road.jpg",
1237
+ "description": "Play the classic Crossy Road game!",
1238
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/crossyroad.html",
1239
+ "category": "Arcade",
1240
+ "iframe": true
1241
+ },
1242
+ {
1243
+ "title": "Under the Red Sky",
1244
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/redsky.jpg",
1245
+ "description": "Under the Red Sky is a 3D parkour game!",
1246
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/undertheredsky.html",
1247
+ "category": "Runner",
1248
+ "iframe": true
1249
+ },
1250
+ {
1251
+ "title": "Stack",
1252
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/stack.jpg",
1253
+ "description": "Your goal is to build the highest tower you can.",
1254
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/stack.html",
1255
+ "category": "Arcade",
1256
+ "iframe": true
1257
+ },
1258
+ {
1259
+ "title": "Polytrack",
1260
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/polytrack.jpg",
1261
+ "description": "PolyTrack is a low-poly racing game with loops, jumps and high speeds.",
1262
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/polytrack.html",
1263
+ "category": "Racing",
1264
+ "iframe": true
1265
+ },
1266
+ {
1267
+ "title": "Tiny Fishing",
1268
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/tiny%20fishing.jpg",
1269
+ "description": "The goal of the game is to catch fish and sell them for money.",
1270
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/tinyfishing.html",
1271
+ "category": "Arcade",
1272
+ "iframe": true
1273
+ },
1274
+ {
1275
+ "title": "Helix Jump",
1276
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/helix%20jump.jpg",
1277
+ "description": "Helix Jump is a 3d arcade game",
1278
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/helixjump.html",
1279
+ "category": "Arcade",
1280
+ "iframe": true
1281
+ },
1282
+ {
1283
+ "title": "Bejeweled Twist",
1284
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bejewled%20twist.jpg",
1285
+ "description": "Pin and match explosive gems for shockwaves of fun.",
1286
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/bejeweledtwist.html",
1287
+ "category": "Puzzle",
1288
+ "iframe": true
1289
+ },
1290
+ {
1291
+ "title": "Nyan Cat Lost in Space",
1292
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/nyancat.jpg",
1293
+ "description": "Guide Nyan Cat through the galaxy in his never-ending quest for YUMMIES!",
1294
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/nyancatlostinspace.html",
1295
+ "category": "Arcade",
1296
+ "iframe": true
1297
+ },
1298
+ {
1299
+ "title": "Geometry Dash",
1300
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/geometrydash.jpg",
1301
+ "description": "Replication of the classic game Geometry Dash",
1302
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/gdlite.html",
1303
+ "category": "Challenging",
1304
+ "iframe": true
1305
+ },
1306
+ {
1307
+ "title": "Geometry Dash Remastered",
1308
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/geometry%20dash%20remastered.jpg",
1309
+ "description": "A remastered version of the classic mobile game Geometry Dash",
1310
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/gdremastered.html",
1311
+ "category": "Challenging",
1312
+ "iframe": true
1313
+ },
1314
+ {
1315
+ "title": "Fruit Ninja",
1316
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fruit%20ninja.jpg",
1317
+ "description": "Slice as much fruit as you can and avoid slicing the bombs in this classic mobile game!",
1318
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/fruitninja.html",
1319
+ "category": "Arcade",
1320
+ "iframe": true
1321
+ },
1322
+ {
1323
+ "title": "Space is Key",
1324
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/space%20is%20key.png",
1325
+ "description": "Get through each level of this REALLY HARD obstacle course.",
1326
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/spaceiskey.html",
1327
+ "category": "Challenging",
1328
+ "iframe": true
1329
+ },
1330
+ {
1331
+ "title": "Space is Key 2",
1332
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/space%20is%20key%202.png",
1333
+ "description": "The sequel to the challenging game Space is Key!",
1334
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/spaceiskey2.html",
1335
+ "category": "Challenging",
1336
+ "iframe": true
1337
+ },
1338
+ {
1339
+ "title": "Pandemic 2",
1340
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/pandemic%202.jpg",
1341
+ "description": "In this game your goal is to infect everyone in the world!",
1342
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/pandemic2.html",
1343
+ "category": "Arcade",
1344
+ "iframe": true
1345
+ },
1346
+ {
1347
+ "title": "Apple Shooter",
1348
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/apple%20shooter.jpg",
1349
+ "description": "Shoot the apple right on top of your friends head but be careful not to hurt your friend.",
1350
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/appleshooter.html",
1351
+ "category": "Arcade",
1352
+ "iframe": true
1353
+ },
1354
+ {
1355
+ "title": "Super Mario Flash",
1356
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/super%20mario%20flash.jpg",
1357
+ "description": "Super Mario Flash is based on the Nintendo game Super Mario Bros.",
1358
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/supermarioflash.html",
1359
+ "category": "Adventure",
1360
+ "iframe": true
1361
+ },
1362
+ {
1363
+ "title": "Super Mario Flash 2",
1364
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/supermarioflash2.png",
1365
+ "description": "The sequel to Super Mario Flash",
1366
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/supermarioflash2.html",
1367
+ "category": "Adventure",
1368
+ "iframe": true
1369
+ },
1370
+ {
1371
+ "title": "Super Mario Flash 3",
1372
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/super%20mario%20flash%203.webp",
1373
+ "description": "The finale to the Super Mario Flash series!",
1374
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/supermarioflash3.html",
1375
+ "category": "Adventure",
1376
+ "iframe": true
1377
+ },
1378
+ {
1379
+ "title": "Unfair Mario",
1380
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/unfairmario.jpg",
1381
+ "description": "Unfair Mario is a challenging platformer game that will test your skills and patience.",
1382
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/unfairmario.html",
1383
+ "category": "Challenging",
1384
+ "iframe": true
1385
+ },
1386
+ {
1387
+ "title": "Mario Combat",
1388
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/mariocombat.webp",
1389
+ "description": "Mario Combat is a fast-paced action game where you control Mario and battle against various enemies.",
1390
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/mariocombat.html",
1391
+ "category": "Fighting",
1392
+ "iframe": true
1393
+ },
1394
+ {
1395
+ "title": "Donkey Kong Returns",
1396
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/donkeykong.avif",
1397
+ "description": "Donkey Kong Returns is a platform game where you play as Donkey Kong and navigate through challenging levels.",
1398
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/donkeykong.html",
1399
+ "category": "Challenging",
1400
+ "iframe": true
1401
+ },
1402
+ {
1403
+ "title": "Pou",
1404
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/pou.webp",
1405
+ "description": "Pou is a digital pet game featuring various fun mini-games.",
1406
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/pou.html",
1407
+ "category": "Arcade",
1408
+ "iframe": true
1409
+ },
1410
+ {
1411
+ "title": "Snow Rider 3D",
1412
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/snowrider3d.jpg",
1413
+ "description": "Take on the ultimate skateboarding adventure with Snow Rider and conquer icy slopes.",
1414
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/snowrider3d.html",
1415
+ "category": "Arcade",
1416
+ "iframe": true
1417
+ },
1418
+ {
1419
+ "title": "10 Minutes Till Dawn",
1420
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/10%20minutes.jpg",
1421
+ "description": "10 Minutes Till Dawn is an action bullet-hell roguelite game.",
1422
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/10minutestilldawn.html",
1423
+ "category": "Arcade",
1424
+ "iframe": true
1425
+ },
1426
+ {
1427
+ "title": "Five Nights At Freddy's",
1428
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fnaf.jpg",
1429
+ "description": "Play the classic horror game now!",
1430
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/fnaf.html",
1431
+ "category": "Challenging",
1432
+ "iframe": true
1433
+ },
1434
+ {
1435
+ "title": "Five Nights At Freddy's 2",
1436
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fnaf2.jpg",
1437
+ "description": "The sequel to Five Nights At Freddys!",
1438
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/fnaf2.html",
1439
+ "category": "Challenging",
1440
+ "iframe": true
1441
+ },
1442
+ {
1443
+ "title": "Five Nights At Freddy's 3",
1444
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fnaf3.jpg",
1445
+ "description": "The third installment in the Five Nights At Freddy's series!",
1446
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/fnaf3.html",
1447
+ "category": "Challenging",
1448
+ "iframe": true
1449
+ },
1450
+ {
1451
+ "title": "Five Nights At Freddy's 4",
1452
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/fnaf-4/thumb.png",
1453
+ "description": "The fourth installment in the Five Nights At Freddy's series!",
1454
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/fnaf4.html",
1455
+ "category": "Challenging",
1456
+ "iframe": true
1457
+ },
1458
+ {
1459
+ "title": "Idle Breakout",
1460
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/idle%20breakout.png",
1461
+ "description": "Build the ultimate brick-busting machine to destroy billions of bricks.",
1462
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/idlebreakout.html",
1463
+ "category": "Idle",
1464
+ "iframe": true
1465
+ },
1466
+ {
1467
+ "title": "Magic Tiles 3",
1468
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/magic%20titles%203.jpg",
1469
+ "description": "Experience the thrill of playing piano like a pro with Magic Tiles 3",
1470
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/magictiles3.html",
1471
+ "category": "Arcade",
1472
+ "iframe": true
1473
+ },
1474
+ {
1475
+ "title": "Archery World Tour",
1476
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/world%20tour.jpg",
1477
+ "description": "Focus... relax... release. Aim your shot carefully and use the wind to hit the bullseye in Archery World Tour.",
1478
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/worldtour.html",
1479
+ "category": "Challenging",
1480
+ "iframe": true
1481
+ },
1482
+ {
1483
+ "title": "Bowmasters",
1484
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bowmasters.jpg",
1485
+ "description": "Play Bowmasters, online for free in your browser.",
1486
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/bowmasters.html",
1487
+ "category": "Arcade",
1488
+ "iframe": true
1489
+ },
1490
+ {
1491
+ "title": "Bitlife",
1492
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bitlife.webp",
1493
+ "description": "Start a virtual life and make your own decisions!",
1494
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/bitlife.html",
1495
+ "category": "Arcade",
1496
+ "iframe": true
1497
+ },
1498
+ {
1499
+ "title": "Dadish",
1500
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/dadish.jpg",
1501
+ "description": "Dadish is a platform game where you're a radish father who's in charge of finding his kids",
1502
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/dadish.html",
1503
+ "category": "Adventure",
1504
+ "iframe": true
1505
+ },
1506
+ {
1507
+ "title": "Dadish 2",
1508
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/dadish2.webp",
1509
+ "description": "The sequel to Dadish!",
1510
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/dadish2.html",
1511
+ "category": "Adventure",
1512
+ "iframe": true
1513
+ },
1514
+ {
1515
+ "title": "Territory War",
1516
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/territorywar.jpg",
1517
+ "description": "Territory War is a fun and exciting turn-based strategy game.",
1518
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/territorywar.html",
1519
+ "category": "Arcade",
1520
+ "iframe": true
1521
+ },
1522
+ {
1523
+ "title": "Madness Project Nexus",
1524
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/madness.jpg",
1525
+ "description": "Defeat Project Nexus and the Nexus Training Program",
1526
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/madness.html",
1527
+ "category": "Arcade",
1528
+ "iframe": true
1529
+ },
1530
+ {
1531
+ "title": "Madness Accelerant",
1532
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/Madnessaccelerant.webp",
1533
+ "description": "Madness Accelerant is a fast-paced action game set in the Madness universe.",
1534
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/madnessa.html",
1535
+ "category": "Arcade",
1536
+ "iframe": true
1537
+ },
1538
+ {
1539
+ "title": "Sprinter",
1540
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/sprinter.jpg",
1541
+ "description": "Sprint with fury to the finish line in this classic Flash game from Gamedesign.jp.",
1542
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/sprinter.html",
1543
+ "category": "Racing",
1544
+ "iframe": true
1545
+ },
1546
+ {
1547
+ "title": "Drive Mad",
1548
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/drive%20mad.png",
1549
+ "description": "Drive Mad is a car game where you drive on a track filled with obstacles.",
1550
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/drivemad.html",
1551
+ "category": "Arcade",
1552
+ "iframe": true
1553
+ },
1554
+ {
1555
+ "title": "Murder",
1556
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/murder.webp",
1557
+ "description": "You wish to assassinate the king and take his place to rule over the kingdom.",
1558
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/murder.html",
1559
+ "category": "Strategy",
1560
+ "iframe": true
1561
+ },
1562
+ {
1563
+ "title": "Bowling Flash",
1564
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bowling%20flash.avif",
1565
+ "description": "Bowling Flash is a simplistic yet a simple flash game that you can enjoy.",
1566
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/bowling.html",
1567
+ "category": "Arcade",
1568
+ "iframe": true
1569
+ },
1570
+ {
1571
+ "title": "Crazy Cattle 3D",
1572
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/crazycattle.jpg",
1573
+ "description": "Play Crazy Cattle 3D now!",
1574
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/crazycattle3d.html",
1575
+ "category": "Arcade",
1576
+ "iframe": true
1577
+ },
1578
+ {
1579
+ "title": "Block Blast",
1580
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/block%20blast.jpg",
1581
+ "description": "Block Blast is a Tetris-like puzzle game, challenging to eliminate as many blocks as possible in a limited space to get a higher score.",
1582
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/blockblast.html",
1583
+ "category": "Puzzle",
1584
+ "iframe": true
1585
+ },
1586
+ {
1587
+ "title": "Monkey Mart",
1588
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/monkey%20mart.jpg",
1589
+ "description": "Monkey Mart is a casual, simulation game where players manage and grow their own virtual supermarket.",
1590
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/monkeymart.html",
1591
+ "category": "Arcade",
1592
+ "iframe": true
1593
+ },
1594
+ {
1595
+ "title": "Super Liquid Soccer",
1596
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/liquid.jpg",
1597
+ "description": "Experience endless fun with Super Liquid Soccer Game!",
1598
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/superliquidsoccer.html",
1599
+ "category": "Arcade",
1600
+ "iframe": true
1601
+ },
1602
+ {
1603
+ "title": "Economical",
1604
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/economical.png",
1605
+ "description": "Economical is a tricky but fun puzzle platformer.",
1606
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/economical.html",
1607
+ "category": "Puzzle",
1608
+ "iframe": true
1609
+ },
1610
+ {
1611
+ "title": "Plants Vs Zombies",
1612
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/plantsvszombies.jpg",
1613
+ "description": "Play the demo of this classic game now!",
1614
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/plantsvszombies.html",
1615
+ "category": "Arcade",
1616
+ "iframe": true
1617
+ },
1618
+ {
1619
+ "title": "Space Waves",
1620
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/spacewave.webp",
1621
+ "description": "Control the arrow to avoid obstacles, play through levels, and reach the finish!",
1622
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/spacewaves.html",
1623
+ "category": "Arcade",
1624
+ "iframe": true
1625
+ },
1626
+ {
1627
+ "title": "Blockpost",
1628
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/blockpost.jpg",
1629
+ "description": "Play this classic 3D shooter now!",
1630
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/BlockPost.html",
1631
+ "category": "Arcade",
1632
+ "iframe": true
1633
+ },
1634
+ {
1635
+ "title": "The Blinding of Isaac",
1636
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/the%20blinding%20of%20issac.gif",
1637
+ "description": "Play the Blinding of Isaac now! (May take awhile to load)",
1638
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/blinding.html",
1639
+ "category": "Adventure",
1640
+ "iframe": true
1641
+ },
1642
+ {
1643
+ "title": "Tetrix 2",
1644
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/tetrix%202.avif",
1645
+ "description": "Play this flash like Tetris game now!",
1646
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/tetrix2.html",
1647
+ "category": "Puzzle",
1648
+ "iframe": true
1649
+ },
1650
+ {
1651
+ "title": "Strike Force Heros",
1652
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/Strike%20Force%20Heros.jpg",
1653
+ "description": "The original version of the classic Strike Force Heros game.",
1654
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/strikeforceheros.html",
1655
+ "category": "Arcade",
1656
+ "iframe": true
1657
+ },
1658
+ {
1659
+ "title": "Strike Force Heros 2",
1660
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/heros%202.jpg",
1661
+ "description": "The sequel to Strike Force Heros.",
1662
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/strikeforceheros2.html",
1663
+ "category": "Arcade",
1664
+ "iframe": true
1665
+ },
1666
+ {
1667
+ "title": "Isoball",
1668
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/isoball.gif",
1669
+ "description": "Isoball is a puzzle game where you need to build a path for the ball to reach the goal.",
1670
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/isoball.html",
1671
+ "category": "Puzzle",
1672
+ "iframe": true
1673
+ },
1674
+ {
1675
+ "title": "Injustice Gods Among Us",
1676
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/Injustice.webp",
1677
+ "description": "Injustice: Gods Among Us is a fighting game featuring characters from DC Comics.",
1678
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/injustice.html",
1679
+ "category": "Fighting",
1680
+ "iframe": true
1681
+ },
1682
+ {
1683
+ "title": "Grow Valley",
1684
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/grow.jpg",
1685
+ "description": "Grow Valley is a puzzle game where you need to grow the valley by clicking on the right objects in the right order.",
1686
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/growvalley.html",
1687
+ "category": "Puzzle",
1688
+ "iframe": true
1689
+ },
1690
+ {
1691
+ "title": "Yahoo Tennis",
1692
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/tennis.jpg",
1693
+ "description": "Yahoo Tennis is a fun tennis game where you can play against the computer or a friend.",
1694
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/yahootennis.html",
1695
+ "category": "Arcade",
1696
+ "iframe": true
1697
+ },
1698
+ {
1699
+ "title": "Grow Cube",
1700
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/grow.avif",
1701
+ "description": "Grow Cube is a puzzle game where you need to grow the cube by clicking on the right objects in the right order.",
1702
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/growcube.html",
1703
+ "category": "Puzzle",
1704
+ "iframe": true
1705
+ },
1706
+ {
1707
+ "title": "Grow Island",
1708
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/growisland.jpg",
1709
+ "description": "Grow Island is a puzzle game where you need to grow the island by clicking on the right objects in the right order.",
1710
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/growisland.html",
1711
+ "category": "Puzzle",
1712
+ "iframe": true
1713
+ },
1714
+ {
1715
+ "title": "Electric Man",
1716
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/electricman.webp",
1717
+ "description": "Electric man is a classic fighting flash game",
1718
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/electricman.html",
1719
+ "category": "Arcade",
1720
+ "iframe": true
1721
+ },
1722
+ {
1723
+ "title": "Electric Man 2",
1724
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/electricman2.jpg",
1725
+ "description": "The sequel to Electric Man!",
1726
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/electricman2.html",
1727
+ "category": "Arcade",
1728
+ "iframe": true
1729
+ },
1730
+ {
1731
+ "title": "League Bowling",
1732
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/league%20bowling.jpg",
1733
+ "description": "League Bowling is a classic flash game where your goal is to win.",
1734
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/leaguebowling.html",
1735
+ "category": "Arcade",
1736
+ "iframe": true
1737
+ },
1738
+ {
1739
+ "title": "Rollercoaster Creator",
1740
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/roller%20coaster.png",
1741
+ "description": "Rollercoaster Creator is a fun game where you need to build a rollercoaster track.",
1742
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/rollercoaster.html",
1743
+ "category": "Puzzle",
1744
+ "iframe": true
1745
+ },
1746
+ {
1747
+ "title": "Case Clicker",
1748
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/case%20clicker.webp",
1749
+ "description": "Case Clicker is a fun and addictive game where you open cases and collect items.",
1750
+ "category": "Idle",
1751
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/caseclicker.html",
1752
+ "iframe": true
1753
+ },
1754
+ {
1755
+ "title": "A Dance of Fire and Ice",
1756
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/fireandice/a-dance-of-fire-and-ice/a-dance-of-fire-and-ice-icon-1.jpg",
1757
+ "description": "A Dance of Fire and Ice is a challenging, one-button rhythm game where players guide two orbiting planets down a winding path by tapping the screen or pressing a key in sync with the music",
1758
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/fireandice.html",
1759
+ "category": "Arcade",
1760
+ "iframe": true
1761
+ },
1762
+ {
1763
+ "title": "Stickman Hook",
1764
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/stickman-hook/unnamed.jpg",
1765
+ "description": "Swing through levels and test your skills in this exciting game!",
1766
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/stickmanhook.html",
1767
+ "category": "Challenging",
1768
+ "iframe": true
1769
+ },
1770
+ {
1771
+ "title": "Tactical Assassin",
1772
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/tactical.jpg",
1773
+ "description": "Tactical Assassin is a thrilling sniper game where you play as a skilled assassin, completing various missions with precision and strategy.",
1774
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/tacticaloriginal.html",
1775
+ "category": "Arcade",
1776
+ "iframe": true
1777
+ },
1778
+ {
1779
+ "title": "Tactical Assassin 2",
1780
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/tactical-assassin-2.jpg",
1781
+ "description": "Take on the role of a highly trained sniper in Tactical Assassin 2, a captivating game that challenges your shooting skills and strategic thinking.",
1782
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/tactical2.html",
1783
+ "category": "Arcade",
1784
+ "iframe": true
1785
+ },
1786
+ {
1787
+ "title": "Tactical Assassin 3",
1788
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/assassin%203.jpg",
1789
+ "description": "Step into the shoes of a skilled assassin in Tactical Assassin 3, a thrilling sniper game where precision and strategy are key to completing your missions.",
1790
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/tactical.html",
1791
+ "category": "Arcade",
1792
+ "iframe": true
1793
+ },
1794
+ {
1795
+ "title": "Crimson Room",
1796
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/Crimson_Room.webp",
1797
+ "description": "Crimson Room is a classic point-and-click escape game where players must solve puzzles and find hidden objects to escape from a locked room.",
1798
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/crimsonroom.html",
1799
+ "category": "Puzzle",
1800
+ "iframe": true
1801
+ },
1802
+ {
1803
+ "title": "Stick War",
1804
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/Stick_War_1_Menu.webp",
1805
+ "description": "Stick War is a popular strategy game where players control an army of stick figures to conquer territories and defeat enemies.",
1806
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/stickwar.html",
1807
+ "category": "Strategy",
1808
+ "iframe": true
1809
+ },
1810
+ {
1811
+ "title": "Granny",
1812
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/granny.jpg",
1813
+ "description": "Granny is a horror game where you need to escape from a creepy house and on top of that, a crazy grandma.",
1814
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/granny.html",
1815
+ "category": "Challenging",
1816
+ "iframe": true
1817
+ },
1818
+ {
1819
+ "title": "Granny: Chapter 2",
1820
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/granny%202.jpg",
1821
+ "description": "The sequel to Granny where its even more difficult than before. You must evade both granny and grandpa and escape the house.",
1822
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/Granny 2.html",
1823
+ "category": "Challenging",
1824
+ "iframe": true
1825
+ },
1826
+ {
1827
+ "title": "QWOP",
1828
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/qwop.webp",
1829
+ "description": "QWOP is a classic running game where you control an athlete using the Q, W, O, and P keys to move his legs.",
1830
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/QWOP.html",
1831
+ "category": "Challenging",
1832
+ "iframe": true
1833
+ },
1834
+ {
1835
+ "title": "Strikeforce Kitty",
1836
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/strike.webp",
1837
+ "description": "Strikeforce Kitty is an action-packed game where you play as a heroic cat on a mission to save the world from evil forces.",
1838
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/strikeforcekitty.html",
1839
+ "category": "Arcade",
1840
+ "iframe": true
1841
+ },
1842
+ {
1843
+ "title": "Friday Night Funkin",
1844
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/friday.webp",
1845
+ "description": "Friday Night Funkin is a rhythm-based game where players must hit the right notes in time with the music to win battles against various characters.",
1846
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/fridaynightfunkin.html",
1847
+ "category": "Arcade",
1848
+ "iframe": true
1849
+ },
1850
+ {
1851
+ "title": "Time Shooter",
1852
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/timeshooter.jpg",
1853
+ "description": "Time Shooter is an action-packed shooting game.",
1854
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/timeshooter.html",
1855
+ "category": "Arcade",
1856
+ "iframe": true
1857
+ },
1858
+ {
1859
+ "title": "Time Shooter 2",
1860
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/time%20shooter%202.png",
1861
+ "description": "The sequel to Time Shooter!",
1862
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/Time Shooter 2.html",
1863
+ "category": "Arcade",
1864
+ "iframe": true
1865
+ },
1866
+ {
1867
+ "title": "Burrito Bison Revenge",
1868
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/burritobisonrevenge.jpg",
1869
+ "description": "Burrito Bison Revenge is a fun and addictive game where you play as a luchador who must defeat gummy bears and other enemies to save his beloved burrito.",
1870
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/burritobisonrevenge.html",
1871
+ "category": "Arcade",
1872
+ "iframe": true
1873
+ },
1874
+ {
1875
+ "title": "Douchebag Workout",
1876
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/douchebagworkout.png",
1877
+ "description": "Douchebag Workout is a game where you play as a douchebag loser who must change his life. ",
1878
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/douchebagworkout.html",
1879
+ "category": "Arcade",
1880
+ "iframe": true
1881
+ },
1882
+ {
1883
+ "title": "Douchebag Workout 2",
1884
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/douchebagworkout2.jpg",
1885
+ "description": "The sequel to Douchebag Workout!",
1886
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/douchebagworkout2.html",
1887
+ "category": "Arcade",
1888
+ "iframe": true
1889
+ },
1890
+ {
1891
+ "title": "Lemonade Stand",
1892
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/lemonadestand.jpg",
1893
+ "description": "Lemonade Stand is a classic business simulation game where you manage your own lemonade stand.",
1894
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/lemonade.html",
1895
+ "category": "Strategy",
1896
+ "iframe": true
1897
+ },
1898
+ {
1899
+ "title": "Bubble Shooter",
1900
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/bubbleshooter.jpg",
1901
+ "description": "Bubble Shooter is a classic puzzle game where you shoot bubbles to create matches of three or more of the same color.",
1902
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/bubbleshooter.html",
1903
+ "category": "Puzzle",
1904
+ "iframe": true
1905
+ },
1906
+ {
1907
+ "title": "Dead Zed 2",
1908
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/deadzed2.jpg",
1909
+ "description": "Dead Zed 2 is a fun and addictive zombie shooting game.",
1910
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/deadzed2.html",
1911
+ "category": "Arcade",
1912
+ "iframe": true
1913
+ },
1914
+ {
1915
+ "title": "Frogger",
1916
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/frogger.jpg",
1917
+ "description": "Frogger is a classic arcade game where you guide a frog across a busy road and a river full of hazards.",
1918
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/frogger.html",
1919
+ "category": "Arcade",
1920
+ "iframe": true
1921
+ },
1922
+ {
1923
+ "title": "Frontline Defense",
1924
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/frontline.avif",
1925
+ "description": "Frontline Defense is a tower defense game where you must defend your base from waves of enemies.",
1926
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/frontlinedefense.html",
1927
+ "category": "Strategy",
1928
+ "iframe": true
1929
+ },
1930
+ {
1931
+ "title": "FL Tron",
1932
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/fl%20tron.avif",
1933
+ "description": "FL Tron is a classic arcade game where you control a light cycle and try to trap your opponent.",
1934
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/fltron.html",
1935
+ "category": "Arcade",
1936
+ "iframe": true
1937
+ },
1938
+ {
1939
+ "title": "Hole IO",
1940
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/Hole-Io.avif",
1941
+ "description": "Play the classic Hole IO game now/1",
1942
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/holeio.html",
1943
+ "category": "Racing",
1944
+ "iframe": true
1945
+ },
1946
+ {
1947
+ "title": "N-gon",
1948
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/ngon.png",
1949
+ "description": "N-gon is a challenging and addictive arcade game where you control a shape and navigate through a series of obstacles.",
1950
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/ngon.html",
1951
+ "category": "Challenging",
1952
+ "iframe": true
1953
+ },
1954
+ {
1955
+ "title": "Mahjong Tower",
1956
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/mahjong-tower.webp",
1957
+ "description": "Mahjong Tower is a classic tile-matching game where you must clear the board by matching pairs of tiles.",
1958
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/MahjongTower.html",
1959
+ "category": "Puzzle",
1960
+ "iframe": true
1961
+ },
1962
+ {
1963
+ "title": "Mahjong Titans",
1964
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/mahjong-titans.webp",
1965
+ "description": "Mahjong Titans is a classic tile-matching game where you must clear the board by matching pairs of tiles.",
1966
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/mahjongtitans.html",
1967
+ "category": "Puzzle",
1968
+ "iframe": true
1969
+ },
1970
+ {
1971
+ "title": "Mahjong Gardens",
1972
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/mahjong-gardens.png",
1973
+ "description": "Mahjong Gardens is a classic tile-matching game where you must clear the board by matching pairs of tiles.",
1974
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/mahjonggardens.html",
1975
+ "category": "Puzzle",
1976
+ "iframe": true
1977
+ },
1978
+ {
1979
+ "title": "Solitaire",
1980
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/solitare.webp",
1981
+ "description": "Solitare is a classic card game where you must arrange the cards in a specific order.",
1982
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/solitaire.html",
1983
+ "category": "Arcade",
1984
+ "iframe": true
1985
+ },
1986
+ {
1987
+ "title": "Axis Football League",
1988
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/axis%20football.webp",
1989
+ "description": "Axis Football League is a classic football game where you can create your own team and compete against other teams.",
1990
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/axisfootballleague.html",
1991
+ "category": "Arcade",
1992
+ "iframe": true
1993
+ },
1994
+ {
1995
+ "title": "Adventure Capitalist",
1996
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/adventure.png",
1997
+ "description": "Adventure Capitalist is an idle clicker game where you invest in various businesses to earn money and grow your empire.",
1998
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/adventure.html",
1999
+ "category": "Idle",
2000
+ "iframe": true
2001
+ },
2002
+ {
2003
+ "title": "Color Switch",
2004
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/color%20switch.jpg",
2005
+ "description": "Color Switch is a fun and addictive arcade game where you must navigate a ball through various obstacles by matching colors.",
2006
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/colorswitch.html",
2007
+ "category": "Arcade",
2008
+ "iframe": true
2009
+ },
2010
+ {
2011
+ "title": "Rocket Soccer Derby",
2012
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/rocket.webp",
2013
+ "description": "Rocket Soccer Derby is an exciting car soccer game where you drive rocket-powered cars to score goals against your opponents.",
2014
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/rocketsoccer.html",
2015
+ "category": "Arcade",
2016
+ "iframe": true
2017
+ },
2018
+ {
2019
+ "title": "Angry Birds",
2020
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/angrybirds.webp",
2021
+ "description": "Play the classic Angry Birds game now!",
2022
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/Angry Birds.html",
2023
+ "category": "Arcade",
2024
+ "iframe": true
2025
+ },
2026
+ {
2027
+ "title": "Angry Birds Showdown",
2028
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/angry%20birds%20showdown.webp",
2029
+ "description": "Play Angry Birds Showdown, an exciting twist on the classic Angry Birds game!",
2030
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/angrybirdsshowdown.html",
2031
+ "category": "Arcade",
2032
+ "iframe": true
2033
+ },
2034
+ {
2035
+ "title": "Angry Birds Halloween",
2036
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/angry%20birds%20halloween.jpg",
2037
+ "description": "Get into the spooky spirit with Angry Birds Halloween!",
2038
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/angrybirdshalloween.html",
2039
+ "category": "Arcade",
2040
+ "iframe": true
2041
+ },
2042
+ {
2043
+ "title": "Stickman Golf",
2044
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/stickman%20golf.jpg",
2045
+ "description": "Stickman Golf is a fun and addictive golf game where you control a stickman and try to get the ball into the hole in as few strokes as possible.",
2046
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/stickmangolf.html",
2047
+ "category": "Arcade",
2048
+ "iframe": true
2049
+ },
2050
+ {
2051
+ "title": "Kaboomz",
2052
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/kaboomz.jpg",
2053
+ "description": "Kaboomz is a fun and addictive puzzle game where you must pop bubbles by matching colors and creating chain reactions.",
2054
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/kaboomz.html",
2055
+ "category": "Puzzle",
2056
+ "iframe": true
2057
+ },
2058
+ {
2059
+ "title": "Alien Hominid",
2060
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/alien.png",
2061
+ "description": "Alien Hominid is a platformer game where you play as an alien trying to navigate through various levels and obstacles.",
2062
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/alien.html",
2063
+ "category": "Adventure",
2064
+ "iframe": true
2065
+ },
2066
+ {
2067
+ "title": "Trivia Crack",
2068
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/trivia-crack.jpg",
2069
+ "description": "Trivia Crack is a fun and addictive trivia game where you can challenge your friends and test your knowledge in various categories.",
2070
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/triviacrack.html",
2071
+ "category": "Arcade",
2072
+ "iframe": true
2073
+ },
2074
+ {
2075
+ "title": "Drift Hunters",
2076
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/drift%20hunters.png",
2077
+ "description": "Drift Hunters is a thrilling car drifting game where you can customize your vehicles and perform impressive drifts on various tracks.",
2078
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/drifthunters.html",
2079
+ "category": "Racing",
2080
+ "iframe": true
2081
+ },
2082
+ {
2083
+ "title": "Drift Boss",
2084
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/drift%20boss.png",
2085
+ "description": "Drift Boss is an exciting racing game where you control a car and drift around corners to earn points and unlock new vehicles.",
2086
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/driftboss.html",
2087
+ "category": "Challenging",
2088
+ "iframe": true
2089
+ },
2090
+ {
2091
+ "title": "Cluster Rush",
2092
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/cluster%20rush.jpg",
2093
+ "description": "Cluster Rush is an addictive arcade game where you navigate through various obstacles and challenges.",
2094
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/clusterrush.html",
2095
+ "category": "Arcade",
2096
+ "iframe": true
2097
+ },
2098
+ {
2099
+ "title": "Flappy Dunk",
2100
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/flappy%20dunk.webp",
2101
+ "description": "Flappy Dunk is a fun and addictive arcade game where you control a basketball and try to score points by passing through hoops.",
2102
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/Flappy Dunk.html",
2103
+ "category": "Arcade",
2104
+ "iframe": true
2105
+ },
2106
+ {
2107
+ "title": "Block the Pig",
2108
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/block the pig.png",
2109
+ "description": "Block the Pig is a fun and addictive puzzle game where you must block the pig from escaping the pen by placing blocks strategically.",
2110
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/blockthepig.html",
2111
+ "category": "Puzzle",
2112
+ "iframe": true
2113
+ },
2114
+ {
2115
+ "title": "Cell Machine",
2116
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/cell machine.jpg",
2117
+ "description": "Arrange cells. Build machines. Destroy enemies.",
2118
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/cellmachine.html",
2119
+ "category": "Arcade",
2120
+ "iframe": true
2121
+ },
2122
+ {
2123
+ "title": "CircleO",
2124
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/circleo.webp",
2125
+ "description": "CircleO is an addictive arcade game where you control a circle and navigate through various obstacles and challenges.",
2126
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/circleo.html",
2127
+ "category": "Arcade",
2128
+ "iframe": true
2129
+ },
2130
+ {
2131
+ "title": "Doge Miner",
2132
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/doge miner.webp",
2133
+ "description": "Doge Miner is an idle clicker game where you mine for Dogecoin and upgrade your mining equipment to earn more coins.",
2134
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/dogeminer.html",
2135
+ "category": "Idle",
2136
+ "iframe": true
2137
+ },
2138
+ {
2139
+ "title": "Earn to Die",
2140
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/earn to die.jpg",
2141
+ "description": "Earn to Die is an action-packed driving game where you must navigate through a zombie-infested world to reach safety.",
2142
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/earntodie.html",
2143
+ "category": "Arcade",
2144
+ "iframe": true
2145
+ },
2146
+ {
2147
+ "title": "Grindcraft",
2148
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/grindcraft.jpg",
2149
+ "description": "Grindcraft is a fun and addictive crafting game where you gather resources, craft items, and build your own world.",
2150
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/grindcraft.html",
2151
+ "category": "Arcade",
2152
+ "iframe": true
2153
+ },
2154
+ {
2155
+ "title": "Station 141",
2156
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/station 141.png",
2157
+ "description": "A short old-school FPS with fast gameplay and punchy weapons.",
2158
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/station141.html",
2159
+ "category": "Arcade",
2160
+ "iframe": true
2161
+ },
2162
+ {
2163
+ "title": "Slender the Eight Pages",
2164
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/Slender_Logo.jpg",
2165
+ "description": "Slender the Eight Pages is a horror game where you must collect eight pages while avoiding the terrifying Slender Man.",
2166
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/slender.html",
2167
+ "category": "Challenging",
2168
+ "iframe": true
2169
+ },
2170
+ {
2171
+ "title": "Achievement Unlocked",
2172
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/achievement%20unlocked%202.jpg",
2173
+ "description": "Achievement Unlocked is a quirky and addictive platformer game where you earn achievements for completing various tasks and challenges.",
2174
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/achievementunlocked.html",
2175
+ "category": "Arcade",
2176
+ "iframe": true
2177
+ },
2178
+ {
2179
+ "title": "Achievement Unlocked 2",
2180
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/achievement%20unlocked%202.jpg",
2181
+ "description": "The sequel to Achievement Unlocked!",
2182
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/achievementunlocked2.html",
2183
+ "category": "Arcade",
2184
+ "iframe": true
2185
+ },
2186
+ {
2187
+ "title": "Achievement Unlocked 3",
2188
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/achievement%20unlocked%203.jpg",
2189
+ "description": "The third installment in the Achievement Unlocked series!",
2190
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/achievementunlocked3.html",
2191
+ "category": "Arcade",
2192
+ "iframe": true
2193
+ },
2194
+ {
2195
+ "title": "Age of Defense",
2196
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/age%20of%20defense.jpg",
2197
+ "description": "Age of Defense is a tower defense game where you must defend your base from waves of enemies.",
2198
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/ageofdefense.html",
2199
+ "category": "Strategy",
2200
+ "iframe": true
2201
+ },
2202
+ {
2203
+ "title": "Dragon vs Blocks",
2204
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/dragonvsicybricks.jpg",
2205
+ "description": "Dragon vs Blocks is an exciting arcade game where you control a dragon and break through blocks to score points and unlock new dragons.",
2206
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/dragonvsbricks.html",
2207
+ "category": "Arcade",
2208
+ "iframe": true
2209
+ },
2210
+ {
2211
+ "title": "Bob the Robber",
2212
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/bob%20the%20robber.jpg",
2213
+ "description": "Bob the Robber is a fun and addictive stealth game where you play as a thief trying to steal valuable items without getting caught.",
2214
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/bobtherobber.html",
2215
+ "category": "Arcade",
2216
+ "iframe": true
2217
+ },
2218
+ {
2219
+ "title": "Bad Ice Cream",
2220
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/bad ice cream.jpg",
2221
+ "description": "Bad Ice Cream is a fun and addictive arcade game where you control an ice cream character and navigate through various levels while avoiding enemies and collecting fruit.",
2222
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/badicecream.html",
2223
+ "category": "Arcade",
2224
+ "iframe": true
2225
+ },
2226
+ {
2227
+ "title": "Bad Ice Cream 2",
2228
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/bad ice cream 2.png",
2229
+ "description": "The sequel to Bad Ice Cream!",
2230
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/badicecream2.html",
2231
+ "category": "Arcade",
2232
+ "iframe": true
2233
+ },
2234
+ {
2235
+ "title": "Bad Ice Cream 3",
2236
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/bad ice cream 3.png",
2237
+ "description": "The third installment in the Bad Ice Cream series!",
2238
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/badicecream3.html",
2239
+ "category": "Arcade",
2240
+ "iframe": true
2241
+ },
2242
+ {
2243
+ "title": "60 Second Burger Run",
2244
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/60 second burger run.jpg",
2245
+ "description": "60 Second Burger Run is a fast-paced arcade game where you must prepare and serve burgers to customers within a time limit.",
2246
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/burgerrun.html",
2247
+ "category": "Arcade",
2248
+ "iframe": true
2249
+ },
2250
+ {
2251
+ "title": "Gravitee",
2252
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/gravitee.webp",
2253
+ "description": "Gravitee is an arcade game where you control a spaceship and navigate through various obstacles and challenges in space.",
2254
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/gravitee.html",
2255
+ "category": "Arcade",
2256
+ "iframe": true
2257
+ },
2258
+ {
2259
+ "title": "Gravitee 2",
2260
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/gravitee 2.jpg",
2261
+ "description": "The sequel to Gravitee!",
2262
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/gravitee2.html",
2263
+ "category": "Arcade",
2264
+ "iframe": true
2265
+ },
2266
+ {
2267
+ "title": "Cyber Cars Punk Racing",
2268
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/cybercarspunkracing.jpg",
2269
+ "description": "Cyber Cars Punk Racing is a futuristic racing game where you can customize your vehicles and compete in high-speed races through neon-lit cityscapes.",
2270
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/cyberpunkracing.html",
2271
+ "category": "Racing",
2272
+ "iframe": true
2273
+ },
2274
+ {
2275
+ "title": "Cars Simulator",
2276
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/3dcarsimulator.avif",
2277
+ "description": "Cars Simulator is an open-world driving game where you can explore and customize your vehicles",
2278
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/carssimulator.html",
2279
+ "category": "Racing",
2280
+ "iframe": true
2281
+ },
2282
+ {
2283
+ "title": "Wordle",
2284
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/wordle.webp",
2285
+ "description": "A word guessing game where you have six attempts to guess a five-letter word.",
2286
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/wordle.html",
2287
+ "category": "Puzzle",
2288
+ "iframe": true
2289
+ },
2290
+ {
2291
+ "title": "Tube Jumpers",
2292
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/tube jumpers.png",
2293
+ "description": "Tube Jumpers is an two player arcade game where you control a character jumping through tubes while avoiding obstacles and collecting points.",
2294
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/tubejumpers.html",
2295
+ "category": "Arcade",
2296
+ "iframe": true
2297
+ },
2298
+ {
2299
+ "title": "Pokemon Ruby Version",
2300
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/ruby.jpg",
2301
+ "description": "Play the classic Pokemon Ruby Version game now!",
2302
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/rubyversion.html",
2303
+ "category": "Strategy",
2304
+ "iframe": true
2305
+ },
2306
+ {
2307
+ "title": "Pokemon Sapphire Version",
2308
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/sapphire.webp",
2309
+ "description": "Play the classic Pokemon Sapphire Version game now!",
2310
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/sapphireversion.html",
2311
+ "category": "Strategy",
2312
+ "iframe": true
2313
+ },
2314
+ {
2315
+ "title": "Pokemon Fire Red Version",
2316
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/firered.jpg",
2317
+ "description": "Play the classic Pokemon Fire Red Version game now!",
2318
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/fireredversion.html",
2319
+ "category": "Strategy",
2320
+ "iframe": true
2321
+ },
2322
+ {
2323
+ "title": "Pokemon Leaf Green Version",
2324
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/leafgreen.jpg",
2325
+ "description": "Play the classic Pokemon Leaf Green Version game now!",
2326
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/leafgreenversion.html",
2327
+ "category": "Strategy",
2328
+ "iframe": true
2329
+ },
2330
+ {
2331
+ "title": "Pokemon Emerald Version",
2332
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/emerald.avif",
2333
+ "description": "Play the classic Pokemon Emerald Version game now!",
2334
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/emeraldversion.html",
2335
+ "category": "Strategy",
2336
+ "iframe": true
2337
+ },
2338
+ {
2339
+ "title": "Mario Kart 64",
2340
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/kart64.jpg",
2341
+ "description": "Race against the other racers and prove yourseld victorious in this classic game.",
2342
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/N64/mariokart64.html",
2343
+ "category": "Racing",
2344
+ "iframe": true
2345
+ },
2346
+ {
2347
+ "title": "Super Mario 64",
2348
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/super mario 64.webp",
2349
+ "description": "Join Mario on his quest to save Princess Peach in this classic 3D platformer.",
2350
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/N64/supermario64.html",
2351
+ "category": "Adventure",
2352
+ "iframe": true
2353
+ },
2354
+ {
2355
+ "title": "Earthbound",
2356
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/earthbound.webp",
2357
+ "description": "Embark on a unique RPG adventure in the quirky world of Earthbound.",
2358
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/SNES/earthbound.html",
2359
+ "category": "Adventure",
2360
+ "iframe": true
2361
+ },
2362
+ {
2363
+ "title": "Donkey Kong Country",
2364
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/donkeykongcountry.jpg",
2365
+ "description": "Join Donkey Kong and Diddy Kong on a jungle adventure in this classic platformer.",
2366
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/SNES/donkeykongcountry.html",
2367
+ "category": "Adventure",
2368
+ "iframe": true
2369
+ },
2370
+ {
2371
+ "title": "Donkey Kong Country 2",
2372
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/donkeykongcountry2.jpg",
2373
+ "description": "Join Diddy Kong and Dixie Kong on a new adventure to rescue Donkey Kong in this classic platformer sequel.",
2374
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/SNES/donkeykongcountry2.html",
2375
+ "category": "Adventure",
2376
+ "iframe": true
2377
+ },
2378
+ {
2379
+ "title": "Donkey Kong Country 3",
2380
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/donkeykongcountry3.webp",
2381
+ "description": "Join Dixie Kong and Kiddy Kong on a new adventure to rescue Donkey Kong and Diddy Kong!",
2382
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/SNES/donkeykongcountry3.html",
2383
+ "category": "Adventure",
2384
+ "iframe": true
2385
+ },
2386
+ {
2387
+ "title": "Chess",
2388
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/chess.png",
2389
+ "description": "Play a game of chess against the computer or a friend.",
2390
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/chess.html",
2391
+ "category": "Strategy",
2392
+ "iframe": true
2393
+ },
2394
+ {
2395
+ "title": "Max Dirt Bike",
2396
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/maxdirtbike.webp",
2397
+ "description": "Max Dirt Bike is a fast-paced racing game where you control a dirt bike and navigate through various tracks.",
2398
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/maxdirtbike.html",
2399
+ "category": "Arcade",
2400
+ "iframe": true
2401
+ },
2402
+ {
2403
+ "title": "Among Us (Web Version)",
2404
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/among%20us.webp",
2405
+ "description": "Fanmade version of the popular mobile game Among Us.",
2406
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/amongus.html",
2407
+ "category": "Strategy",
2408
+ "iframe": true
2409
+ },
2410
+ {
2411
+ "title": "Ultrakill",
2412
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/ultrakill.avif",
2413
+ "description": "ULTRAKILL is a fast-paced, ultraviolent, retro-inspired first-person shooter (FPS) where you play as a blood-fueled robot, V1, fighting through Hell after humanity's extinction.",
2414
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/ultrakill.html",
2415
+ "category": "Arcade",
2416
+ "iframe": true
2417
+ },
2418
+ {
2419
+ "title": "Bendy & The Ink Machine",
2420
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/bendy%20and%20the%20ink%20machine.jpg",
2421
+ "description": "The classic Bendy is a first person horror game where you uncover the dark secrets about the abandoned factory.",
2422
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/bendy.html",
2423
+ "category": "Challenging",
2424
+ "iframe": true
2425
+ },
2426
+ {
2427
+ "title": "Tanuki Sunset",
2428
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/tanuki%20sunset.png",
2429
+ "description": "Tanuki Sunset Classic is a third-person longboard-skating game where players play as a raccoon skating downhill.",
2430
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/tanukisunset.html",
2431
+ "category": "Arcade",
2432
+ "iframe": true
2433
+ },
2434
+ {
2435
+ "title": "Highway Racer 3D",
2436
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/highway%20racer%203d.jpg",
2437
+ "description": "Highway Racer 3D is a fast-paced, endless arcade driving game where you navigate busy highways and dodge traffic.",
2438
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/standalone/highwayracer3D.html",
2439
+ "category": "Racing",
2440
+ "iframe": true
2441
+ },
2442
+ {
2443
+ "title": "The Legend Of Zelda Majoras Mask",
2444
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/majorasmask.jpg",
2445
+ "description": "The Legend of Zelda: Majora's Mask is a darker Zelda adventure where Link, after Ocarina of Time, gets trapped in the parallel world of Termina.",
2446
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/N64/majorasmask.html",
2447
+ "category": "Adventure",
2448
+ "iframe": true
2449
+ },
2450
+ {
2451
+ "title": "The Legend Of Zelda Ocarina Of Time",
2452
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/ocarinaoftime.jpg",
2453
+ "description": "The Legend of Zelda: Ocarina of Time is a landmark 3D action-adventure game where young Link journeys through Hyrule to stop the evil Ganondorf.",
2454
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/N64/ocarinaoftime.html",
2455
+ "category": "Adventure",
2456
+ "iframe": true
2457
+ },
2458
+ {
2459
+ "title": "The Legend Of Zelda Link To The Past",
2460
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/link%20to%20the%20past.avif",
2461
+ "description": "The Legend of Zelda: A Link to the Past is a classic action-adventure game where Link journeys through the parallel worlds of Hyrule.",
2462
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/SNES/linktothepast.html",
2463
+ "category": "Adventure",
2464
+ "iframe": true
2465
+ },
2466
+ {
2467
+ "title": "Whack Your Boss",
2468
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/whack%20your%20boss.jpg",
2469
+ "description": "You've finally had enough of your atrocious job. Choose your bosses fatality.",
2470
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/whackyourboss.html",
2471
+ "category": "Arcade",
2472
+ "iframe": true
2473
+ },
2474
+ {
2475
+ "title": "Whack Your Ex",
2476
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/whack%20your%20ex.jpg",
2477
+ "description": "You're tired of your ex. You must choose her fate in this crazy game.",
2478
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/whackyourex.html",
2479
+ "category": "Arcade",
2480
+ "iframe": true
2481
+ },
2482
+ {
2483
+ "title": "Use Boxmen",
2484
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/useboxmen.jpg",
2485
+ "description": "You must work with boxmen to solve various levels and challenge your brain in this complex puzzle game.",
2486
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/ruffle/useboxmen.html",
2487
+ "category": "Puzzle",
2488
+ "iframe": true
2489
+ },
2490
+
2491
+ {
2492
+ "title": "B-Cubed",
2493
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/b-cubed.webp",
2494
+ "description": "Rotate the block to pass through every tile and reach the finish square in this tricky puzzle game.",
2495
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/Ruffle/bcubed.html",
2496
+ "category": "Puzzle",
2497
+ "iframe": true
2498
+ },
2499
+ {
2500
+ "title": "Mother (Earthbound Beginnings)",
2501
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/mother.jpg",
2502
+ "description": "Experience the beginning of the iconic series in this classic RPG.",
2503
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/mother.html",
2504
+ "category": "RPG",
2505
+ "iframe": true
2506
+ },
2507
+ {
2508
+ "title": "Mother 3",
2509
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/mother%203.jpg",
2510
+ "description": "Experience the emotional final chapter of the Mother trilogy.",
2511
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/mother3.html",
2512
+ "category": "Adventure",
2513
+ "iframe": true
2514
+ },
2515
+ {
2516
+ "title": "Hobo",
2517
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/hobo.webp",
2518
+ "description": "The original Flash classic! Fight your way through the streets.",
2519
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/Games/ruffle/hobo.html",
2520
+ "category": "Action",
2521
+ "isFlash": true
2522
+ },
2523
+ {
2524
+ "title": "Mario Kart Super Circuit",
2525
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/mariokartsupercircuit.jpg",
2526
+ "description": "The classic GBA racing experience. Race through 40 tracks and compete to win it all!",
2527
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/mariokartsupercircuit.html",
2528
+ "category": "Racing",
2529
+ "iframe": true
2530
+ },
2531
+ {
2532
+ "title": "Mario & Luigi: Superstar Saga",
2533
+ "img": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/Standalone-games@main/assets/superstarsaga.jpg",
2534
+ "description": "Embark on a hilarious RPG adventure through the Beanbean Kingdom with Mario and Luigi!",
2535
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Games/emulated/GBA/superstarsaga.html",
2536
+ "category": "Adventure",
2537
+ "iframe": true
2538
+ },
2539
+
2540
+
2541
+ {
2542
+ "title": "Soundboard",
2543
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/soundboard.png",
2544
+ "description": "A soundboard with various sound effects and music clips.",
2545
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Apps/soundboard.html",
2546
+ "category": "Apps",
2547
+ "iframe": true
2548
+ },
2549
+ {
2550
+ "title": "30 Dollar Website",
2551
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/moal.jpg",
2552
+ "description": "A simple website that looks like it was made for 30 dollars (a soundboard).",
2553
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Apps/30dollarwebsite.html",
2554
+ "category": "Apps",
2555
+ "iframe": true
2556
+ },
2557
+ {
2558
+ "title": "Emulator JS",
2559
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/emulatorjs.png",
2560
+ "description": "Emulator JS is a web-based emulator that allows you to play classic console games directly in your browser.",
2561
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Apps/emulatorjs.html",
2562
+ "category": "Apps",
2563
+ "iframe": true
2564
+ },
2565
+ {
2566
+ "title": "Ruffle",
2567
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/dskjfoisjfsjio.github.io/main/assets/game%20images/ruffle.jpg",
2568
+ "description": "Ruffle is an open-source Flash Player emulator that allows you to play Flash content directly in your web browser without the need for the original Flash Player plugin.",
2569
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Apps/ruffle.html",
2570
+ "category": "Apps",
2571
+ "iframe": true
2572
+ },
2573
+ {
2574
+ "title": "Alexr Code Editor",
2575
+ "img": "https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/assets/code.png",
2576
+ "description": "Use our very own code editor where you can create and downloadyour own projects!",
2577
+ "path": "https://cdn.jsdelivr.net/gh/dskjfoisjfsjio/alexrsworld@main/Apps/codeeditor.html",
2578
+ "category": "Apps",
2579
+ "iframe": true
2580
+ }
2581
+ ]