Skip to content

Commit

Permalink
moved instruction copy around a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
wooki committed Dec 17, 2012
1 parent a4e05ab commit e6de666
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
15 changes: 3 additions & 12 deletions application/views/games/role_assign.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,10 @@
<p>Note: Rebel Spies will know who each other are!</p>
<?php } ?>

<p>You
must complete 3 our of the 5 missions that you will be set to win the game.</p>
<p>Each mission will have a team leader that selects the team - you may approve or
reject this team.</p>

<p>A team leader will be assigned for each mission and they then select the operatives to
take part in the mission. Not every player
will be sent on each mission. Once the mission team has been assembled all players vote to
accept or reject the team.</p>

<p>If the team is rejected a new team leader will be selected and a new team assembled. If the
mission is accepted then the operatives will attempt
to complete the mission. Spies will try to saboutage the mission.</p>

<p>Note that five rejected teams in a row will automatically lead to a win to the Rebel Spies.</p>
<p>Remember, you must complete 3 our of the 5 missions to win the game.</p>

<?= form_open('missions/selection/'.$game->slug) ?>
<fieldset>
Expand Down
24 changes: 23 additions & 1 deletion application/views/homepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,28 @@

</div>


<div class="row">

<div class="span4 offset4">

<p>You will be set up to five missions to try and rid the galaxy of the Rebel Alliance.</p>

<p>Each mission will have a team leader who selects the mission team. Missions have different
team sizes. If the mission team is not approved by a majority then a new mission leader is
selected and may pick a new team.</p>

<p>Note that five rejected teams in a row will automatically lead to a win to the Rebel Spies.</p>

<p>If the
mission team is approved then the Imperial operatives will attempt
to complete the mission. Rebel Spies will try to saboutage the mission. This is done simply by
voting for mission success or failure.</p>

<p>You must complete 3 our of the 5 missions that you will be set to win the game.</p>


</div>
</div>

</div>

0 comments on commit e6de666

Please sign in to comment.