Files
hugthegator.xyz/download.html
2025-01-09 17:15:05 -06:00

157 lines
9.9 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!--this is for web scrapers like duckduckgo, google, etc-->
<meta name="robots" content="index, follow">
<!--self explanatory-->
<meta name="description" content="I Wani Hug that Gator! is a choice-driven narrative about teenagers struggling to find their way. Help Inco, loser highschooler extraordinaire, navigate his budding friendships (and romance!) while surviving being the only human in a dinosaur-filled school.">
<meta name="keywords" content="game, snootgame, snoot game, olivia, olivia game, gator, snoot, game, goodbye volcano high, goodbye, volcano, high, parody, parody game, free software, libre software, GNU GPL, open source games">
<meta name="author" content="Cavemanon">
<!--og: stuff is facebook stuff, but still many scrapers look for it since it's basically a standard at this point.-->
<meta property="og:site_name" content="Cavemanon" >
<meta name="twitter:domain" property="twitter:domain" content="hugthegator.xyz">
<meta name="og:title" property="og:title" content="Cavemanon" >
<meta property="og:description" content="I Wani Hug that Gator! is a choice-driven narrative about teenagers struggling to find their way. Help Inco, loser highschooler extraordinaire, navigate his budding friendships (and romance!) while surviving being the only human in a dinosaur-filled school.">
<meta name="twitter:description" property="twitter:description" content="I Wani Hug that Gator! is a choice-driven narrative about teenagers struggling to find their way. Help Inco, loser highschooler extraordinaire, navigate his budding friendships (and romance!) while surviving being the only human in a dinosaur-filled school.">
<meta property="og:image" content="https://hugthegator.xyz/favicon.png">
<!--if people share your content on twitter, these images will format their url and look cool on twitter-->
<meta property="twitter:card" content="https://hugthegator.xyz/favicon.png">
<meta name="twitter:image:src" property="twitter:image:src" content="https://hugthegator.xyz/favicon.png">
<meta name="twitter:image" property="twitter:image" content="https://hugthegator.xyz/favicon.png">
<meta name="og:image:alt" property="og:image:alt" content="dubious little gator creature who participates in mischievous activities" >
<!--self explanatory-->
<meta property="og:url" content="https://hugthegator.xyz">
<meta property="og:type" content="website">
<title>I Wani Hug That Gator! - Download</title>
<meta name="author" content="Cavemanon">
<!--External CSS sheets are not good for loading times and one day may be deprecated. Best we host all our CSS on our own.-->
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="app">
<header>
<div class="logo-container">
<img src="img/BIGLOGO.png" alt="I Wani Hug that Gator!">
<div class="logo-flavor">
The Prehistoric Romance a million-and-one years in the making!
</div>
</div>
</header>
<main>
<nav>
<ul>
<li>
<a class="navigation-button" href="..">Home</a>
</li>
</ul>
</nav>
<h1>Download</h1>
<p class="summary socials-blurb">Want to try the game out before buying it? Try out the demo! It contains chapters 1-4 of the full game, averaging to around a few hours of play. If you complete the demo and buy the full game, your save will carry over and you will start on chapter 5.</p>
<p class="summary socials-blurb">Available on Steam, Itch.io, and here.</p>
<nav>
<ul>
<li>
<a class="navigation-button" href="changelog.html">Changelog</a>
</li>
</ul>
</nav>
<div class="download-link-container">
<div class="download-link-system-links">
<div class="download-link-system">
<div class="download-link-system-icon"><img src=img/itch.svg></div>
<span>Itch.io</span>
</div>
<iframe frameborder="0" src="https://itch.io/embed/2071667?linkback=true&amp;border_width=0&amp;bg_color=002716&amp;fg_color=ffffff&amp;link_color=074fa1&amp;border_color=001109" class=download-link-system-links><a href="https://cavemanon.itch.io/i-wani-hug-that-gator">I Wani Hug That Gator! by Cavemanon</a></iframe>
</div>
<div class="download-link-system-links">
<div class="download-link-system">
<div class="download-link-system-icon"><img src=img/steam.svg></div>
<span>Steam</span>
</div>
<iframe src="https://store.steampowered.com/widget/1895350/" class="download-link-system-links" frameborder="0" width=vw height=200px ></iframe>
</div>
<div class="download-link-system-links">
<div class="download-link-system">
<span>Local (Demo Only)</span>
</div>
<div class="download-link-sub-system-links-container">
<div class="download-link-sub-system-links">
<div class="download-link-sub-system">
<div class="download-link-system-icon"><img src=img/linux.svg></div>
<div class="download-link-system-icon"><img src=img/windows.svg></div>
<div class="download-link-system-icon"><img src=img/mac.svg></div>
<span>All Systems</span>
</div>
<a class="download-link" href="bin/WaniGame-1.7.1-DEMO-market.zip">
<div class="download-link-icon"><img src=img/download.svg></div>
<span>Download</span>
</a>
<a class="download-link" href="bin/WaniGame-1.7.1-DEMO-market.zip.torrent">
<div class="download-link-icon"><img src=img/download.svg></div>
<span>Torrent</span>
</a>
</div>
<div class="download-link-sub-system-links">
<div class="download-link-sub-system">
<div class="download-link-system-icon"><img src=img/android.svg></div>
<span>Android</span>
</div>
<a class="download-link" href="bin/cavemanon.wani.demo-release.apk">
<div class="download-link-icon"><img src=img/download.svg></div>
<span>Download</span>
</a>
<a class="download-link" href="bin/cavemanon.wani.demo-release.apk.torrent">
<div class="download-link-icon"><img src=img/download.svg></div>
<span>Torrent</span>
</a>
</div>
</div>
</div>
</div>
<h1>Source Code</h1>
<p class="summary socials-blurb">Our game code is licensed under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</a> license, thus has an open code base for you to use, share, and enjoy. Our code base is hosted on our Gitea instance, which contains all of our other published projects.</p>
<nav>
<ul>
<li>
<a class="navigation-button" href="https://git.cavemanon.xyz/Cavemanon/IWaniHugThatGator-Demo-Public">Source Code</a>
</li>
</ul>
</nav>
<h1 id="translation-kit">Translation Kit</h1>
<p class="summary socials-blurb">Want to translate Wani in your language? Our translation kit provides some of Wani's source asset files for you to make seamless, natively made assets in your language. This only briefly touches on translations to the game script but doesn't provide an exhaustive tutorial on how to do so, so you'll have to use the resources mentioned in the README to get started.</p>
<nav>
<ul>
<li>
<a class="navigation-button" href="https://git.cavemanon.xyz/Cavemanon/Wani-Translation-Kit/">Translation Kit</a>
</li>
</ul>
</nav>
</main>
<footer>
<div class="footerlinks">
<a class="email" href="mailto:cavemanongames@gmail.com">E-mail</a>
<a class="jslicense" href="/about/javascript/js.html" rel="jslicense">JavaScript license information</a>
<a class="attributions" href="/about/attribution/att.html">Attribution information</a>
</div>
<div class="footerlogo"></div>
</footer>
</div>
</body>
</html>