-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
283 lines (261 loc) · 14.8 KB
/
index.html
File metadata and controls
283 lines (261 loc) · 14.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4T0PRNYGC6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4T0PRNYGC6');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game Terminator - Monster Survivors Online Game | Play Now</title>
<meta name="description" content="Play Monster Survivors on Game Terminator - An action-packed survival game where you battle endless waves of monsters. Play for free online now!">
<link rel="canonical" href="https://gameterminator.com">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<style>
:root {
--apple-blue: rgb(0, 122, 255);
--apple-green: rgb(52, 199, 89);
--apple-indigo: rgb(88, 86, 214);
--apple-orange: rgb(255, 149, 0);
--apple-pink: rgb(255, 45, 85);
--apple-purple: rgb(175, 82, 222);
--apple-red: rgb(255, 59, 48);
--apple-teal: rgb(90, 200, 250);
--apple-yellow: rgb(255, 204, 0);
--apple-gray: rgb(142, 142, 147);
--apple-gray2: rgb(174, 174, 178);
--apple-gray3: rgb(199, 199, 204);
--apple-gray4: rgb(209, 209, 214);
--apple-gray5: rgb(229, 229, 234);
--apple-gray6: rgb(242, 242, 247);
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: var(--apple-gray6);
color: #333;
}
.game-container {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
border-radius: 12px;
overflow: hidden;
}
.header-gradient {
background: linear-gradient(45deg, var(--apple-blue), var(--apple-purple));
}
.btn-primary {
background-color: var(--apple-blue);
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: var(--apple-indigo);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}
.feature-card {
border-left: 4px solid var(--apple-blue);
transition: all 0.3s ease;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.feature-card:nth-child(2) {
border-left-color: var(--apple-green);
}
.feature-card:nth-child(3) {
border-left-color: var(--apple-purple);
}
.game-frame {
aspect-ratio: 16/9;
max-height: 70vh;
}
@media (max-width: 768px) {
.game-frame {
aspect-ratio: 4/3;
height: 60vh;
}
}
</style>
</head>
<body class="min-h-screen">
<header class="header-gradient text-white py-6 px-4 sm:px-6 lg:px-8">
<div class="container mx-auto">
<div class="flex justify-between items-center">
<div>
<a href="/" class="text-2xl font-bold tracking-tight">GameTerminator</a>
</div>
<nav>
<ul class="flex space-x-6">
<li><a href="#" class="hover:text-gray-300">Home</a></li>
<li><a href="#" class="hover:text-gray-300">Games</a></li>
<li><a href="#" class="hover:text-gray-300">About</a></li>
</ul>
</nav>
</div>
</div>
</header>
<main class="container mx-auto px-4 sm:px-6 lg:px-8 py-8">
<section class="game-container bg-white mb-10">
<div class="p-6 text-center">
<h1 class="text-3xl sm:text-4xl md:text-5xl font-bold mb-3 text-gray-900">Monster Survivors - GameTerminator</h1>
<p class="text-xl text-gray-600 mb-6">Battle endless waves of monsters in this action-packed survival game!</p>
<div class="mb-6 game-frame-container">
<iframe
src="https://cloud.onlinegames.io/games/2025/unity/monster-survivors/index-og.html"
class="w-full border-0 game-frame"
title="Monster Survivors Game - Play Online at GameTerminator"
allowfullscreen
></iframe>
</div>
<div class="flex justify-center">
<button class="btn-primary text-white font-bold py-3 px-8 rounded-lg text-lg">
Play Fullscreen
</button>
</div>
</div>
</section>
<section class="mb-10">
<h2 class="text-2xl sm:text-3xl font-bold mb-6 text-gray-900">Game Overview</h2>
<div class="bg-white rounded-lg p-6 shadow-sm">
<p class="text-gray-700 leading-relaxed mb-4">
Monster Survivors is an adrenaline-pumping survival game where you must fend off relentless waves of monsters using powerful weapons and abilities. Collect experience points to level up, unlock new abilities, and survive as long as possible in this challenging environment.
</p>
<p class="text-gray-700 leading-relaxed">
With its engaging gameplay mechanics, stunning visuals, and increasing difficulty, Monster Survivors offers hours of entertainment for gamers of all skill levels. How long can you survive the monster apocalypse?
</p>
</div>
</section>
<section class="mb-10">
<h2 class="text-2xl sm:text-3xl font-bold mb-6 text-gray-900">Key Features</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="feature-card bg-white p-5 rounded-lg shadow-sm">
<h3 class="text-xl font-semibold mb-3 text-gray-900">Endless Gameplay</h3>
<p class="text-gray-700">Face increasingly difficult waves of monsters in a never-ending survival challenge.</p>
</div>
<div class="feature-card bg-white p-5 rounded-lg shadow-sm">
<h3 class="text-xl font-semibold mb-3 text-gray-900">Upgrade System</h3>
<p class="text-gray-700">Collect experience to level up and choose from powerful abilities and weapon upgrades.</p>
</div>
<div class="feature-card bg-white p-5 rounded-lg shadow-sm">
<h3 class="text-xl font-semibold mb-3 text-gray-900">Diverse Monsters</h3>
<p class="text-gray-700">Battle a variety of monster types, each with unique behaviors and attack patterns.</p>
</div>
</div>
</section>
<section class="mb-10">
<h2 class="text-2xl sm:text-3xl font-bold mb-6 text-gray-900">How to Play</h2>
<div class="bg-white rounded-lg p-6 shadow-sm">
<ol class="list-decimal pl-5 space-y-3 text-gray-700">
<li><strong>Movement:</strong> Use WASD or arrow keys to move your character around the game area.</li>
<li><strong>Attack:</strong> Your character attacks automatically in the direction of nearby monsters.</li>
<li><strong>Level Up:</strong> Collect experience gems from defeated monsters to level up.</li>
<li><strong>Upgrades:</strong> Choose from various abilities and upgrades when you level up.</li>
<li><strong>Survive:</strong> Avoid monsters and their attacks while maximizing your damage output.</li>
</ol>
</div>
</section>
<section>
<h2 class="text-2xl sm:text-3xl font-bold mb-6 text-gray-900">Why Play on GameTerminator</h2>
<div class="bg-white rounded-lg p-6 shadow-sm">
<ul class="space-y-3 text-gray-700">
<li class="flex items-start">
<svg class="h-6 w-6 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>No downloads required - play instantly in your browser</span>
</li>
<li class="flex items-start">
<svg class="h-6 w-6 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>Completely free to play</span>
</li>
<li class="flex items-start">
<svg class="h-6 w-6 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>Mobile-friendly gameplay</span>
</li>
<li class="flex items-start">
<svg class="h-6 w-6 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>No account registration needed</span>
</li>
</ul>
</div>
</section>
</main>
<footer class="bg-gray-800 text-white py-8 px-4 sm:px-6 lg:px-8 mt-10">
<div class="container mx-auto">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">GameTerminator</h3>
<p class="text-gray-400">Your destination for the best free online games playable directly in your browser.</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Categories</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white">Action Games</a></li>
<li><a href="#" class="hover:text-white">Adventure Games</a></li>
<li><a href="#" class="hover:text-white">Puzzle Games</a></li>
<li><a href="#" class="hover:text-white">Strategy Games</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Links</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white">About Us</a></li>
<li><a href="#" class="hover:text-white">Contact</a></li>
<li><a href="#" class="hover:text-white">Privacy Policy</a></li>
<li><a href="#" class="hover:text-white">Terms of Service</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Connect With Us</h3>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"></path>
</svg>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 8h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z"></path>
</svg>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 16h-2v-6h2v6zm-1-6.891c-.607 0-1.1-.496-1.1-1.109 0-.612.492-1.109 1.1-1.109s1.1.497 1.1 1.109c0 .613-.493 1.109-1.1 1.109zm8 6.891h-1.998v-2.861c0-1.881-2.002-1.722-2.002 0v2.861h-2v-6h2v1.093c.872-1.616 4-1.736 4 1.548v3.359z"></path>
</svg>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.441 16.892c-2.102.144-6.784.144-8.883 0-2.276-.156-2.541-1.27-2.558-4.892.017-3.629.285-4.736 2.558-4.892 2.099-.144 6.782-.144 8.883 0 2.277.156 2.541 1.27 2.559 4.892-.018 3.629-.285 4.736-2.559 4.892zm-6.441-7.234l4.917 2.338-4.917 2.346v-4.684z"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-6 text-sm text-gray-400 text-center">
<p>© 2025 GameTerminator. All rights reserved.</p>
</div>
</div>
</footer>
<script>
document.querySelector('.btn-primary').addEventListener('click', function() {
const iframe = document.querySelector('iframe');
if (iframe.requestFullscreen) {
iframe.requestFullscreen();
} else if (iframe.webkitRequestFullscreen) {
iframe.webkitRequestFullscreen();
} else if (iframe.msRequestFullscreen) {
iframe.msRequestFullscreen();
}
});
</script>
</body>
</html>