Added short manual before start of game

This commit is contained in:
bitscuit 2021-03-13 10:28:13 +01:00
parent 73abb990fe
commit a163fe3fa6
1 changed files with 4 additions and 0 deletions

View File

@ -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>&nbsp;&nbsp;&nbsp;Let's begin!</button>";
// Show page