PHP Classes

File: game/sipstrip/views/intro.php

Recommend this page to a friend!
  Classes of Dave Smith   The Gameboard   game/sipstrip/views/intro.php   Download  
File: game/sipstrip/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: 914 bytes
 

Contents

Class file image Download
<div id="view-intro">
    <p>Warning!!! This game includes adult content and promotes drinking</p>
    <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 Sip or Strip to take it away from the other player.</p>
    <p>Landing on the Oh No or Just 4 Fun tiles requires you to perform the task presented, or quit the game.</p>
    <p>Passing the start earns you back one peice of clothing, landing on it earns back 2 pieces, if you have already stripped.</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>