You've already forked izzy2lost.com
mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-03-10 11:52:54 -07:00
71 lines
2.1 KiB
HTML
71 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>SpaghettiKart ยท 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/spaghetti.svg" class="project-icon-large">
|
|
<h1>SpaghettiKart</h1>
|
|
<p>Retro kart racing engine.</p>
|
|
|
|
<div class="project-links">
|
|
<a href="https://github.com/izzy2lost/SpaghettiKart" 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-info">
|
|
<h2>๐๏ธ Spaghetti Kart</h2>
|
|
<h3>๐ฑ Android Release</h3>
|
|
|
|
<h4>โจ Highlights:</h4>
|
|
<ul>
|
|
<li>โก Optimized release build with R8 code shrinking</li>
|
|
<li>๐ฆ Reduced APK size and improved performance</li>
|
|
<li>๐๏ธ Enhanced file management with SAF integration</li>
|
|
</ul>
|
|
|
|
<h4>๐ ๏ธ Changes</h4>
|
|
<ul>
|
|
<li>๐งญ Improved folder selection with SAF (Storage Access Framework)</li>
|
|
<li>๐ Automatic mods syncing from user folder</li>
|
|
<li>๐ง Better UI with rounded dialogs</li>
|
|
<li>๐ฅ Torch app integration for easy mk64.o2r creation</li>
|
|
</ul>
|
|
|
|
<h4>๐ฅ Installation</h4>
|
|
<ul>
|
|
<li>โฌ๏ธ Download the APK below</li>
|
|
<li>๐ Enable "Install from unknown sources" in Android settings</li>
|
|
<li>๐ฒ Install on your Android device</li>
|
|
<li>๐ Select a folder for your game files</li>
|
|
<li>๐พ Add your mk64.o2r file (use Torch app to create from ROM)</li>
|
|
<li>๐ฎ Enjoy!</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
|
|
<script src="script.js"></script>
|
|
<script src="starfield.js"></script>
|
|
</body>
|
|
</html>
|