diff --git a/.gitmodules b/.gitmodules index 0691a0d..9205f28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/centipede b/centipede new file mode 160000 index 0000000..2b737c7 --- /dev/null +++ b/centipede @@ -0,0 +1 @@ +Subproject commit 2b737c7535d1d92a6e8bf1f24307efafdb3f132d diff --git a/index.html b/index.html index 5107355..452ab03 100644 --- a/index.html +++ b/index.html @@ -47,6 +47,17 @@

A Randomized Kruskal's Maze game with BFS path-finding. You play as a 🌽corn stalk trying to become 🍿popcorn.

+ +
+
+ +
+ +
+

Centipede

+

In this game, shoot all the centipede bodys and score points and go up levels.

+
+