summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-03-26 21:09:38 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-03-26 21:09:38 -0600
commitd553553d1a6c15a10f78010ead9963772868e3be (patch)
treeb5642aedd07ab16dade8c40549726e9582640677 /index.html
parent230f98aa491be2d30e0162022ae7380948df4bbf (diff)
downloadsimponic.xyz-d553553d1a6c15a10f78010ead9963772868e3be.tar.gz
simponic.xyz-d553553d1a6c15a10f78010ead9963772868e3be.zip
Add centipede
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index 5107355..452ab03 100644
--- a/index.html
+++ b/index.html
@@ -47,6 +47,17 @@
<p>A Randomized Kruskal's Maze game with BFS path-finding. You play as a 🌽corn stalk trying to become 🍿popcorn.</p>
</div>
</div>
+
+ <div class="project" onclick="window.location='centipede/index.html'">
+ <div class="project-logo-container">
+ <i class="fa-solid fa-mosquito"></i>
+ </div>
+
+ <div class="project-body" >
+ <h1>Centipede</h1>
+ <p>In this game, shoot all the centipede bodys and score points and go up levels.</p>
+ </div>
+ </div>
</div>
</div>
</body>