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.