-
-
Notifications
You must be signed in to change notification settings - Fork 429
Expand file tree
/
Copy pathg4m3s.html
More file actions
218 lines (201 loc) · 37.4 KB
/
g4m3s.html
File metadata and controls
218 lines (201 loc) · 37.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1533872335883359"
crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-63K8BHHS38"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-63K8BHHS38');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="DuckMath">
<meta name="description" content="Play your favorite online g4m3s free now!">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<title>DuckMath</title>
<link rel="stylesheet" href="assets/css/text_styles.css">
<link rel="stylesheet" href="assets/css/topnav.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/games.css">
<script src="assets/js/main.js"></script>
<link rel="icon" type="image/x-icon" href="assets/img/duck.png">
<link rel="mask-icon" type="" href="assets/img/duck.png" color="#111">
<noscript>Your browser doesn't have JavaScript enabled. Please enable JavaScript or switch to a browser that
supports it.</noscript>
<script src="assets/js/index.js" type="text/javascript" defer></script>
</head>
<body>
<div class = "title_text_main" id = "title" style="width: 100%"><br> G4M3S
<br>
<input class = "searchbar" oninput="showall();searchbar1();" onclick="showall();searchbar1();" type="text" id="query" name="searchbar" placeholder="Search...">
<br>
<button id = "All" class="button2" onclick="showall();sorterbuttons(this);">All</button>
<button id = "Multiplayer" class="button1" onclick="sorter('Multiplayer');sorterbuttons(this);">Multiplayer</button>
<button id = "Flash" class="button1" onclick="sorter('Flash');sorterbuttons(this);">Flash</button>
<button id = "Emulator" class="button1" onclick="sorter('Emulator');sorterbuttons(this);">Emulator</button>
<button id = "Platformer" class="button1" onclick="sorter('Platformer');sorterbuttons(this);">Platformer</button>
<button id = "Puzzle" class="button1" onclick="sorter('Puzzle');sorterbuttons(this);">Puzzle</button>
<button id = "Sports" class="button1" onclick="sorter('Sports');sorterbuttons(this);">Sports</button>
<button id = "Driving" class="button1" onclick="sorter('Driving');sorterbuttons(this);">Driving</button>
<button id = "Fighting" class="button1" onclick="sorter('Fighting');sorterbuttons(this);">Fighting</button>
<button id = "Horror" class="button1" onclick="sorter('Horror');sorterbuttons(this);">Horror</button>
<button id = "2D" class="button1" onclick="sorter('2D');sorterbuttons(this);"> 2D </button>
<!-- has blank chars in between -->
<button id = "Other" class="button1" onclick="sorter('Other');sorterbuttons(this);">Other</button>
<div class = "icon_image" id ="icon_image" style="width: 100%">
<a id = "Retro Bowl" class = "Sports" href = "g4m3s/retro_bowl.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/retro_bowl_icon.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Retro Bowl</figcaption></a>
<a id = "Cookie Clicker" class = "Other" href = "g4m3s/CookieClicker.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/cookieclicker.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Cookie Clicker</figcaption></a>
<a id = "Geometry Dash" class = "Platformer" href = "g4m3s/geometry_dash.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/geometrydash.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Geometry Dash</figcaption></a>
<a id = "Fireboy and Watergirl" class = "Puzzle" href = "g4m3s/fireboy.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/fireboy.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Fireboy & Watergirl</figcaption></a>
<a id = "Combat Reloaded" class = "Multiplayer" href = "g4m3s/Combat_reloaded.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/combatreloaded.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Combat Arms</figcaption></a>
<a id = "Crossy Roads" class = "Platformer" href = "g4m3s/crossyroads.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/crossyroad.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Crossy Roads</figcaption></a>
<a id = "Raft Wars 1" class = "Flash" href = "g4m3s/flash-g4m3s/raftwars1.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/rw1.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Raft Wars</figcaption></a>
<a id = "Raft Wars 2" class = "Flash" href = "g4m3s/flash-g4m3s/raftwars2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/rw2.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Raft Wars 2</figcaption></a>
<a id = "Subway Surfers" class = "Platformer" href = "g4m3s/subway_surfers.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/subway.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Subway Surfers</figcaption></a>
<a id = "1v1.lol" class = "Multiplayer" href = "g4m3s/1v1.lol.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/1v1.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>1v1.LOL</figcaption></a>
<a id = "Minecraft MC" class = "Multiplayer" href = "g4m3s/Minecraft/Minecraft-landing.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/minecraft.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Minecraft</figcaption></a>
<a id = "Paper.io" class = "Multiplayer" href = "g4m3s/Paper.io.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/paper.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Paper.io</figcaption></a>
<a id = "Super Mario 64" class = "Emulator" href = "g4m3s/SM64.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/supermario64.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Super Mario 64</figcaption></a>
<a id = "Driftboss" class = "Driving" href = "g4m3s/driftboss.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/driftboss.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Drift Boss</figcaption></a>
<a id = "Five Nights at Freddys FNAF" class = "Horror" href = "g4m3s/Five-Nights-At-Freddys.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/fnaf.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>FNAF</figcaption></a>
<a id = "Super Star Car" class = "Driving" href = "g4m3s/Super-Star-Car.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/superstarcar.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Super Star Car</figcaption></a>
<a id = "Alien Hominid" class = "Flash" href = "g4m3s/flash-g4m3s/Alien_Hominid.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/alien.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Alien Hominid</figcaption></a>
<a id = "BloonsTD" class = "Flash" href = "g4m3s/flash-g4m3s/BloonsTD.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/bloons1.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>BloonsTD</figcaption></a>
<a id = "BloonsTD 2" class = "Flash" href = "g4m3s/flash-g4m3s/BloonsTD_2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/bloons2.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>BloonsTD 2</figcaption></a>
<a id = "BloonsTD 3" class = "Flash" href = "g4m3s/flash-g4m3s/BloonsTD_3.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/bloons3.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>BloonsTD 3</figcaption></a>
<a id = "Bloxorz" class = "Flash" href = "g4m3s/flash-g4m3s/bloxorz.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/bloxorz.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Bloxorz</figcaption></a>
<a id = "Breaking the Bank" class = "Flash" href = "g4m3s/flash-g4m3s/breakingthebank.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/breakbank.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Breaking the Bank</figcaption></a>
<a id = "Escaping the Prison" class = "Flash" href = "g4m3s/flash-g4m3s/escapetheprison.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/escapeprison.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Escaping The Prison</figcaption></a>
<a id = "Stealing the Diamond" class = "Flash" href = "g4m3s/flash-g4m3s/StealingtheDiamond.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/stealdiamond.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Stealing the Diamond</figcaption></a>
<div class = "ad" style="width: 100%; display: compact">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1533872335883359"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-1533872335883359"
data-ad-slot="2397828043"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<a id = "Infiltrating the Airship" class = "Flash" href = "g4m3s/flash-g4m3s/Infiltratingtheairship.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/airship.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Infiltrating the Airship</figcaption></a>
<a id = "Fleeing the Complex" class = "Flash" href = "g4m3s/flash-g4m3s/FleeingtheComplex.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/complex.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Fleeing the Complex</figcaption></a>
<a id = "Meat Boy" class = "Flash" href = "g4m3s/flash-g4m3s/MeatBoy.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/meat.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Meat Boy</figcaption></a>
<a id = "Electric Man 2" class = "Flash" href = "g4m3s/flash-g4m3s/ElectricMan2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/electric.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Electric Man 2</figcaption></a>
<a id = "Fancy Pants Adventures" class = "Flash" href = "g4m3s/flash-g4m3s/FancyPantsAdventures.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/fancy.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Fancy Pants</figcaption></a>
<a id = "The Binding of Isaac" class = "Flash" href = "g4m3s/flash-g4m3s/thebindingofisaac.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/isaac.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>The Binding of Isaac</figcaption></a>
<a id = "The Impossible Quiz" class = "Flash" href = "g4m3s/flash-g4m3s/theimpossiblequiz.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/impossible.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>The Impossible Quiz</figcaption></a>
<a id = "The Impossible Quiz 2" class = "Flash" href = "g4m3s/flash-g4m3s/ImpossibleQuiz2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/impossible2.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>The Impossible Quiz 2</figcaption></a>
<a id = "The Worlds Hardest game" class = "Flash" href = "g4m3s/flash-g4m3s/worldshardestgame.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/hardgame1.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>The World's Hardest Game</figcaption></a>
<a id = "The Worlds Hardest game 2" class = "Flash" href = "g4m3s/flash-g4m3s/worldshardestgame2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/hardgame2.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>The World's Hardest Game 2</figcaption></a>
<a id = "2048" class = "Puzzle" href = "g4m3s/2048.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/2048.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>2048</figcaption></a>
<a id = "Tetris" class = "Puzzle" href = "g4m3s/Tetris.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/tetris.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Tetris</figcaption></a>
<a id = "Friday Night Funking FNF" class = "Puzzle" href = "g4m3s/FridayNightFunkin.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/friday.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Friday Night Funkin</figcaption></a>
<a id = "Swords and Sandals 2" class = "Flash" href = "g4m3s/flash-g4m3s/SwordsandSandals2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/sas2.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Swords and Sandals 2</figcaption></a>
<a id = "agar.io" class = "Multiplayer" href = "g4m3s/agar.io.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/agar.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Agar.io</figcaption></a>
<a id = "Mini Golf" class = "Sports" href = "g4m3s/Minigolf.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/golfmini.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Mini Golf</figcaption></a>
<a id = "Run 3" class = "Platformer" href = "g4m3s/Run3.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/run3.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Run 3</figcaption></a>
<a id = "Uno" class = "Puzzle" href = "g4m3s/Uno.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/uno.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Uno</figcaption></a>
<a id = "Paper Minecraft MC" class = "Platformer" href = "g4m3s/PaperMinecraft.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/bird.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Flappy Bird</figcaption></a>
<a id = "Duck Life 1" class = "Puzzle" href = "g4m3s/ducklife.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/dl1.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Duck Life</figcaption></a>
<a id = "Duck Life 2" class = "Puzzle" href = "g4m3s/ducklife2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/dl2.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Duck Life 2</figcaption></a>
<a id = "Duck Life 3" class = "Puzzle" href = "g4m3s/ducklife3.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/dl3.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Duck Life 3</figcaption></a>
<a id = "Duck Life 4" class = "Puzzle" href = "g4m3s/ducklife4.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/dl4.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Duck Life 4</figcaption></a>
<a id = "Pizza Party" class = "Other" href = "g4m3s/PizzaParty.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/pizzaparty.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Pizza Party</figcaption></a>
<a id = "Yohoho.io" class = "Multiplayer" href = "g4m3s/Yohoho.io.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/yohoho.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Yohoho.io</figcaption></a>
<a id = "Moto X3M" class = "Sports" href = "g4m3s/MotoX3M.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/motox3m.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Moto X3M</figcaption></a>
<div class = "ad" style="width: 100%">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1533872335883359"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-1533872335883359"
data-ad-slot="2397828043"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<a id = "Stickman Peacekeeper" class = "Fighting" href = "g4m3s/Stickmanpeacekeeper.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/stickmanpeace.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Stickman Peacekeeper</figcaption></a>
<a id = "Endless Lake" class = "Platformer" href = "g4m3s/EndlessLake.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/endlesslake.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Endless Lake</figcaption></a>
<a id = "CS Surf" class = "Platformer" href = "g4m3s/CSSurf.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/cssurf.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>CS Surf</figcaption></a>
<a id = "Habbo Clicker" class = "Other" href = "g4m3s/HabboClicker.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/habboclicker.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Habbo Clicker</figcaption></a>
<a id = "Money Movers" class = "Puzzle" href = "g4m3s/MoneyMovers.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/moneymovers1.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Money Movers</figcaption></a>
<a id = "Bingo" class = "Puzzle" href = "g4m3s/Bingo.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/Bingo.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Bingo</figcaption></a>
<a id = "Castle Defender" class = "Puzzle" href = "g4m3s/CastleDefender.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/castledefender.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Castle Defender</figcaption></a>
<a id = "Slope" class = "Platformer" href = "g4m3s/slope.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/slope.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Slope</figcaption></a>
<a id = "Madalin Stunt Cars 2" class = "Driving" href = "g4m3s/Madalin-Stunt-Cars-2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/madalin.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Madalin Stunt Cars 2</figcaption></a>
<a id = "Doodle Jump" class = "Platformer" href = "g4m3s/Doodle-Jump.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/doodle.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Doodle Jump</figcaption></a>
<a id = "Rooftop Snipers" class = "Multiplayer" href = "g4m3s/Rooftop-Snipers.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/rooftop.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Rooftop Snipers</figcaption></a>
<a id = "Tanuki Sunset" class = "Driving" href = "g4m3s/TanukiSunset.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/tanuki.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Tanuki Sunset</figcaption></a>
<a id = "Getting Over it" class = "Driving" href = "g4m3s/Getting-Over-It.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/gettingoverit.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Getting Over it</figcaption></a>
<a id = "2D Fortnite" class = "Fighting" href = "g4m3s/2DFortnite.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/fortnite.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>2D Fortnite</figcaption></a>
<a id = "Spiral Roll" class = "Other" href = "g4m3s/Spiral-Roll.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/spiralroll.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Spiral Roll</figcaption></a>
<a id = "Zombs Royale Zombs.io" class = "Multiplayer" href = "g4m3s/Zombs.io.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/zombs.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Zombs Royale</figcaption></a>
<a id = "Digital Museum Mario Super Kart 64" class = "Other" href = "g4m3s/Digital-Museum.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/digital.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Digital Museum</figcaption></a>
<a id = "Super Smash Bros 64 SSB64" class = "Emulator" href = "g4m3s/Smash.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/smash.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>SSB64</figcaption></a>
<a id = "CS 1.6 CSGO CS2 CS1.6" class = "Multiplayer" href = "g4m3s/cs.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/1.6.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>CS 1.6 Online</figcaption></a>
<a id = "Among Us Amogus" class = "Puzzle" href = "g4m3s/amogus.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/amongus.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Among Us</figcaption></a>
<a id = "Papas Pizzeria Pizza" class = "Flash" href = "g4m3s/flash-g4m3s/PapasPizzeria.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/papapizza.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Papas Pizzeria</figcaption></a>
<a id = "Papas Burgeria" class = "Flash" href = "g4m3s/flash-g4m3s/papasburgeria.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/burger.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Papas Burgeria</figcaption></a>
<a id = "Papas Tacomia" class = "Flash" href = "g4m3s/flash-g4m3s/PapasTacomia.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/taco.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Papas Tacomia</figcaption></a>
<a id = "Papas Freezeria" class = "Flash" href = "g4m3s/flash-g4m3s/papasfreezeria.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/icecream.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Papas Freezeria</figcaption></a>
<a id = "Freeway Fury 2 1 3" class = "Flash" href = "g4m3s/flash-g4m3s/Freewayfury2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/freewayfury2.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Freeway Fury 2</figcaption></a>
<a id = "Tiny Castle" class = "Flash" href = "g4m3s/flash-g4m3s/tinycastle.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/tinycastle.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Tiny Castle</figcaption></a>
<a id = "Baldis Basics Baldi's" class = "Horror" href = "g4m3s/baldisbasics.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/baldis.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Baldi's Basics</figcaption></a>
<a id = "Granny" class = "Horror" href = "g4m3s/granny.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/granny.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Granny</figcaption></a>
<a id = "Gunball Emperors Revenger" class = "Flash" href = "g4m3s/flash-g4m3s/GunballEmperorRevenge.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/gunball.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Gunball Emperors Revenge</figcaption></a>
<a id = "Yeti Sensation Dash" class = "Platformer" href = "g4m3s/yetidash.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/yetidash.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Yeti Sensation</figcaption></a>
<a id = "Angry Birds Halloween Bird Christmas Star Wars" class = "Platformer" href = "g4m3s/angry-birds.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/birdangry.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Angry Birds</figcaption></a>
<a id = "Papa Louie 2: When Burgers Attack" class = "Flash" href = "g4m3s/flash-g4m3s/papalouie2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/papalouie2_100x100%20(1).webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Papa Louie 2: When Burgers Attack</figcaption></a>
<a id = "Club Penguin CP" class = "Multiplayer" href = "g4m3s/club-penguin.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/clubpenguin.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Club Penguin</figcaption></a>
<!--<a id = "Bad Piggies Angry Birds" class = "Flash" href = "g4m3s/flash-g4m3s/badpiggies.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Bad Piggies</figcaption></a>-->
<!--<a id = "Brotato not finished" class = "Flash" href = "g4m3s/flash-g4m3s/badpiggies.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Bad Piggies</figcaption></a>-->
<a id = "Plants vs Zombies pvz PVZ" class = "Puzzle" href = "g4m3s/pvz.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/pvz.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Plants vs Zombies</figcaption></a>
<a id = "Venge.io venge .io io ." class = "Multiplayer" href = "g4m3s/venge.io.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/venge.io.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Venge.io</figcaption></a>
<a id = "Roblox" class = "Multiplayer" href = "g4m3s/roblox.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/roblox.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Roblox</figcaption></a>
<a id = "Krunker.io Krunker io ." class = "Multiplayer" href = "g4m3s/krunker.io.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/krunker.io.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Krunker.io</figcaption></a>
<a id = "Pokemon Ruby Pokémon" class = "Emulator" href = "g4m3s/pokemon-ruby.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/pokemonruby.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Pokémon Ruby</figcaption></a>
<a id = "Geforce Now Geforcenow" class = "Multiplayer" href = "g4m3s/geforce-now.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/geforcenow.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Geforce Now</figcaption></a>
<a id = "Awesome Tanks Tank 1" class = "Puzzle" href = "g4m3s/flash-g4m3s/awesome-tanks-1.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/awesometanks1.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Awesome Tanks</figcaption></a>
<a id = "Awesome Tanks Tank 2" class = "Puzzle" href = "g4m3s/flash-g4m3s/awesome-tanks-2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/awesome-tanks-2.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Awesome Tanks 2</figcaption></a>
<div class = "ad" style="width: 100%">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1533872335883359"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-1533872335883359"
data-ad-slot="2397828043"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<a id = "Only Up Onlyup" class = "Platformer" href = "g4m3s/only-up.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/onlyup.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Only Up</figcaption></a>
<a id = "Storm the Housen 1 Army 1" class = "Flash" href = "g4m3s/flash-g4m3s/storm-the-house.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/stormthehouse.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Storm the House</figcaption></a>
<a id = "Storm the House 2 Army 2" class = "Flash" href = "g4m3s/flash-g4m3s/storm-the-house-2.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/storm-the-house-2.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Storm the House 2</figcaption></a>
<a id = "Storm the House 3 Army 3" class = "Flash" href = "g4m3s/flash-g4m3s/storm-the-house-3.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/storm-house-3.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Storm the House 3</figcaption></a>
<a id = "Slither.io Slither io ." class = "2D" href = "g4m3s/slither.io.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/slither.io.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Slither.io</figcaption></a>
<a id = "Pixel Gun 3D" class = "Multiplayer" href = "g4m3s/pixel-gun-3d.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/pixelgun3d.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Pixel Gun 3D</figcaption></a>
<a id = "Hole.io .io Hole ." class = "Multiplayer" href = "g4m3s/hole.io.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/hole.io.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Hole.io</figcaption></a>
<a id = "Funny Sh00ter Shoo" class = "Multiplayer" href = "g4m3s/funny-sh00ter.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/funntshooes.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Funny Sh00ter</figcaption></a>
<a id = "ShellShockers ShellShock" class = "Multiplayer" href = "g4m3s/shellshock.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/shellshock.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>ShellShock.io</figcaption></a>
<a id = "Call of Duty COD" class = "Multiplayer" href = "g4m3s/call-of-duty.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/cod.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Call of Duty</figcaption></a>
<a id = "Fighter Aircraft Pilot" class = "Fighting" href = "g4m3s/fighter-aircraft-pilot.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/fighter-aircraft-pilotb.avif" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Fighter Aircraft Pilot</figcaption></a>
<a id = "Monkey Mart" class = "2D" href = "g4m3s/monkey-mart.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/monkey-mart.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Monkey Mart</figcaption></a>
<a id = "Rally point" class = "Driving" href = "g4m3s/rally-point.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/rallypoint.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Rally Point</figcaption></a>
<a id = "Fortnite Z Fortnite-z" class = "2D" href = "g4m3s/fortnite-z.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/fortnite-z.webp" alt="Icon" width="200" height="200" loading="lazy"><figcaption>Fortnite Z</figcaption></a>
</div>
</div>
<!-- think im done for now -->
</body>
</html>