Add centipede

This commit is contained in:
Logan Hunt 2022-03-26 21:09:38 -06:00
parent 230f98aa49
commit d553553d1a
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1
3 changed files with 15 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "maize-maze"]
path = maize-maze
url = git@github.com:Simponic/maize-maze
[submodule "centipede"]
path = centipede
url = git@github.com:Simponic/centipede.git

1
centipede Submodule

@ -0,0 +1 @@
Subproject commit 2b737c7535d1d92a6e8bf1f24307efafdb3f132d

View File

@ -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>