-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
821 lines (789 loc) · 32.7 KB
/
index.html
File metadata and controls
821 lines (789 loc) · 32.7 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
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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
<!DOCTYPE html>
<html lang="en">
<head>
<title>DexHunt: Reflex Showdown</title>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<!-- ✅ SEO + Social Metadata -->
<meta content="DexHunt is a reflex-based crypto arcade game powered by the $DEXHUNT token. Play now in beta, win by skill, and join the Wild West of Web3." name="description"/>
<meta content="DexHunt, crypto arcade, Solana game, reflex duel, skill-based, $DEXHUNT token" name="keywords"/>
<meta content="FifthGenHub" name="author"/>
<link href="https://fifthgenhub.github.io/DexHunt.github.io/" rel="canonical"/>
<!-- ✅ Open Graph -->
<meta content="DexHunt — The Wild West of Skill-Based Crypto Gaming" property="og:title"/>
<meta content="Play the reflex-based Solana arcade game powered by $DEXHUNT. No betting. No RNG. Just skill." property="og:description"/>
<meta content="https://fifthgenhub.github.io/DexHunt.github.io/assets/dexhunt-banner.png" property="og:image"/>
<meta content="https://fifthgenhub.github.io/DexHunt.github.io/" property="og:url"/>
<meta content="website" property="og:type"/>
<!-- ✅ Twitter Cards -->
<meta content="summary_large_image" name="twitter:card"/>
<meta content="DexHunt — Skill-Based Crypto Arcade" name="twitter:title"/>
<meta content="Reflex duels. Arcade skill. $DEXHUNT on Solana." name="twitter:description"/>
<meta content="https://fifthgenhub.github.io/DexHunt.github.io/assets/dexhunt-banner.png" name="twitter:image"/>
<!-- Classic Fallback -->
<link href="favicon.ico" rel="shortcut icon"/>
<!-- Modern Browsers -->
<link href="favicon.svg" rel="icon" type="image/svg+xml"/>
<link href="favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/>
<link href="favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/>
<link href="favicon-96x96.png" rel="icon" sizes="96x96" type="image/png"/>
<!-- Mobile and Install Support -->
<link href="apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"/>
<meta content="DexHunt" name="apple-mobile-web-app-title"/>
<link href="site.webmanifest" rel="manifest"/>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
background: #000 !important;
color: #ffc34d;
min-height: 100vh;
font-family: 'Courier New', Courier, monospace;
}
body {
background:
repeating-linear-gradient(135deg, #2d1b00 0 2px, transparent 2px 20px),
linear-gradient(to top, #181818 0%, #2d1b00 60%, #e86100 100%);
background-attachment: fixed;
background-size: cover;
position: relative;
overflow-x: hidden;
cursor: url('assets/cursors/blaster.png') 16 16, auto;
}
/* Animated sun */
.sun {
position: absolute;
top: 7vh;
left: 60vw;
font-size: 3.5rem;
z-index: 0;
filter: blur(0.5px) brightness(1.2);
animation: sunpulse 4s infinite alternate;
pointer-events: none;
-webkit-user-select: none;
user-select: none;
}
@keyframes sunpulse {
0% { filter: brightness(1.1) blur(0.5px);}
100% { filter: brightness(1.4) blur(1.2px);}
}
/* Animated clouds using emoji */
.cloud, .cloud2, .cloud3 {
position: absolute;
z-index: 1;
pointer-events: none;
-webkit-user-select: none;
-webkit-user-select: none;
-webkit-user-select: none; /* Safari/iOS support */
user-select: none; /* Add this for Safari compatibility */
}
.cloud {
font-size: 2.5rem;
opacity: 0.7;
animation: cloudmove 40s linear infinite;
top: 12vh;
left: -10vw;
}
.cloud2 {
top: 18vh;
left: -20vw;
font-size: 3.2rem;
opacity: 0.5;
animation: cloudmove 60s linear infinite;
}
.cloud3 {
top: 22vh;
left: -30vw;
font-size: 2.7rem;
opacity: 0.6;
animation: cloudmove 55s linear infinite;
}
@keyframes cloudmove {
0% { left: -10vw; }
100% { left: 110vw; }
}
.cigarette {
position: absolute;
top: 12%;
left: -100px;
font-size: 1.8rem;
animation: cigFloat 35s linear infinite;
z-index: 3;
}
@keyframes cigFloat {
0% { transform: translateX(0); opacity: 0.8; }
100% { transform: translateX(2200px); opacity: 0.3; }
}
/* Cactus and tumbleweed using emoji */
.desert-art {
position: relative;
bottom: 1rem;
left: 0;
width: 100vw;
text-align: center;
font-size: 2.5rem;
z-index: 100;
pointer-events: none;
user-select: none;
opacity: 0.92;
letter-spacing: 0.5rem;
background: linear-gradient(to top, #000000cc 0%, transparent 100%);
padding-bottom: 0.5rem;
}
/* Hero Section */
.hero {
text-align: center;
padding: 2.5rem 1rem 2rem 1rem;
background: rgba(26, 26, 26, 0.85);
border-bottom: 3px solid #ffc107;
position: relative;
z-index: 3;
box-shadow: 0 4px 24px #0008;
}
.hero-title {
font-family: 'Press Start 2P', 'VT323', 'Courier New', monospace;
font-size: 2.9rem;
margin: 0.2rem 0 0.6rem 0;
color: #ffc107;
text-shadow: 2px 2px #000, 0 0 10px #ffcc00;
letter-spacing: 2px;
}
.hero-tagline {
font-size: 1.35rem;
color: #fffbe7;
margin-bottom: 1.2rem;
font-weight: 500;
}
.hero-cta {
display: flex;
justify-content: center;
gap: 1.2rem;
margin-top: 1.5rem;
flex-wrap: wrap;
}
.hero-cta a {
background: #ffc107;
color: #1a1a1a;
padding: 1rem 2.2rem;
border-radius: 10px;
font-size: 1.25rem;
font-weight: bold;
text-decoration: none;
box-shadow: 0 2px 8px #0006;
transition: background 0.2s, transform 0.2s;
animation: pulse 1.5s infinite;
}
.hero-cta a:hover {
background: #ffde59;
transform: scale(1.05);
}
@keyframes pulse {
0%, 100% { box-shadow: 0 2px 8px #0006; }
50% { box-shadow: 0 0 24px #ffc10799; }
}
/* Nav Bar */
nav {
background: #181818e6;
border-bottom: 2px solid #ffc107;
padding: 0.7rem 0;
display: flex;
justify-content: center;
gap: 1.2rem;
position: sticky;
top: 0;
z-index: 10;
}
a, button {
color: #00ffff;
background: none;
border: none;
font-family: inherit;
font-weight: bold;
transition: color 0.2s;
}
a:hover, button:hover {
color: #ffc107;
text-shadow: 0 0 6px #ffcc00;
}
/* Dashboard Sections */
.dashboard {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2rem;
margin: 2.5rem auto 1.5rem auto;
max-width: 1200px;
z-index: 2;
}
.dashboard-section {
background: rgba(26, 26, 26, 0.92);
border: 2px solid #ffc107;
border-radius: 12px;
box-shadow: 0 4px 16px #000a;
color: #fffbe7;
}
.dashboard-section h3 {
color: #ffc107;
margin-top: 0;
margin-bottom: 1rem;
font-size: 1.45rem;
}
.pixelshop-preview .item {
border: 2px solid #ffc107;
border-radius: 8px;
margin: 0.7rem 0;
padding: 0.7rem;
background: #181818;
}
.pixelshop-preview button {
background: #ffc107;
color: #181818;
border: none;
border-radius: 6px;
padding: 0.5rem 1.2rem;
font-weight: bold;
cursor: pointer;
margin-top: 0.5rem;
transition: background 0.2s;
font-size: 1.13rem;
}
.pixelshop-preview button:hover {
background: #ffde59;
}
.live-feed, .testimonials {
font-size: 1.08rem;
color: #fffbe7;
min-height: 60px;
}
.how-to-play {
background: #181818e6;
border: 2px solid #ffc107;
border-radius: 12px;
max-width: 700px;
margin: 2.5rem auto 1.5rem auto;
padding: 2rem 1.5rem;
color: #fffbe7;
box-shadow: 0 2px 12px #0007;
font-size: 1.13rem;
}
.how-to-play h2 {
color: #ffc107;
margin-top: 0;
font-size: 1.45rem;
}
.how-to-play ul {
text-align: left;
max-width: 500px;
margin: 1rem auto;
padding-left: 1.2rem;
}
.how-to-play li {
margin-bottom: 0.7rem;
font-size: 1.13rem;
}
footer {
text-align: center;
margin-top: 2.5rem;
padding: 1.2rem 1rem;
font-size: 1.08rem;
color: #aaa;
border-top: 2px solid #ffc107;
background-color: #1a1a1a;
}
footer a {
color: #ffc107;
text-decoration: none;
font-weight: bold;
margin: 0 0.5rem;
transition: color 0.3s;
}
footer a:hover {
color: #ffde59;
text-shadow: 0 0 5px #ffcc00;
}
@media (max-width: 900px) {
.dashboard { flex-direction: column; align-items: center; }
.dashboard-section { max-width: 95vw; }
}
/* Prevent text selection in certain areas */
.selector {
-webkit-user-select: none; /* Safari and iOS Safari */
user-select: none; /* Modern browsers */
}
/* For best browser support */
.noselect {
-webkit-user-select: none; /* Safari, iOS */
user-select: none; /* Modern browsers */
}
@media (max-width: 600px) {
.hero-title { font-size: 2.2rem; }
.hero-tagline, .dashboard-section, .how-to-play li {
font-size: 1rem;
}
.hero-cta a {
font-size: 1rem;
padding: 0.8rem 1.5rem;
}
nav a, nav button {
font-size: 1rem;
}
}
/* Dashboard box feed-item style and fade-in */
#liveFeed, #leaderboardFeed {
height: 180px;
overflow-y: auto;
padding-right: 10px;
}
.feed-item {
display: flex;
align-items: center;
gap: 0.5em;
padding: 0.5rem 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
transition: background 0.3s;
}
.feed-item:hover {
background: rgba(255, 255, 255, 0.05);
}
/* Cowboy Image in Hero Section */
.cowboy-img {
position: absolute;
left: 2rem;
bottom: 0;
width: 120px;
max-width: 30vw;
z-index: 2;
filter: drop-shadow(0 8px 16px #000a);
pointer-events: auto;
user-select: none;
transition: left 0.5s cubic-bezier(.68,-0.55,.27,1.55), top 0.5s cubic-bezier(.68,-0.55,.27,1.55);
}
.hero {
position: relative; /* Ensure absolute children are relative to hero */
}
@media (max-width: 700px) {
.cowboy-img { width: 70px; left: 0.5rem; }
}
#backgroundWrapper {
position: relative;
width: 100%;
max-width: 1280px;
margin: 2rem auto;
border-radius: 24px;
border: 8px solid #00ffff;
background: #000;
padding: 2.5rem 1rem;
box-sizing: border-box;
box-shadow: 0 0 32px #00ffff44;
}
.pixel-font {
font-family: 'Press Start 2P', 'Courier New', Courier, monospace;
letter-spacing: 1px;
color: #ffc34d;
text-shadow: 2px 2px #000, 0 0 10px #00ffff;
}
.info-title {
font-size: 2.1rem;
margin-bottom: 1.2rem;
}
.info-section {
color: #fffbe7;
font-size: 1.13rem;
margin-bottom: 1.5rem;
line-height: 1.7;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.legal-disclaimer {
color: #ffc107;
font-size: 0.98rem;
margin-top: 2rem;
text-align: center;
opacity: 0.85;
}
/* Ticker */
.dexhunt-ticker {
position: fixed;
bottom: .2rem; /* Adjust so it's just above the emoji bar */
left: 0;
width: 100vw;
background: transparent;
color: #00ffff;
font-family: 'Press Start 2P', monospace;
font-size: 1.05rem;
white-space: nowrap;
overflow: hidden;
z-index: 200;
border-top: none;
box-shadow: none;
margin-bottom: 0; /* Remove extra margin */
}
.dexhunt-ticker span {
display: inline-block;
padding-left: 100vw;
animation: ticker-move 40s linear infinite;
}
@keyframes ticker-move {
0% { transform: translateX(0); }
100% { transform: translateX(-100vw); }
}
@media (max-width: 768px) {
.hero-title {
font-size: 1.7rem;
}
.hero-tagline {
font-size: 1rem;
line-height: 1.4;
}
#backgroundWrapper {
padding: 1.5rem 0.8rem;
border-width: 4px;
}
.cowboy-img {
position: relative;
left: auto;
width: 70px;
margin: 0 auto 1rem auto;
display: block;
}
.hero-cta a {
font-size: 1rem;
padding: 0.7rem 1.2rem;
}
nav {
flex-wrap: wrap;
gap: 0.5rem;
}
nav a, nav button {
font-size: 0.9rem;
padding: 0.4rem 0.6rem;
}
}
/* YEEHAW text and confetti effect */
.yeehaw-effect {
position: absolute;
left: 50%;
top: 10%;
transform: translateX(-50%);
font-size: 2.5rem;
color: #ffc107;
font-family: 'Press Start 2P', monospace;
text-shadow: 2px 2px #000, 0 0 10px #ffcc00;
animation: yeehaw-bounce 1s cubic-bezier(.68,-0.55,.27,1.55);
z-index: 20;
pointer-events: none;
opacity: 0.95;
}
@keyframes yeehaw-bounce {
0% { transform: translateX(-50%) scale(0.7); opacity: 0; }
50% { transform: translateX(-50%) scale(1.2); opacity: 1; }
100% { transform: translateX(-50%) scale(1); opacity: 0; }
}
.confetti {
position: absolute;
width: 12px;
height: 12px;
border-radius: 50%;
opacity: 0.85;
pointer-events: none;
z-index: 30;
animation: confetti-fall 1.2s linear forwards;
}
@keyframes confetti-fall {
to {
transform: translateY(120px) rotate(360deg) scale(0.7);
opacity: 0;
}
}
.footer-ticker-fade {
position: relative;
overflow: hidden;
}
.footer-ticker-fade::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 1rem;
width: 100%;
background: linear-gradient(to top, #0d0d0d, transparent);
pointer-events: none;
}
</style>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2RW3W4Q1SY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2RW3W4Q1SY');
</script>
</head>
<body>
<!-- NFT Badge (hidden by default, shown if user owns any Founders NFT) -->
<div id="nftBadge" style="display:none;position:absolute;top:12px;right:12px;z-index:2000;background:#181818cc;border:2px solid #ffcc00;border-radius:10px;padding:8px 16px;color:#ffc107;font-weight:bold;box-shadow:0 2px 8px #0008;">
<img id="nftBadgeImg" src="assets/cowboy.png" alt="NFT Badge" style="width:32px;height:32px;vertical-align:middle;margin-right:8px;"/>
<span id="nftBadgeLabel">Founders NFT Holder</span>
</div>
<!-- Beta Notice -->
<div style="background:#ffc107;color:#1a1a1a;text-align:center;padding:0.7rem 1rem;font-weight:bold;font-size:1.18rem;letter-spacing:1px;box-shadow:0 2px 8px #0006;z-index:100;position:relative;">
🚧 <strong>Beta Notice:</strong> DexHunt is in public beta. No real $DEXHUNT tokens, NFTs, or prizes are awarded yet. All gameplay and rewards are for testing only!
</div>
<!-- Meme-Lore Sky Animation -->
<div class="sun">🧠</div> <!-- Big brain sun -->
<div class="cloud" style="animation-delay: 0s;">💨</div> <!-- Dusty puff -->
<div class="cloud cloud2" style="animation-delay: 10s;">💸</div> <!-- Flying money -->
<div class="cloud cloud3" style="animation-delay: 20s;">🥲</div> <!-- Hopium cloud -->
<div class="cigarette" style="animation-delay: 5s;">🚬</div> <!-- Floating cig -->
<!-- Hero Section -->
<div class="hero">
<img src="assets/cowboy.png" alt="DexHunt Cowboy" class="cowboy-img" id="cowboyImg" style="cursor:pointer; left:2rem; bottom:0;">
<div class="hero-title">DexHunt: Reflex Showdown</div>
<div class="hero-tagline">Pioneering Skill-Based Web3 eSports.<br>The first reflex-based crypto arcade for competitive gamers.<br>No gambling. No RNG. Just pure skill, eSports competition, and $DEXHUNT rewards.</div>
<div class="hero-cta">
<a href="duel.html" target="_blank" rel="noopener" title="Test your reflexes and win $DEXHUNT by skill!">🎮 Play Now <span style='cursor:help;' title='Skill-based duels. No luck, just skill!'>ℹ️</span></a>
<a href="https://pump.fun" target="_blank" rel="noopener" title="Buy $DEXHUNT SOON to unlock skins and compete!">💸 $DEXHUNT COMING SOON <span style='cursor:help;' title='$DEXHUNT SOON on Pump.fun'>ℹ️</span></a>
</div>
</div>
<!-- Nav Bar -->
<nav>
<a href="duel.html" target="_blank" rel="noopener" title="Play the main Skill-to-Win duel game">🎮 Play <span style='cursor:help;' title='Skill-based duels. No luck, just skill!'>ℹ️</span></a>
<a href="pixelshop.html" rel="noopener" title="Unlock skins, FX, and more with $DEXHUNT">🛒 PixelShop <span style='cursor:help;' title='Spend $DEXHUNT for exclusive in-game items'>ℹ️</span></a>
<a href="#" onclick="alert('Leaderboard coming soon!')" title="See the top gunslingers">🏆 Leaderboard <span style='cursor:help;' title='Leaderboard coming soon!'>ℹ️</span></a>
<a href="https://discord.gg/vXJZPcZn" target="_blank" rel="noopener" title="Join the DexHunt Discord">💬 Discord <span style='cursor:help;' title='Join the DexHunt community on Discord'>ℹ️</span></a>
<button onclick="connectWallet()" id="navWalletBtn" title="Connect your wallet to play and earn skill rewards">💼 Connect Wallet <span style='cursor:help;' title='Connect your wallet to track stats and unlock rewards'>ℹ️</span></button>
</nav>
<!-- MOVE THIS BLOCK HERE -->
<div id="backgroundWrapper">
<div class="pixel-font info-title">$DEXHUNT Tokenomics & Info</div>
<div class="info-section">
<b>Supply:</b> 1,000,000,000 $DEXHUNT<br>
<b>Tax:</b> 0%<br>
<b>Ownership:</b> Renounced<br>
<b>Liquidity:</b> Locked<br>
<b>Transparency:</b> 100% On-Chain<br>
<br>
<b>Quick Buy & Track:</b><br>
<a href="https://pump.fun" target="_blank" rel="noopener" style="color:#00ff99;font-weight:bold;">💸 $DEXHUNT SOON on Pump.fun</a><br>
<a href="https://dexscreener.com" target="_blank" rel="noopener" style="color:#00ffff;font-weight:bold;">📊 View on Dexscreener</a><br>
<span style="color:#ffc107;font-size:0.98em;">CA: <span style="user-select:all;">[THIS IS WHERE THE CA WILL BE INSERTED]</span></span>
<br><br>
<b>Why $DEXHUNT?</b><br>
<span style="color:#00ffff;">Pioneering the skill-based Web3 eSports revolution. $DEXHUNT is the first reflex-based crypto arcade game designed for competitive gamers and eSports enthusiasts.</span>
<br>
<b>How to Play:</b> Connect your wallet, test your reflexes, and unlock exclusive skins & FX. Compete for the fastest draw, climb the leaderboard, and join our eSports tournaments!
<br><br>
<span style="color:#ffc107;">Ready to join the new era of Web3 eSports? $DEXHUNT is built for the bold—no luck, just skill. The next legend could be you.</span>
</div>
<div class="legal-disclaimer pixel-font">
$DEXHUNT is a skill-based arcade game. No investment advice, no guaranteed returns. All gameplay and rewards are for entertainment only. Please play responsibly.
</div>
</div>
<!-- END MOVE -->
<!-- 🛡️ Trust & Security Highlights -->
<div style="background:#232323;border:2px solid #00ff99;border-radius:14px;padding:1.2rem 1.5rem;margin:2.2rem auto 1.5rem auto;max-width:700px;box-shadow:0 2px 16px #00ff9944; color:#fffbe7; font-size:1.13rem; text-align:center;">
<h2 style="color:#00ff99;margin-top:0;margin-bottom:0.7em;letter-spacing:1px;">🛡️ Trust & Security Highlights</h2>
<ul style="list-style:none;padding:0;margin:0 0 0.5em 0;font-size:1.13rem;">
<li><b>Immutable Supply:</b> $DEXHUNT token supply is permanently fixed. No more tokens can ever be created.</li>
<li><b>Mint Authority Renounced:</b> On-chain proof — <a href="https://solscan.io/token/5eBbBt64RBZVvVAveM4rkSZJj28r2qDx5dCupesVpump" target="_blank" style="color:#00ffff;">Solscan: $DEXHUNT</a> ("Mint Authority: None").</li>
<li><b>No Rugs Possible:</b> No one (not even the devs) can mint or change the supply. 100% community trust.</li>
<li><b>Transparent Tokenomics:</b> All burns, allocations, and vesting are on-chain and verifiable.</li>
</ul>
</div>
<!-- Founders Collection NFTs Section -->
<div id="foundersNFTSection" style="background:linear-gradient(135deg,#232323 80%,#ffc10722 100%);border-radius:18px;box-shadow:0 4px 32px #000a,0 1.5px 0 #ffc10744 inset;padding:2rem 1.5rem 1.5rem 1.5rem;margin:2.5rem auto 2rem auto;max-width:900px;position:relative;">
<h2 style="color:#ffc107;letter-spacing:1px;">🔥 Founders Collection NFTs <span style='cursor:help;' title='Limited-edition, cosmetic-only collectibles. No gameplay advantage, no investment value.'>ℹ️</span></h2>
<div style="display:flex;flex-wrap:wrap;gap:32px;justify-content:center;align-items:flex-end;">
<div class="nft-card" style="background:#181818;border:2px solid #ffcc00;border-radius:12px;padding:1.2em;width:180px;text-align:center;">
<img src="assets/cowboy.png" alt="Clickbuddy Cowboy" style="width:100px;height:auto;margin-bottom:0.5em;"/>
<div style="font-weight:bold;">Clickbuddy Cowboy</div>
<div style="font-size:0.95em;color:#ffc34d;">OG Mascot</div>
<button class="mint-btn" onclick="openNFTModal('Clickbuddy Cowboy')">Mint</button>
<div class="nft-supply" id="supply-cowboy">0/100</div>
</div>
<div class="nft-card" style="background:#181818;border:2px solid #ffcc00;border-radius:12px;padding:1.2em;width:180px;text-align:center;">
<img src="assets/pow_explosion.png" alt="POW! Explosion" style="width:100px;height:auto;margin-bottom:0.5em;"/>
<div style="font-weight:bold;">POW! Explosion</div>
<div style="font-size:0.95em;color:#ffc34d;">Hand-crafted Art</div>
<button class="mint-btn" onclick="openNFTModal('POW! Explosion')">Mint</button>
<div class="nft-supply" id="supply-pow">0/100</div>
</div>
<div class="nft-card" style="background:#181818;border:2px solid #ffcc00;border-radius:12px;padding:1.2em;width:180px;text-align:center;">
<img src="assets/10.png" alt="Vault Guardian" style="width:100px;height:auto;margin-bottom:0.5em;"/>
<div style="font-weight:bold;">Vault Guardian</div>
<div style="font-size:0.95em;color:#ffc34d;">Legendary</div>
<button class="mint-btn" onclick="openNFTModal('Vault Guardian')">Mint</button>
<div class="nft-supply" id="supply-vault">0/25</div>
</div>
<div class="nft-card" style="background:#181818;border:2px solid #ffcc00;border-radius:12px;padding:1.2em;width:180px;text-align:center;">
<img src="assets/11.png" alt="Goldflare Monument" style="width:100px;height:auto;margin-bottom:0.5em;"/>
<div style="font-weight:bold;">Goldflare Monument</div>
<div style="font-size:0.95em;color:#ffc34d;">Legendary</div>
<button class="mint-btn" onclick="openNFTModal('Goldflare Monument')">Mint</button>
<div class="nft-supply" id="supply-goldflare">0/25</div>
</div>
<div class="nft-card" style="background:#181818;border:2px solid #ffcc00;border-radius:12px;padding:1.2em;width:180px;text-align:center;">
<img src="assets/13.png" alt="Arcade Sovereign" style="width:100px;height:auto;margin-bottom:0.5em;"/>
<div style="font-weight:bold;">Arcade Sovereign</div>
<div style="font-size:0.95em;color:#ffc34d;">Legendary</div>
<button class="mint-btn" onclick="openNFTModal('Arcade Sovereign')">Mint</button>
<div class="nft-supply" id="supply-sovereign">0/25</div>
</div>
</div>
<div style="margin-top:1em;font-size:0.98em;color:#ffc34d;">
<span style="font-size:1.2em;">💡</span> 💡 All items shown are cosmetic collectibles only. No financial value, no gameplay advantage, and no investment promise. See legal docs for full terms. <a href="legal/terms_and_conditions.html" style="color:#00ffff;">See legal docs</a>.
</div>
</div>
<!-- NFT Modal -->
<div id="nftModal" class="notification-popup" style="display:none;z-index:2000;">
<div id="nftModalContent"></div>
<button class="mint-btn" id="mintNFTBtn">Mint Now</button>
<button class="mint-btn" onclick="closeNFTModal()">Close</button>
<div style="margin-top:1em;font-size:0.9em;color:#ffc34d;">All NFTs are cosmetic-only. No investment, no profit, no gameplay advantage.</div>
</div>
<!-- Dashboard: Live Feed & Leaderboard (dashboard box style, above main dashboard) -->
<div class="dashboard" style="margin-top:1.5rem;">
<div class="dashboard-section" id="liveFeedBox" style="max-width:340px;min-width:260px;flex:1 1 260px;">
<h3 style="color:#ffc107;display:flex;align-items:center;gap:0.5em;">🌵 Live Feed <span style='cursor:help;' title='Live updates of duels, burns, and meme moments.'>ℹ️</span></h3>
<div id="liveFeed" style="height:180px;overflow-y:auto;"></div>
</div>
<div class="dashboard-section" id="leaderboardBox" style="max-width:340px;min-width:260px;flex:1 1 260px;">
<h3 style="color:#ffc107;display:flex;align-items:center;gap:0.5em;">💀 Leaderboard <span style='cursor:help;' title='Top skill-based draws and $DEXHUNT burned. Global stats coming soon!'>ℹ️</span></h3>
<div id="leaderboardFeed" style="height:180px;overflow-y:auto;"></div>
<div id="globalStats" style="margin-top:0.7em;font-size:0.95em;color:#ffc34d;">
<b>Global Best:</b> 187ms | <b>Top Streak:</b> 12 | <b>Total Burned:</b> 1,234,567 $DEXHUNT
<span style='cursor:help;' title='Mock stats for demo. Real stats coming soon!'>ℹ️</span>
</div>
<button class="share-btn" id="shareScoreBtn" style="margin-top:1em;" title="Share your best draw and streak on X (Twitter) or copy a meme!">Share Score 🚀</button>
</div>
<div class="dashboard-section" id="viralChallengeBox" style="max-width:340px;min-width:260px;flex:1 1 260px;">
<h3 style="color:#ffc107;display:flex;align-items:center;gap:0.5em;">🔥 Viral Challenge <span style='cursor:help;' title='Complete challenges and flex your streak for meme glory!'>ℹ️</span></h3>
<div id="viralChallengeContent">
<b>Today’s Challenge:</b> Win 3 duels in a row under 400ms!<br>
<span id="challengeStatus" style="color:#00ff99;">Not started</span>
<br><button class="share-btn" id="flexStreakBtn" style="margin-top:0.7em;display:none;" title="Flex your streak with a meme!">Flex Your Streak 💪</button>
</div>
</div>
</div>
<!-- Main Dashboard Sections (unchanged) -->
<div class="dashboard">
<!-- Your Stats -->
<div class="dashboard-section" id="yourStats">
<h3>Your Stats</h3>
<div id="statsContent">
<p>Connect your wallet to see your stats!</p>
</div>
<!-- How to Play / Why Play Section -->
<section class="how-to-play">
<h2>How to Play & Why DexHunt?</h2>
<ul>
<li>🎯 Click “Play Now” and connect your wallet.</li>
<li>⏳ Wait for the “DRAW!” signal, then click as fast as you can.</li>
<li>🏆 Win $DEXHUNT for fast draws. Unlock skins & FX in the PixelShop.</li>
<li>🤝 Compete on the leaderboard and in future eSports tournaments. No luck, no gambling—just skill!</li>
<li>🎮 Built for eSports: Skill-based, competitive, and ready for the next generation of Web3 gaming.</li>
<li>🔒 100% transparent, legal, and community-driven.</li>
</ul>
<p style="margin-top:1.2rem;">
<a href="LITEPAPER.md.PDF" target="_blank" rel="noopener" style="color:#00ffff;">Read the Litepaper</a>
</p>
</section>
<!-- Meme-Lore Emoji Bar (spacer/ambience only) -->
<div class="footer-ticker-fade" style="font-size: 1.5rem; text-align: center; opacity: 0.85; letter-spacing: 0.3rem; padding: 0.4rem 0;">
🧠 🚬 💸 🌵 🪙 🎯 💀 🧢 🔥 🧠
</div>
<!-- Hype Ticker (Live Scroll Updates) -->
<div class="dexhunt-ticker">
<span> *SIMULATED TICKER DATA* 🔥 2,500 $DEXHUNT burned | 🏆 Fastest Draw: 312ms | 💸 1.2 SOL Buy Triggered | 🎯 Reflex Master Engaged | 🎰 PixelShop Preview Dropped | 🤠 Saddle Up, Cowboy</span>
</div>
<!-- Meme-Lore Sky Animation -->
<div class="yeehaw-effect" id="yeehawText" style="display:none;">YEEHAW!</div>
<div id="confettiContainer" style="position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10;"></div>
<!-- Support the Dev Section -->
<div style="text-align:center; background:#181818dd; padding:2rem; border-radius:12px; margin:2rem auto; max-width:480px; border:2px solid #ffc107; box-shadow:0 0 16px #ffc10755;">
<h2 style="color:#ffc107; font-family:'Press Start 2P', monospace; font-size:1.1rem;">☕ Tip the Dev</h2>
<p style="color:#aaa; font-size:0.95rem;">Support ongoing development — 100% voluntary. No unlocks, no rewards.</p>
<div style="margin:1rem 0;">
<label for="tipWalletInput" style="display:none;">DexHunt Tip Wallet</label>
<input id="tipWalletInput" readonly placeholder="Copy wallet address" title="Tip wallet address" value="CU2AznX2UgZxcxwBjLYW87BpKyCcFX56Nb37w1UwMm4F" style="width:80%; padding:0.5rem; border:none; border-radius:6px; font-size:0.95rem;" />
<button onclick="copyWallet()" style="margin-left:0.5rem; padding:0.5rem; font-weight:bold;">📋 Copy</button>
</div>
</p>
</div>
<script>
function copyWallet() {
const walletInput = document.getElementById('tipWalletInput');
walletInput.select();
walletInput.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("Wallet address copied to clipboard!");
}
async function sendTipWithPhantom() {
if (window.solana && window.solana.isPhantom) {
try {
const connection = new solanaWeb3.Connection(solanaWeb3.clusterApiUrl("mainnet-beta"));
const fromPubkey = window.solana.publicKey;
const toPubkey = new solanaWeb3.PublicKey("CU2AznX2UgZxcxwBjLYW87BpKyCcFX56Nb37w1UwMm4F");
const transaction = new solanaWeb3.Transaction().add(
solanaWeb3.SystemProgram.transfer({
fromPubkey,
toPubkey,
lamports: 10000000
})
);
const latestBlockhash = await connection.getLatestBlockhash();
transaction.recentBlockhash = latestBlockhash.blockhash;
transaction.feePayer = fromPubkey;
const signed = await window.solana.signTransaction(transaction);
const signature = await connection.sendRawTransaction(signed.serialize());
alert("Tip sent! TX: " + signature);
} catch (e) {
console.error("Tip failed:", e);
alert("Failed to send tip.");
}
} else {
alert("Phantom wallet not found.");
}
}
</script>
<!-- Footer remains at the bottom of the HTML, but not fixed -->
<footer>
<p>
<a href="https://x.com/PlayDexHunt" target="_blank" rel="noopener" title="Follow DexHunt on Twitter">@PlayDexHunt</a> |
<a href="links.html" title="All Official Links">🔗 All DexHunt Links</a> |
<a href="mailto:dexhuntgame@gmail.com" title="Email Us">📬 Contact</a> |
<a href="legal/legal.html">📜 Legal Hub</a> |
<a href="https://discord.gg/vXJZPcZn" target="_blank" rel="noopener">💬 Discord</a>
</p>
<footer style="text-align:center; font-size:0.85rem; margin-top:2rem; color:#aaa; padding-bottom:1rem;">
<p style="margin-bottom: 0.2rem;">
This town ain't big enough for stolen code. © 2025 DexHunt: Reflex Showdown
</p>
<p style="font-size: 0.75rem; margin-top: 0.2rem; color: #888;">
All in-game $DEXHUNT balances and purchases are simulated using browser storage during Beta. No real crypto is earned or spent.
</p>
<div style="text-align:center; margin-top: 2rem;">
</div>
</footer>
<!-- Audio for meme/viral and cowboy effects (always keep these) -->
<audio id="cowboyHitSound" src="assets/sounds/cowboy-hit-grunt.mp3" preload="auto"></audio>
<audio id="yeehawSound" src="assets/sounds/yeehaw-13229.mp3" preload="auto"></audio>
<audio id="gruntAudio" src="assets/grunt.mp3" preload="auto"></audio>
<audio id="yeehawAudio" src="assets/yeehaw.mp3" preload="auto"></audio>
<script src="js/common.js"></script>
<script>
// Register service worker for PWA support
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('service-worker.js').then(function(registration) {
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}, function(err) {
console.log('ServiceWorker registration failed: ', err);
});
});
}
</script>
</body>
</html>