You've already forked izzy2lost.com
mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-03-10 11:52:54 -07:00
73 lines
2.1 KiB
HTML
73 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Perfect Dark · izzy2lost</title>
|
|
<link rel="icon" type="image/png" href="assets/logo.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body class="crt-off">
|
|
<canvas id="starfield"></canvas>
|
|
|
|
<div class="crt-toggle">
|
|
<label>
|
|
<input type="checkbox" id="crtSwitch">
|
|
<span></span>
|
|
<span>CRT Mode</span>
|
|
</label>
|
|
</div>
|
|
|
|
<header class="navbar">
|
|
<a href="index.html" class="back">❮ Back</a>
|
|
</header>
|
|
|
|
<main class="project-page">
|
|
<img src="assets/perfect_dark.svg" class="project-icon-large">
|
|
<h1>Perfect Dark</h1>
|
|
<p>Android port experiment of Perfect Dark.</p>
|
|
|
|
<div class="project-links">
|
|
<a href="https://github.com/izzy2lost/perfect_dark" target="_blank" rel="noopener noreferrer" class="btn-badge github-logo">
|
|
<img src="assets/GitHub_Lockup_Light.svg" alt="View on GitHub">
|
|
</a>
|
|
</div>
|
|
|
|
<section class="release-section">
|
|
<h2>Perfect Dark Android port.</h2>
|
|
|
|
<div class="highlight-box">
|
|
<strong>⚠️ No Touch Controls - Controller Only</strong>
|
|
</div>
|
|
|
|
<h3>Installation</h3>
|
|
<ol>
|
|
<li>Download apk and install</li>
|
|
<li>Prompt will ask for your rom. Pick your rom. The name doesn't matter but must match the hash of a supported rom.</li>
|
|
</ol>
|
|
|
|
<h3>Supported roms:</h3>
|
|
<ul>
|
|
<li><strong>ntsc-final/US V1.1/US Rev 1</strong> (md5 <code>e03b088b6ac9e0080440efed07c1e40f</code>).
|
|
<ul>
|
|
<li>This is the recommended version to use.</li>
|
|
<li>Called NTSC version 8.7 final on the boot screen.</li>
|
|
</ul>
|
|
</li>
|
|
<li><strong>ntsc-1.0/US V1.0</strong> (md5 <code>7f4171b0c8d17815be37913f535e4e93</code>).
|
|
<ul>
|
|
<li>Technically supported, but not recommended.</li>
|
|
<li>Called NTSC version 8.7 final on the boot screen as well.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<p><strong>Game will start after picking the rom. Enjoy!!!</strong></p>
|
|
</section>
|
|
</main>
|
|
|
|
<script src="script.js"></script>
|
|
<script src="starfield.js"></script>
|
|
</body>
|
|
</html>
|