-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame-432.html
More file actions
128 lines (123 loc) · 7.04 KB
/
game-432.html
File metadata and controls
128 lines (123 loc) · 7.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LOTUS™ | STEADYWATCH™</title>
<meta name="description" content="81-board vault with 432 keyz per drop as four-way qubit vertex. Hurwitz p=17, 108 per arm. UnifiedQubitStyling. Three.js.">
<link rel="icon" href="images/logo.png" type="image/png">
<link rel="stylesheet" href="styles.css">
<script src="header-hurwitz-bg.js" defer></script>
<script src="app.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/controls/OrbitControls.js" defer></script>
<script src="js/hurwitz-keys.js" defer></script>
<script src="js/unified-qubit-styling.js" defer></script>
<script src="js/hurwitz-lattice-auth.js" defer></script>
<script src="js/four-way-vertex.js" defer></script>
<script src="game-432.js" defer></script>
</head>
<body>
<nav style="background: linear-gradient(135deg, #000000 0%, #1a1a2e 100%) !important;">
<div class="container">
<a href="https://apps.apple.com/us/app/steadywatch-handheld/id6755752518" class="nav-brand">
<img src="images/logo.png" alt="STEADYWATCH Logo">
<span><u>STEADYWATCH™</u></span>
</a>
<button class="mobile-menu-toggle" onclick="toggleMobileMenu()">☰</button>
<ul class="nav-links" id="navLinks">
<li><a href="cymatics.html" class="quickShadow">TRINITY™</a></li>
<li><a href="contact.html" class="viz-button" style="background: linear-gradient(140deg, #fdfdfd 0%, #6e85eb 100%); padding: 10px; border-radius: 25px; text-shadow: 2px 1px 1px black; border: none !important;">⭐︎ Contact</a></li>
<li><a href="index.html" class="quickShadow">Home</a></li>
</ul>
</div>
</nav>
<header style="background: black !important; margin: 0 2% 0 2%;">
<div class="header-hurwitz-dots" id="header-hurwitz-dots" aria-hidden="true"></div>
<div class="header-content">
<div class="container">
<h1 style="text-shadow: 3px 2px 2px black; font-size: 2em;"><u>LOTUS™</u></h1>
<p style="font-size: 1.7em;">"Be like water, my friend"</p>
<p>-Bruce Lee</p>
<div style="margin-top: 20px;">
<span style="text-shadow: 1px 1px 1px black; background: linear-gradient(135deg, #fdfdfd 0%, #6e85eb 100%); color: white !important" class="badge">⭐︎ p=17</span>
<span style="text-shadow: 1px 1px 1px black; background: linear-gradient(135deg, #fdfdfd 0%, #6e85eb 100%); color: white !important" class="badge">⭐︎ |> = 432</span>
<span style="text-shadow: 1px 1px 1px black; background: linear-gradient(135deg, #fdfdfd 0%, #6e85eb 100%); color: white !important" class="badge">⭐︎ Quantum Harvested</span>
</div>
</div>
</div>
</header>
<div style="
background: #000;
padding: 0;
margin: 0 2% 0 2%;">
<div class="container">
<p class="section-subtitle" style="text-align: center; font-size: small; text-shadow: 1px 2px 7px black; font-weight: 100; padding: 2%;">
(Tap or Click to Mine)
</p>
<div id="game-container" class="visualization-container" style="height: 600px;" aria-label="Keyz game 3D view (432 four-way)"></div>
<p id="game-key-label" class="section-subtitle" style="text-align: center; margin-top: 10px; font-size: small;"></p>
<div class="visualization-controls" style="margin-top: 15px;">
<div id="panel-controls">
<button id="fingerprint-btn" class="viz-button" onclick="window.toggleFingerprintView432 && window.toggleFingerprintView432();">Fingerprint View</button>
<button id="reset-view-btn" class="viz-button" onclick="window.resetGameView432 && window.resetGameView432();">Reset View</button>
</div>
<div id="panel-stats">
<div class="viz-stat"><span>Prime:</span><strong style="color:white;text-shadow:2px 1px 2px black;">p=17</strong></div>
<div class="viz-stat"><span>Nodes:</span><strong style="color:white;text-shadow:2px 1px 2px black;">432</strong></div>
<div class="viz-stat"><span>Lattice:</span><strong style="color:white;text-shadow:2px 1px 2px black;">F4</strong></div>
</div>
</div>
<div class="section" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-align: center;">
<div class="container">
<h2 class="section-title" style="color: white; text-shadow: 2px 2px 4px rgba(0,0,0,0.3);">
How to use <u>LOTUS™</u>
</h2>
<a href="docs/oidc-guide.html" class="cta-button">Setup Guide</a>
<div class="container">
<div class="code-block" style="padding-left: 10px">
<ol>
<li>
<p># Run <a href="https://apps.apple.com/us/app/steadywatch-handheld/id6755752518">STEADYWATCH™ HANDHELD</a></p>
<img src="images/ios6.png"
alt="STEADYWATCH Handheld Demo"
style="max-width: 700px;
width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 6px 20px rgba(0,0,0,0.25);
display: block;
margin: 20px auto;">
</li>
<li>
<p>Atomic Precision</p>
</li>
<li>
<p>Harmonic Sampling</p>
</li>
<li>
<p>Quantum-Credential Generator</p>
</li>
<li>
<p>Multi-Level Biometric Authorization</p>
</li>
</ol>
</div>
</div>
</div>
</div>
<footer style="background: #1a1a2e; color: white; padding: 40px 0; text-align: center;">
<div class="container">
<p>© 2025 <u>Quantum V^ LLC</u></p>
<p>All Rights Reserved.</p>
<p style="margin-top: 10px; opacity: 0.8;">
<a href="index.html" style="color: white; text-decoration: none;">| Home</a> |
<a href="game.html" style="color: white; text-decoration: none;">VAULT™</a> |
<a href="game-336.html" style="color: white; text-decoration: none;">VIPER™</a> |
<a href="cymatics.html" style="color: white; text-decoration: none;">TRINITY™</a> |
<a href="contact.html" style="color: white; text-decoration: none;">Contact</a> |
</p>
</div>
</footer>
</body>
</html>