-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquantumbob.html
More file actions
64 lines (57 loc) · 3.47 KB
/
quantumbob.html
File metadata and controls
64 lines (57 loc) · 3.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>QuantumBob - Play Real Quantum Physics | SquatchCraft Apps</title>
<meta name="description" content="QuantumBob is an iOS game where you guess quantum measurement outcomes and compete against an AI powered by real entanglement data from IBM's quantum processor.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>SquatchCraft Apps</h1>
<p>Explore a suite of thoughtfully crafted applications that inspire creativity, productivity, and spiritual growth.</p>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="everydaygrace.html">Everyday Grace</a></li>
<li><a href="https://www.greatdestinationvacations.com">Great Destinations Vacations</a></li>
<li><a href="powerplayai.html">Power Play AI</a></li>
<li><a href="copyclipper.html">CopyClipper</a></li>
<li><a href="quantumbob.html">QuantumBob</a></li>
<li><a href="syncboy.html">SyncBoy</a></li>
<li><a href="tanklab.html">TankLab</a></li>
</ul>
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme"></button>
</nav>
</header>
<main class="container">
<section>
<h2>QuantumBob</h2>
<p class="subtitle">Can you outsmart quantum physics?</p>
<p><strong>QuantumBob</strong> is a quantum physics game where you guess the outcomes of real quantum measurements and compete against Alice, an AI opponent powered by actual entanglement data from IBM's quantum processor.</p>
<p>Every round, a quantum computer has already measured an entangled particle. You guess the result: 0 or 1. Alice uses her linked particle to make the same prediction. The quantum correlations give her an edge that no classical strategy can match.</p>
<h3>How It Works</h3>
<ul>
<li><strong>Real quantum data</strong> from IBM's Marrakesh quantum processor, not simulations</li>
<li><strong>Play 10 rounds</strong> per game and try to beat Alice's quantum-powered predictions</li>
<li><strong>Learn as you play</strong> with contextual tips about entanglement, the classical limit, and Bell's theorem</li>
<li><strong>Track your stats</strong> with perfect rounds, win average, and Alice's accuracy over time</li>
<li><strong>Challenge friends</strong> with local multiplayer pass-and-play mode</li>
<li><strong>Explore the proof</strong> with built-in statistical tests that verify the quantum advantage is real</li>
</ul>
<h3>The Science</h3>
<p>QuantumBob is built on the CHSH Bell experiment, one of the most important experiments in quantum physics. Without quantum entanglement, the best any strategy can achieve is 75% accuracy (the classical limit). But quantum correlations push Alice's accuracy to approximately 85%, a number called the Tsirelson bound. That gap is physically impossible without quantum physics, and you can see it happen in real time as you play.</p>
<h3>Links</h3>
<p><a href="quantumbob-privacy.html" class="btn">Privacy Policy</a></p>
<p><a href="quantumbob-support.html" class="btn">Support</a></p>
<p><a href="index.html">← Back to All Apps</a></p>
</section>
</main>
<footer>
<p>© 2025 SquatchCraft LLC - All Rights Reserved</p>
<p>Crafted with passion and purpose.</p>
</footer>
<script src="script.js"></script>
</body>
</html>