mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 00:35:21 +01:00
143 lines
No EOL
6.1 KiB
HTML
143 lines
No EOL
6.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>Pixel Mint Drop - Pixel Mint Games</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="container">
|
|
<div class="logo">
|
|
<h1>Pixel Mint Games</h1>
|
|
</div>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="games.html">Games</a></li>
|
|
<li><a href="about.html">About</a></li>
|
|
<li><a href="contact.html">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="game-detail">
|
|
<div class="container">
|
|
<div class="game-detail-header">
|
|
<h2>Pixel Mint Drop</h2>
|
|
<p>A modern falling block puzzle game with a minimalist design</p>
|
|
</div>
|
|
|
|
<div class="game-detail-content">
|
|
<div class="game-description">
|
|
<h3>About the Game</h3>
|
|
<p>Pixel Mint Drop is a modern falling block puzzle game for Android, featuring smooth animations, responsive controls, and a beautiful minimalist design.</p>
|
|
<p>Challenge yourself with familiar block-stacking gameplay elevated by modern design and smooth performance. Master the techniques, rack up combos, and achieve new high scores.</p>
|
|
<div class="game-cta">
|
|
<a href="#" class="btn">Download on Google Play</a>
|
|
</div>
|
|
</div>
|
|
<div class="game-screenshot">
|
|
<div class="placeholder-image">Game Screenshot</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="game-features-section">
|
|
<h3>Features</h3>
|
|
<div class="game-features-grid">
|
|
<div class="feature-card">
|
|
<h4>Core Gameplay</h4>
|
|
<ul>
|
|
<li>Familiar block-stacking gameplay</li>
|
|
<li>7-bag randomizer for piece distribution</li>
|
|
<li>Ghost piece preview for precise placement</li>
|
|
<li>Hard drop and soft drop controls</li>
|
|
<li>Advanced move detection (e.g., T-Spins)</li>
|
|
</ul>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h4>Modern Android Features</h4>
|
|
<ul>
|
|
<li>Optimized for Android 11+ (API 30+)</li>
|
|
<li>Smooth hardware-accelerated rendering</li>
|
|
<li>High refresh rate support</li>
|
|
<li>Haptic feedback for tactile interaction</li>
|
|
<li>Automatic Dark theme support</li>
|
|
</ul>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h4>Scoring System</h4>
|
|
<ul>
|
|
<li>Comprehensive scoring system</li>
|
|
<li>Level-based multipliers</li>
|
|
<li>Combo system for consecutive clears</li>
|
|
<li>Special move bonuses (T-Spins, Perfect Clears)</li>
|
|
<li>Persistent high score system</li>
|
|
</ul>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h4>Visual Effects</h4>
|
|
<ul>
|
|
<li>Silky-smooth piece movement animations</li>
|
|
<li>Dynamic pulsing border glow during line clears</li>
|
|
<li>Clear ghost piece preview</li>
|
|
<li>Subtle block glow effects</li>
|
|
<li>Clean grid lines for better visibility</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="game-technical">
|
|
<h3>Technical Details</h3>
|
|
<div class="game-features-grid">
|
|
<div class="feature-card">
|
|
<h4>Requirements</h4>
|
|
<ul>
|
|
<li>Android 11 (API 30) or higher</li>
|
|
<li>Hardware acceleration support</li>
|
|
<li>Minimum 2GB RAM recommended</li>
|
|
</ul>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h4>Performance Optimizations</h4>
|
|
<ul>
|
|
<li>Hardware-accelerated rendering</li>
|
|
<li>Efficient collision detection algorithms</li>
|
|
<li>Optimized grid data structures</li>
|
|
<li>Targets smooth 60fps animations</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<div class="footer-content">
|
|
<div class="footer-logo">
|
|
<h3>Pixel Mint Games</h3>
|
|
</div>
|
|
<div class="footer-links">
|
|
<ul>
|
|
<li><a href="privacy.html">Privacy Policy</a></li>
|
|
<li><a href="terms.html">Terms of Service</a></li>
|
|
<li><a href="contact.html">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="copyright">
|
|
<p>© 2024 Pixel Mint Games. All rights reserved.</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html> |