nodegame-game-template
Version:
Template files for a standard nodeGame game
24 lines (23 loc) • 899 B
HTML
<title>INSTRUCTIONS</title>
<link rel="stylesheet" href="/lib/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="/stylesheets/nodegame.css" />
<link rel="stylesheet" href="css/style.css" />
<body>
<div id="container">
<h1>Instructions</h1>
<h3>Please read them carefully</h3>
<div id="instructions">
<br>
In this game, you need to guess if the value
of a randomly generated number between 1 and 10 is larger than 5.
<br><br>
For each correct answer you will win <span id="coins"> - </span> ECU (Experimental Currency).
100 ECU are equal to <span id="exchange-rate"> - </span> USD.
<br><br>
The game is repeated <span id="rounds"> - </span> rounds.
<br><br>
</div>
If you understood the instructions correctly press the "DONE" button to proceed to the game.
</div>
</body>