-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsyncboy.html
More file actions
68 lines (62 loc) · 3.85 KB
/
syncboy.html
File metadata and controls
68 lines (62 loc) · 3.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>SyncBoy - Game Boy & GBA Emulator | SquatchCraft Apps</title>
<meta name="description" content="SyncBoy is a Game Boy, Game Boy Color, and Game Boy Advance emulator for iPhone and Apple Watch with link cable multiplayer, AI play, and Game Boy Camera and Printer support.">
<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>SyncBoy</h2>
<p class="subtitle">Game Boy, Game Boy Color & Game Boy Advance on your iPhone and Apple Watch.</p>
<p><strong>SyncBoy</strong> is a fully-featured emulator that brings classic handheld gaming to iOS and watchOS. Load your own ROM files and play Game Boy, Game Boy Color, and Game Boy Advance titles with pixel-perfect accuracy, rich audio, and responsive touch or controller input.</p>
<h3>Features</h3>
<ul>
<li><strong>Three platforms in one</strong> — GB, GBC, and GBA emulation with accurate CPU, PPU, and APU cores</li>
<li><strong>Apple Watch streaming</strong> — play your games on your wrist with real-time frame streaming via WatchConnectivity</li>
<li><strong>Link Cable multiplayer</strong> — trade and battle with friends over local peer-to-peer networking</li>
<li><strong>AI Play</strong> — watch a neural agent learn to play games autonomously using on-device machine learning</li>
<li><strong>Game Boy Camera</strong> — uses your device camera as the sensor for Pocket Camera cartridge games</li>
<li><strong>Game Boy Printer</strong> — captures printed output from compatible games and saves images to your photo library</li>
<li><strong>Save states & battery saves</strong> — 10 manual save slots plus automatic quick-resume on exit</li>
<li><strong>LCD filter</strong> — optional pixel grid and subpixel shader for an authentic handheld screen look</li>
<li><strong>MFi & Bluetooth controller support</strong> — full gamepad integration with customizable layouts</li>
<li><strong>Variable speed</strong> — fast-forward up to 15x for grinding or slow moments</li>
<li><strong>Live Activities</strong> — see your current game session on the Lock Screen and Dynamic Island</li>
</ul>
<h3>Pricing</h3>
<p>SyncBoy is free to download and play. A one-time <strong>Pro Pack</strong> in-app purchase unlocks Watch Play, Link Cable, and AI Play features.</p>
<h3>Links</h3>
<p><a href="syncboy-privacy.html" class="btn">Privacy Policy</a></p>
<p><a href="syncboy-terms.html" class="btn">Terms of Use</a></p>
<p><a href="syncboy-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>