diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |