UNPKG

nodegame-game-template

Version:

Template files for a standard nodeGame game

25 lines (24 loc) 1.09 kB
<!doctype 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> This game is played by two human players (you and another person). <br><br> In each round, you either play as a <em>DICTATOR</em> or as an <em>OBSERVER</em>. The dictator decides how to share <span id="coins"> - </span> ECU (Experimental Currency). 100 ECU are equal to <span id="exchange-rate"> - </span> USD. The observer simply observes the decision by the dictator and payoff for both players realize accordingly. <br><br> The game is repeated <span id="rounds"> - </span> rounds, and each round roles are randomly assigned. <br><br> </div> If you understood the instructions correctly press the "DONE" button to proceed to the game. </div> </body>