From a163fe3fa63c11615474346ca3efd92132f9196a Mon Sep 17 00:00:00 2001 From: bitscuit Date: Sat, 13 Mar 2021 10:28:13 +0100 Subject: [PATCH] Added short manual before start of game --- html/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/index.html b/html/index.html index 02a3d6c..6f267d0 100644 --- a/html/index.html +++ b/html/index.html @@ -114,6 +114,10 @@ socket.on("START", function(data){ page += "

Get ready!

"; page += "

The game is about to begin.

"; + + page += "

Scrawl akward stories together with your friends, line by line.

"; + page += "

Every player writes the next line of the story and then gets to vote on their favourite. You gain a point for every vote on your submission. The line with the most votes gets added to the story.

"; + page += ""; // Show page