PHP Classes

File: settings.php

Recommend this page to a friend!
  Classes of Martijn Waeyenbergh   PHP Minesweeper   settings.php   Download  
File: settings.php
Role: Configuration script
Content type: text/plain
Description: Auxiliary script
Class: PHP Minesweeper
Manage the Minesweeper game on a Web pages
Author: By
Last change:
Date: 2 years ago
Size: 70 bytes
 

Contents

Class file image Download
<?php

    define
("GRIDSIZE",20);
   
define("NUMBEROFMINES",40);


?>