|
@@ -41,6 +41,18 @@
|
|
|
<main>
|
|
|
<section id="prototype-section">
|
|
|
<h2 id="prototypes">Prototypes</h2>
|
|
|
+ <div class="project">
|
|
|
+ <div class="teaser">
|
|
|
+ <a href="./spookonomics" target="_blank">
|
|
|
+ <img src="./spookonomics/og_image.png"
|
|
|
+ alt="My ThreeJS Halloween 2024 entry; a game about a witch brewing potions and selling them to spooky clientele." />
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="description">
|
|
|
+ <h3><a href="./spookonomics" target="_blank">Spookonomics</a></h3>
|
|
|
+ <p>My ThreeJS Halloween 2024 entry; a game about a witch brewing potions and selling them to spooky clientele.</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="project">
|
|
|
<div class="teaser">
|
|
|
<a href="./threejs/portal" target="_blank">
|
|
@@ -138,6 +150,17 @@
|
|
|
<p>A js13k game entry with it's primary mechanic based on a "pipes" style game.</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="project">
|
|
|
+ <div class="teaser">
|
|
|
+ <a href="./ballsort" target="_blank"><img src="./ballsort/ballsort_card.png"
|
|
|
+ alt="A simple canvas implementation of one of those sorting games." /></a>
|
|
|
+ </div>
|
|
|
+ <div class="description">
|
|
|
+ <h3><a href="./ballsort" target="_blank">Ballsort</a>
|
|
|
+ </h3>
|
|
|
+ <p>A simple canvas implementation of one of those sorting games.</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="project">
|
|
|
<div class="teaser">
|
|
|
<a href="http://ganache.eyeofmidas.net/" target="_blank">
|