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

- + + Play + + +
+ + + + +
+
+ + Soccer +
+ +
+ A soccer game for where you can have 11 keepers. One of the first prototype games for Couchfriends. +
+ + + + Open Source + + + + + 2015 + +
+
+ Play diff --git a/src/games/soccer b/src/games/soccer new file mode 160000 index 0000000..bc0cb61 --- /dev/null +++ b/src/games/soccer @@ -0,0 +1 @@ +Subproject commit bc0cb61af23cb2e4956f442f13e7136d7b111aa9 diff --git a/src/images/games/soccer-2d-browser-multiplayer.png b/src/images/games/soccer-2d-browser-multiplayer.png new file mode 100644 index 0000000..3080bde Binary files /dev/null and b/src/images/games/soccer-2d-browser-multiplayer.png differ