-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplay.html
362 lines (354 loc) · 20.3 KB
/
play.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<html>
<!
██╗████████╗███████╗███╗░░██╗░█████╗░██████╗░██╗██╗░░░░░██╗
██║╚══██╔══╝╚════██║████╗░██║██╔══██╗██╔══██╗██║██║░░░░░██║
██║░░░██║░░░░░███╔═╝██╔██╗██║███████║██████╦╝██║██║░░░░░██║
██║░░░██║░░░██╔══╝░░██║╚████║██╔══██║██╔══██╗██║██║░░░░░╚═╝
██║░░░██║░░░███████╗██║░╚███║██║░░██║██████╦╝██║███████╗██╗
╚═╝░░░╚═╝░░░╚══════╝╚═╝░░╚══╝╚═╝░░╚═╝╚═════╝░╚═╝╚══════╝╚═╝
Thanks for taking a look at the source code! Maybe leave me a follow and subscribe? :D
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4165565160273287",
enable_page_level_ads: true
,
overlays: {bottom: true}
});
</script>
<meta charset="utf-8">
<title>Nabil's Games | Play</title>
<meta name="keywords" content="nabilafk, nabil's gameboy, nabilafk.github.io, unblocked games, nabil's games">
<meta name="theme-color" content="#36393F">
<meta property="og:image:url" content="https://i.ibb.co/n0DbR7k/Untitled-28-modified.png">
<meta property="og:image:secure_url" content="https://i.ibb.co/n0DbR7k/Untitled-28-modified.png">
<meta name="description" content="Play games online for free, unblocked!">
<link rel="icon" type="image/jpeg" sizes="180x180" href="https://i.ibb.co/n0DbR7k/Untitled-28-modified.png">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<title>Nabil's Games</title>
<style>
body {
background-image: url('https://www.colorbook.io/imagecreator.php?hex=2e2e2e&width=1920&height=1080&text=%201920x1080');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
body {
margin: 60px auto;
width: 90%;
}
a {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 3em;
}
p {
text-decoration: none;
font-size: 1.0em;
line-height: 1.0em;
color: #fff;
font-family: 'Nunito', sans-serif;
}
footer {
border-top: 1px solid #d5d5d5;
font-size: .8em;
}
ul.posts {
margin: 20px auto 40px;
font-size: 1em;
}
ul.posts li {
list-style: none;
}
h2 {
font-family: 'Nunito', sans-serif;
color: #fff;
}
ul {
font-family: 'Nunito', sans-serif;
color: #000;
}
li {
font-family: 'Nunito', sans-serif;
color: #fff
}
h4 {
font-family: 'Roboto', sans-serif;
color: #fff
}
a {
font-family: 'Roboto', sans-serif;
color: #fff;
}
div {
font-family: 'Roboto', sans-serif;
color: #fff
}
{
box-sizing: border-box;
}
/* Set additional styling options for the columns*/
.column {
float: left;
width: 28%
}
.row:after {
content: "";
display: table;
clear: both;
}
* {
margin: 0;
padding: 0;
}
div#banner {
position: absolute;
top: 0;
left: 0;
background-color: #D43333;
width: 100%;
}
div#banner-content {
width: 340px;
margin: 0 auto;
padding: 6px;
}
html {
font-size: 95.6%
}
</style>
</head>
<div id="banner">
<a href="https://forms.gle/3j27ux1BvZQzxhTLA">
<div align="center"id="banner-content">
Have suggestions? Click me!
</div>
</a>
</div>
<p align="center">
<a href="index.html">Home</a>
﹒
<a href="play.html">Play</a>
﹒
<a href="developer.html">Developer</a>
﹒
<a href="changelog.html">Changelog</a>
﹒
<a href="controls.html">Controls</a>
﹒
<a href="domains.html">Domains</a>
</p>
<a src='https://www.freevisitorcounters.com/auth.php?id=dc6065357128ebcb02be8d4c24de90368afaa8ee'></a></script>
<center><script type="text/javascript" src="https://www.freevisitorcounters.com/en/home/counter/869242/t/5"></script></center>
<div class="row">
<div class="column">
<h2><br>Gameboy Games 🎮</h2>
<li><a href="./launcher.html#advancewars">Advance Wars</a></li>
<li><a href="./launcher.html#advancewars2">Advance Wars 2</a></li>
<li><a href="./launcher.html#aladdin">Aladdin</a></li>
<li><a href="./launcher.html#alienhominid">Alien Hominid</a></li>
<li><a href="./launcher.html#bomberman_max2blue">Bomberman Max 2 - Blue Advance</a></li>
<li><a href="./launcher.html#bomberman_tournament">Bomberman Tournament</a></li>
<li><a href="./launcher.html#bubblebobble">Bubble Bobble: Old and New</a></li>
<li><a href="./launcher.html#croket1">Croket! - Yume no Banker Survival!</a></li>
<li><a href="./launcher.html#croket2">Croket! 2 - Yami no Bank to Banqueen</a></li>
<li><a href="./launcher.html#croket3">Croket! 3 - Granu Oukoku no Nazo</a></li>
<li><a href="./launcher.html#croket4">Croket! 4 - Bank no Mori no Mamorigami</a></li>
<li><a href="./launcher.html#digimon_racing">Digimon Racing</a></li>
<li><a href="./launcher.html#dbz_supersonic">Dragon Ball Z - Supersonic Warriors</a></li>
<li><a href="./launcher.html#drilldozer">Drill Dozer</a></li>
<li><a href="./launcher.html#earthwormjim">Earthworm Jim</a></li>
<li><a href="./launcher.html#earthwormjim2">Earthworm Jim 2</a></li>
<li><a href="./launcher.html#ff1and2">Final Fantasy 1 & 2 Advance</a></li>
<li><a href="./launcher.html#ff4S">Final Fantasy IV Advance</a></li>
<li><a href="./launcher.html#ff6">Final Fantasy VI Advance</a></li>
<li><a href="./launcher.html#final_fantasy_tactics">Final Fantasy Tactics Advance</a></li>
<li><a href="./launcher.html#fire_emblem">Fire Emblem</a></li>
<li><a href="./launcher.html#frogger1">Frogger Advance - The Great Quest</a></li>
<li><a href="./launcher.html#frogger2">Frogger's Adventures - Temple of the Frog</a></li>
<li><a href="./launcher.html#frogger3">Frogger's Adventures 2 - The Lost Wand</a></li>
<li><a href="./launcher.html#fzero_gp">F-Zero - GP Legend</a></li>
<li><a href="./launcher.html#fzero_max">F-Zero - Maximum Velocity</a></li>
<li><a href="./launcher.html#gamewatch4">Game & Watch Gallery 4</a></li>
<li><a href="./launcher.html#goldensun">Golden Sun</a></li>
<li><a href="./launcher.html#gunstar_super_heroes">Gunstar Super Heroes</a></li>
<li><a href="./launcher.html#hamtaro_heartbreak">Hamtaro - Ham Heartbreak</a></li>
<li><a href="./launcher.html#iridion">Iridion 3D</a></li>
<li><a href="./launcher.html#kirbymirror">Kirby & The Amazing Mirror</a></li>
<li><a href="./launcher.html#kirbynightmare">Kirby: Nightmare in Dreamland</a></li>
<li><a href="./launcher.html#superstar">Mario & Luigi: Superstar Saga</a></li>
<li><a href="./launcher.html#mariokart">Mario Kart: Super Circuit</a></li>
<li><a href="./launcher.html#marioparty">Mario Party Advance</a></li>
<li><a href="./launcher.html#mariopinball">Mario Pinball Land</a></li>
<li><a href="./launcher.html#megamanbass">Megaman & Bass</a></li>
<li><a href="./launcher.html#megaman_battle1">Megaman Battle 1</a></li>
<li><a href="./launcher.html#megaman_battle2">Megaman Battle 2</a></li>
<li><a href="./launcher.html#megaman_battle3_blue">Megaman Battle 3 Blue</a></li>
<li><a href="./launcher.html#megaman_battle4_blue">Megaman Battle 4 Blue Moon</a></li>
<li><a href="./launcher.html#megaman_battle4_red">Megaman Battle 4 Red Sun</a></li>
<li><a href="./launcher.html#megaman_battle5">Megaman Battle 5 Team Protoman</a></li>
<li><a href="./launcher.html#megaman_battle6">Megaman Battle 6 Cybeast Falzar</a></li>
<li><a href="./launcher.html#megaman_zero1">Megaman Zero</a></li>
<li><a href="./launcher.html#megaman_zero2">Megaman Zero 2</a></li>
<li><a href="./launcher.html#megaman_zero3">Megaman Zero 3</a></li>
<li><a href="./launcher.html#megaman_zero4">Megaman Zero 4</a></li>
<li><a href="./launcher.html#metalslug">Metal Slug Advance</a></li>
<li><a href="./launcher.html#metroid_fusion">Metriod Fusion</a></li>
<li><a href="./launcher.html#momotarou_dentetsu">Momotarou Dentetsu G Gold Deck wo Tsukure!</a></li>
<li><a href="./launcher.html#monopoly">Monopoly</a></li>
<li><a href="./launcher.html#monster_force">Monster Force</a></li>
<li><a href="./launcher.html#mortal_kombat">Mortal Kombat Advance</a></li>
<li><a href="./launcher.html#onepiece">One Piece</a></li>
<li><a href="./launcher.html#pacman_world">Pacman World</a></li>
<li><a href="./launcher.html#pacman_world2">Pacman World 2</a></li>
<li><a href="./launcher.html#pokemonemerald">Pokemon Emerald</a></li>
<li><a href="./launcher.html#pokemongreen">Pokemon Leaf Green</a></li>
<li><a href="./launcher.html#pokemonred">Pokemon Fire Red</a></li>
<li><a href="./launcher.html#mysteryred">Pokemon Mystery Dungeon Red</a></li>
<li><a href="./launcher.html#pokemonruby">Pokemon Ruby</a></li>
<li><a href="./launcher.html#pokemonsapphire">Pokemon Sapphire</a></li>
<li><a href="./launcher.html#gba_video_pokemon_1">Pokemon Video Show Pak 1</a></li>
<li><a href="./launcher.html#gba_video_pokemon_2">Pokemon Video Show Pak 2</a></li>
<li><a href="./launcher.html#gba_video_pokemon_3">Pokemon Video Show Pak 3</a></li>
<li><a href="./launcher.html#gba_video_pokemon_4">Pokemon Video Show Pak 4</a></li>
<li><a href="./launcher.html#puyopop">Puyo Pop</a></li>
<li><a href="./launcher.html#sonic_advance">Sonic Advance</a></li>
<li><a href="./launcher.html#sonic_advance2">Sonic Advance 2</a></li>
<li><a href="./launcher.html#sonic_advance3">Sonic Advance 3</a></li>
<li><a href="./launcher.html#sonicbattle">Sonic Battle</a></li>
<li><a href="./launcher.html#sonicpinball">Sonic Pinball</a></li>
<li><a href="./launcher.html#spyro_adventure">Spyro Adventure</a></li>
<li><a href="./launcher.html#spyro_ice">Spyro: Season of Ice</a></li>
<li><a href="./launcher.html#spyro_flame">Spyro 2: Season of Flame</a></li>
<li><a href="./launcher.html#supermarioadvance">Super Mario Advance</a></li>
<li><a href="./launcher.html#supermarioadvance2">Super Mario Advance 2</a></li>
<li><a href="./launcher.html#supermarioadvance3">Super Mario Advance 3</a></li>
<li><a href="./launcher.html#supermarioadvance4">Super Mario Advance 4</a></li>
<li><a href="./launcher.html#supermonkeyballjr">Super Monkey Ball Jr</a></li>
<li><a href="./launcher.html#super_street_fighter_2_turbo_revival">Super Street Fighter II: Turbo Revival</a></li>
<li><a href="./launcher.html#super_street_fighter_3_alpha">Super Street Fighter III: Alpha</a></li>
<li><a href="./launcher.html#tales_of_phantasia">Tales of Phantasia</a></li>
<li><a href="./launcher.html#tak2_staff_of_dreams">Tak 2: The Staff of Dreams</a></li>
<li><a href="./launcher.html#tmnt">Teenage Mutant Ninja Turtles</a></li>
<li><a href="./launcher.html#tetris_worlds">Tetris Worlds</a></li>
<li><a href="./launcher.html#sims_bustin_out">The Sims: Bustin ' Out</a></li>
<li><a href="./launcher.html#sims2">The Sims 2</a></li>
<li><a href="./launcher.html#simpsons">The Simpsons: Road Rage</a></li>
<li><a href="./launcher.html#turok_evolution">Turok Evolution</a></li>
<li><a href="./launcher.html#ty2">Ty the Tasmanian Tiger 2 - Bush Rescue</a></li>
<li><a href="./launcher.html#ty3">Ty the Tasmanian Tiger 3 - Night of the Quinkan</a></li>
<li><a href="./launcher.html#warioland4">Wario Land 4</a></li>
<li><a href="./launcher.html#wario_ware">Wario Ware Inc</a></li>
<li><a href="./launcher.html#zelda_past">The Legend of Zelda: A Link to the Past</a></li>
<li><a href="./launcher.html#zelda_minish">The Legend of Zelda: The Minish Cap</a></li>
</div>
<div class="column">
<h2><br>Non-Gameboy Games ⚔️</h2>
<li><a href="https://nabilafk.github.io/1v1">1v1.LOL (Maybe Laggy on School Wi-Fi)</a></li>
<li><a href="https://nabilafk.github.io/2048">2048</a></li>
<li><a href="https://nabilafk.github.io/atari/">Atari Breakout</a></li>
<li><a href="http://gregbatha.com/branches/">Branch Poly</a></li>
<li><a href="https://nabilafk.github.io/Boxy-Run/">Boxy Run</a></li>
<li><a href="https://nabilafk.github.io/bubbleshooter/">Bubble Shooter</a></li>
<li><a href="https://nabilafk.github.io/candyjam/">Candyjam Shooter</a></li>
<li><a href="https://nabilafk.github.io/shapecrush/">Candy Crush (Clone)</a></li>
<li><a href="https://nabilafk.github.io/chess/">Chess</a></li>
<li><a href="http://kenrick95.github.io/c4/">Connect Four</a></li>
<li><a href="https://nabilafk.github.io/cookie-clicker/">Cookie Clicker</a></li>
<li><a href="https://nabilafk.github.io/cookieclicker-MOD/">Cookie Clicker Mod (DevTools)</a></li>
<li><a href="https://nabilafk.github.io/diablo-js/">Diablo RPG</a></li>
<li><a href="https://v6p9d9t4.ssl.hwcdn.net/html/1792221/ItchIO/index.html">Drift Hunters</a></li>
<li><a href="https://nabilafk.github.io/doodle-jump/">Doodle Jump</a></li>
<li><a href="https://nabilafk.github.io/dinosaur-game/">Dino Runner</a></li>
<li><a href="https://nabilafk.github.io/eg">Emoji Guesser</a></li>
<li><a href="https://five-nights-at-freddys.herokuapp.com/">Five Nights at Freddy's (Clone)</a></li>
<li><a href="https://nabilafk.github.io/flappy">Flappy Bird</a></li>
<li><a href="https://nabilafk.github.io/fpsgame/">FPS Shooter Game</a></li>
<li><a href="https://nabilafk.github.io/funkin/">Friday Night Funkin'</a></li>
<li><a href="https://geometrydashonline.github.io">Geometry Dash</a></li>
<li><a href="https://nabilafk.github.io/googlegravity/">Google Gravity</a></li>
<li><a href="https://nabilafk.github.io/happy-wheels/">Happy Wheels</a></li>
<li><a href="https://nabilafk.github.io/HexGL">HexGL Racing</a></li>
<li><a href="https://nabilafk.github.io/horseracing/">Horse Racing</a></li>
<li><a href="https://tutsplus.github.io/kandi-runner/#">Kandi Runner</a></li>
<li><a href="https://nabilafk.github.io/Maze3D">Maze 3D</a></li>
<li><a href="https://nabilafk.github.io/mc">Minecraft Singleplayer</a></li>
<li><a href="https://nabilafk.github.io/bike-game/">MotoBike x2</a></li>
<li><a href="https://webclient.prismarine.js.org/">Minecraft Multiplayer</a></li>
<li><a href="http://ogoshen.github.io/game-off-2012/">Octocat Jump 2012</a></li>
<li><a href="https://nabilafk.github.io/pianotiles/">Piano Tiles</a></li>
<li><a href="https://nabilafk.github.io/racing/">Race Cars</a></li>
<li><a href="amoldalwai.github.io/roadfighter/">Road Fighter</a></li>
<li><a href="https://nabilafk.github.io/scarymaze/">Scary Maze</a></li>
<li><a href="https://nabilafk.github.io/skate/">Skateboard Run</a></li>
<li><a href="https://nabilafk.github.io/slither">Slither.io (Unavailable On Chromebooks)</a></li>
<li><a href="https://nabilafk.github.io/slope/">Slope</a></li>
<li><a href="https://nabilafk.github.io/snakes/">Snake</a></li>
<li><a href="https://nabilafk.github.io/SpaceInvaders/">Space Invaders</a></li>
<li><a href="https://nabilafk.github.io/talkingtom/">Talking Tom Copier</a></li>
<li><a href="https://the-house.arturkot.pl/">The House: Escape</a></li>
<li><a href="https://nabilafk.github.io/tic-tac-toe/">TicTacToe</a></li>
<li><a href="https://nabilafk.github.io/tetris">Tetris</a></li>
<li><a href="https://nabilafk.github.io/tr">Trigger Racing</a></li>
<li><a href="http://fernjager.github.io/game-off-2013/index.html">Turkey Cooking Sim</a></li>
<li><a href="https://rawgit.com/stagas/webly-soccer/0.4.1/index.html">Webly Soccer</a></li>
<li><a href="https://nabilafk.github.io/wolf3d">Wolfenstein 3D</a></li>
</div>
<div class="column">
<h2><br>Tools 💎</h2>
<li><a href="https://nabilafk.github.io/8ball">8 Ball</a></li>
<li><a href="https://nabilafk.github.io/Calculator/">Calculator</a></li>
<li><a href="https://nabilafk.github.io/camera1/">Camera</a></li>
<li><a href="https://ichattpro.netlify.app/">Chat [FIXED] (Use Code Nabil123)</a></li>
<li><a href="https://nabilafk.github.io/cps/">CPS Counter</a></li>
<li><a href="https://nabilafk.github.io/clock/">Clock Relaxation</a></li>
<li><a href="https://nabilafk.github.io/disctokengen/">Discord Token Generator</a></li>
<li><a href="https://nabilafk.github.io/discnitrogen/">Discord Nitro Generator</a></li>
<li><a href="https://nabilafk.github.io/drums/">Drums</a></li>
<li><a href="https://nabilafk.github.io/emojifinder">Emoji Finder</a></li>
<li><a href="https://nabilafk.github.io/morse">English to Morse Code</a></li>
<li><a href="https://nabilafk.github.io/Hacker-Typer/">Hacker Typer</a></li>
<li><a href="https://nabilafk.github.io/hexlookup/">Hex Lookup</a></li>
<li><a href="https://nabilafk.github.io/html-viewer/">HTML Viewer</a></li>
<li><a href="https://nabilafk.github.io/JSPaint-1/">JSPaint</a></li>
<li><a href="https://nabilafk.github.io/bypasser/">Linkvertise Bypasser</a></li>
<li><a href="https://nabilafk.github.io/memes/">Meme Generator</a></li>
<li><a href="https://nabilafk.github.io/piano/">Piano HTML5</a></li>
<li><a href="https://replit.com">Replit (Code Runner)</a></li>
<li><a href="https://nabilafk.github.io/surprise/">Surprise (CLICK ME!)</a></li>
<li><a href="https://nabilafk.github.io/soundcloud">SoundCloud</a></li>
<li><a href="https://nabilafk.github.io/spacebarcounter">Space Bar Counter</a></li>
<li><a href="https://nabilafk.github.io/txteditor/">Text Editor</a></li>
<li><a href="https://nabilafk.github.io/tts/">Text To Speech</a></li>
<li><a href="https://nabilafk.github.io/VirusPrank">Virus Prank (Click At Risk)</a></li>
<li><a href="https://nabilafk.github.io/whatsmyip">What's My IP</a></li>
</div>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4165565160273287"
crossorigin="anonymous"></script>
<!-- Test 123 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4165565160273287"
data-ad-slot="7928635560"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4165565160273287"
crossorigin="anonymous"></script>
</body>
</html>