PHP Classes

File: game/truthdare/views/intro.php

Recommend this page to a friend!
  Classes of Dave Smith   The Gameboard   game/truthdare/views/intro.php   Download  
File: game/truthdare/views/intro.php
Role: Application script
Content type: text/plain
Description: Game View
Class: The Gameboard
Implement a board game using the takeover strategy
Author: By
Last change:
Date: 6 years ago
Size: 857 bytes
 

Contents

Class file image Download
<div id="view-intro">
    <p>Each player takes a turn rolling the dice and moving around the board.</p>
    <p>If a tile is not claimed, it becomes yours. If it is claimed, you must either tell the truth or perform a dare to take it away from the other player.</p>
    <p>Landing on the Truth tile will move you to a random tile, where you must tell the truth if it is already claimed</p>
    <p>Landing on the Dare tile will move you to a random tile, where you must perform a dare if it is already claimed</p>
    <p>Once a player owns all the squares or is the last remaining player, they are declared the winner.</p>
    <form method="post">
        <div class="form-submit">
            <input type="hidden" name="a" value="selplayer">
            <input type="submit" name="submit" value="Select Players">
        </div>
    </form>
</div>