112 lines
4.8 KiB
HTML
112 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link type="image/x-icon" rel="icon" href="/images/projects/keycollect/favicon.png">
|
|
<link type="text/css" rel="stylesheet" href="/css/global.css">
|
|
<link type="text/css" rel="stylesheet" href="/css/projects/keycollect.css">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="A game created from the idea of Pac-Man">
|
|
<meta name="keywords" content="That_One_Nerd KeyCollect, That_One_Nerd Key Collect, KeyCollect, Key Collect, That_One_Nerd KeyCombine, That_One_Nerd Key Combine, KeyCombine, Key Combine">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>KeyCollect | Projects | That_One_Nerd</title>
|
|
</head>
|
|
|
|
<!--header-->
|
|
|
|
<body>
|
|
<div class="body">
|
|
<div id="body-text">
|
|
<h2>KeyCollect</h2>
|
|
<p>
|
|
A game that looks like Pac-Man, but with a few differences!
|
|
<br>
|
|
Your goal is to collect all the pieces of a key to exit the level, while dodging enemies!
|
|
<br>
|
|
Each different color enemy has its own AI, and most of them are very unpredictable!
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<a onclick="toggleMoreInfo()">More information</a>
|
|
|
|
<div id="body-more-info">
|
|
<table>
|
|
<tr>
|
|
<td>Updated</td>
|
|
<td><abbr title="August 10th, 2020 at 12:04 AM"><span class="icon-stopwatch"></span> Aug 10, 2020</abbr></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Published</td>
|
|
<td><abbr title="August 7th, 2020 at 7:44 PM"><span class="icon-stopwatch"></span> Aug 07, 2020</abbr></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Status</td>
|
|
<td><b>Released</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Platforms</td>
|
|
<td><b>Windows</b>, <b>macOS</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Author</td>
|
|
<td><b>That_One_Nerd</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Genre</td>
|
|
<td><b>Puzzle</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Tags</td>
|
|
<td><b>2D</b></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<h2>Download</h2>
|
|
|
|
<div id="download-row">
|
|
<button class="download-button" id="goto-downloads" onclick="goToDownloads()">Download Now</button>
|
|
<p id="download-price">Free</p>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<p>Click download now to get access to the following files:</p>
|
|
<ul class="downloads">
|
|
<li>
|
|
<div class="download-option">
|
|
<span class="icon-file-zip" id="fileicon"></span>
|
|
<p id="name">KeyCombine.zip</p>
|
|
<p id="filesize">17 MB</p>
|
|
<p id="platforms"><span class="icon-windows8" title="Download for Windows"></span></p>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="download-option">
|
|
<span class="icon-file-zip" id="fileicon"></span>
|
|
<p id="name">KeyCollect_Mac.zip</p>
|
|
<p id="filesize">20 MB</p>
|
|
<p id="platforms"><span class="icon-appleinc" title="Download for macOS"></span></p>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="body-images">
|
|
<a href="/images/projects/keycollect/showcase1.png" target="_blank"><img src="/images/projects/keycollect/showcase1.png"></a>
|
|
<a href="/images/projects/keycollect/showcase2.png" target="_blank"><img src="/images/projects/keycollect/showcase2.png"></a>
|
|
<a href="/images/projects/keycollect/showcase3.png" target="_blank"><img src="/images/projects/keycollect/showcase3.png"></a>
|
|
<a href="/images/projects/keycollect/showcase4.png" target="_blank"><img src="/images/projects/keycollect/showcase4.png"></a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
<!--footer-->
|
|
|
|
<script type="module" src="/js/imports.js"></script>
|
|
<script src="/js/global.js" defer></script>
|
|
<script src="/js/projects/keycollect.js" defer></script>
|
|
</html>
|