Added short manual before start of game
This commit is contained in:
parent
73abb990fe
commit
a163fe3fa6
|
@ -114,6 +114,10 @@ socket.on("START", function(data){
|
|||
|
||||
page += "<h1>Get ready!</h1>";
|
||||
page += "<p>The game is about to begin.</p>";
|
||||
|
||||
page += "<p>Scrawl akward stories together with your friends, line by line.</p>";
|
||||
page += "<p>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.</p>";
|
||||
|
||||
page += "<button id='button_ok' class='button button-primary' onclick='button_ok()'><i class='fas fa-arrow-right'></i> Let's begin!</button>";
|
||||
|
||||
// Show page
|
||||
|
|
Loading…
Reference in New Issue