diff --git a/.gitmodules b/.gitmodules index 5bb1045..f94f516 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "src/games/asteroids"] path = src/games/asteroids url = git@github.com:Couchfriends/HTML5-Asteroids.git +[submodule "src/games/soccer"] + path = src/games/soccer + url = git@github.com:Couchfriends/soccer.git diff --git a/games.html b/games.html index ce010f6..dc94d46 100644 --- a/games.html +++ b/games.html @@ -301,7 +301,37 @@