added ghostship app

This commit is contained in:
izzy2lost
2026-02-18 01:06:16 -05:00
parent db1de8c157
commit f0a8ef024c
3 changed files with 54 additions and 0 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 116 KiB

+46
View File
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ghostship &middot; izzy2lost</title>
<meta name="description" content="Ghostship is a Super Mario 64 project from Harbour Masters, adapted for Android by izzy2lost.">
<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">&#10094; Back</a>
</header>
<main class="project-page">
<img src="assets/ghostship.svg" class="project-icon-large" alt="Ghostship icon">
<h1>Ghostship</h1>
<p>Harbour Masters&apos; Super Mario 64 recompilation project, adapted for Android.</p>
<div class="project-links">
<a href="https://github.com/izzy2lost/Ghostship" 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>About</h2>
<p>Ghostship is a modern way to play Super Mario 64 with native performance, quality-of-life upgrades, and mod support while keeping compatibility with your own legally obtained game files.</p>
</section>
</main>
<script src="script.js"></script>
<script src="starfield.js"></script>
</body>
</html>
+7
View File
@@ -92,6 +92,13 @@
</div>
</a>
<a href="ghostship.html" class="project-card">
<div class="card-inner">
<img src="assets/ghostship.svg" class="project-icon" alt="Ghostship">
<h3>Ghostship</h3>
</div>
</a>
<a href="starship.html" class="project-card">
<div class="card-inner">
<img src="assets/starship.svg" class="project-icon">