From d5cb122dde6fe247e0fec33d674b7b6fe87046bb Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Wed, 11 Sep 2019 01:57:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d727bd4..1fb6926 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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 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. This is meant to facilitate the game in a real-life social setting and provide utility/convenience - not control all aspects of the game flow. The app allows players to create or join a game lobby where state is synchronized. The creator of the game will have built a deck with certain roles in it, and once the game begins, this deck will be randomly dealt to all participants.