From fb2536e65c4c8f6248393da210a5fb812ce6afce Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Wed, 11 Sep 2019 02:00:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1fb6926..92e4b2b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Werewolf +This is the code currently running at https://play-werewolf.herokuapp.com + An online multiplayer version of the social deception game Werewolf. This is a Javascript application running on a node express server. I am using the socket.io package as a wrapper for Javascript Websocket. This was built from scratch as a learning project.