Spaces:
Running
Running
Make a great horror game great horror game for Android to great graphics and great levels not levels like and open world game horror game where the protagonist have to kill the antagonist by portion which is made by many type of minerals and he have to find those minerals and then mix it and then have to kill it - Initial Deployment
2431bab verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Nexus Horror: Mineral Hunt - Android</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/three@0.132.2/build/three.min.js"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| </head> | |
| <body class="bg-black text-white"> | |
| <nav class="flex justify-between items-center p-6"> | |
| <div class="text-2xl font-bold">NEXUS HORROR</div> | |
| <div class="flex space-x-8"> | |
| <a href="/" class="hover:text-red-500"><i class="fas fa-home mr-2"></i>Home</a> | |
| <a href="horror-game.html" class="hover:text-red-500"><i class="fas fa-desktop mr-2"></i>PC Version</a> | |
| </div> | |
| </nav> | |
| <div class="container mx-auto px-4 py-8"> | |
| <div class="text-center mb-12"> | |
| <h1 class="text-5xl font-bold mb-4 text-red-600">MINERAL HUNT</h1> | |
| <p class="text-xl text-gray-400 max-w-2xl mx-auto">An open-world horror experience for Android</p> | |
| <div class="mt-8"> | |
| <button class="bg-red-600 hover:bg-red-700 text-white px-8 py-3 rounded-lg text-xl font-bold mr-4"> | |
| <i class="fas fa-download mr-2"></i>Download APK | |
| </button> | |
| <button class="border border-red-600 text-red-600 hover:bg-red-600 hover:text-white px-8 py-3 rounded-lg text-xl font-bold"> | |
| <i class="fab fa-google-play mr-2"></i>Play Store | |
| </button> | |
| </div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-16"> | |
| <div> | |
| <img src="http://static.photos/horror/1024x576/42" alt="Game Screenshot" class="w-full rounded-lg shadow-lg shadow-red-500/20"> | |
| </div> | |
| <div> | |
| <h2 class="text-3xl font-bold mb-4">Game Overview</h2> | |
| <p class="text-gray-300 mb-6"> | |
| In this open-world horror game, you play as a survivor trapped in a cursed mining town. | |
| The only way to defeat the immortal antagonist is by crafting a special potion from rare minerals scattered throughout the world. | |
| </p> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <div class="text-red-500 mt-1 mr-3"><i class="fas fa-search"></i></div> | |
| <div> | |
| <h3 class="font-bold">Mineral Hunting</h3> | |
| <p class="text-gray-400">Explore the open world to find 7 rare minerals with unique properties</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-red-500 mt-1 mr-3"><i class="fas fa-flask"></i></div> | |
| <div> | |
| <h3 class="font-bold">Potion Crafting</h3> | |
| <p class="text-gray-400">Combine minerals in specific sequences to create the ultimate weapon</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-red-500 mt-1 mr-3"><i class="fas fa-ghost"></i></div> | |
| <div> | |
| <h3 class="font-bold">Dynamic AI</h3> | |
| <p class="text-gray-400">The antagonist learns your patterns and adapts its hunting strategies</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-900 rounded-xl p-8 mb-16"> | |
| <h2 class="text-3xl font-bold mb-6 text-center">Mineral Types</h2> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6"> | |
| <div class="bg-gray-800 p-6 rounded-lg hover:shadow-lg hover:shadow-red-500/20 transition-all"> | |
| <div class="text-red-500 text-4xl mb-4"><i class="fas fa-gem"></i></div> | |
| <h3 class="text-xl font-bold mb-2">Black Onyx</h3> | |
| <p class="text-gray-400">Found in the abandoned mine shafts. Weakens the antagonist's shadow form.</p> | |
| </div> | |
| <div class="bg-gray-800 p-6 rounded-lg hover:shadow-lg hover:shadow-red-500/20 transition-all"> | |
| <div class="text-red-500 text-4xl mb-4"><i class="fas fa-meteor"></i></div> | |
| <h3 class="text-xl font-bold mb-2">Bloodstone</h3> | |
| <p class="text-gray-400">Hidden in the church catacombs. Disrupts the antagonist's regeneration.</p> | |
| </div> | |
| <div class="bg-gray-800 p-6 rounded-lg hover:shadow-lg hover:shadow-red-500/20 transition-all"> | |
| <div class="text-red-500 text-4xl mb-4"><i class="fas fa-moon"></i></div> | |
| <h3 class="text-xl font-bold mb-2">Moon Quartz</h3> | |
| <p class="text-gray-400">Only visible during full moon nights in the lake. Reveals hidden paths.</p> | |
| </div> | |
| <div class="bg-gray-800 p-6 rounded-lg hover:shadow-lg hover:shadow-red-500/20 transition-all"> | |
| <div class="text-red-500 text-4xl mb-4"><i class="fas fa-fire"></i></div> | |
| <h3 class="text-xl font-bold mb-2">Ember Crystal</h3> | |
| <p class="text-gray-400">Found near volcanic vents in the mountains. Provides temporary protection.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center"> | |
| <h2 class="text-3xl font-bold mb-6">System Requirements</h2> | |
| <div class="inline-grid grid-cols-2 gap-8 text-left"> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2 text-red-500">Minimum</h3> | |
| <ul class="text-gray-400 space-y-1"> | |
| <li><i class="fas fa-mobile-alt mr-2"></i>Android 10+</li> | |
| <li><i class="fas fa-microchip mr-2"></i>Snapdragon 730G / Equivalent</li> | |
| <li><i class="fas fa-memory mr-2"></i>4GB RAM</li> | |
| <li><i class="fas fa-hdd mr-2"></i>3GB Storage</li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2 text-red-500">Recommended</h3> | |
| <ul class="text-gray-400 space-y-1"> | |
| <li><i class="fas fa-mobile-alt mr-2"></i>Android 12+</li> | |
| <li><i class="fas fa-microchip mr-2"></i>Snapdragon 855 / Equivalent</li> | |
| <li><i class="fas fa-memory mr-2"></i>6GB RAM</li> | |
| <li><i class="fas fa-hdd mr-2"></i>4GB Storage</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <script>AOS.init();</script> | |
| </body> | |
| </html> |