Read the "license" file for information about copyright.
Hosting Requirements: http web server, mysql database system, php.
Before using this code make sure you have the latest versions of the above mentioned software requirements.
Installation steps:
- create a database in mysql;
- import the "install/d13_install.sql" file in the database you just created.
- edit the database connection data in the "d13/core/d13_config.inc.php" file;
- go to the install page "http://localhost/d13/install/install.php"
to add the admin account and map data to the database;
- optionally, you can edit the map you'll be using by changing the "install/grid.png" image;
- each pixel represents one map sector;
- blue (RGB: 0 0 255) is for water, green (RGB: 0 255 0) is for land;
- delete the "install" folder;
End User Requirements: Up to date browser with HTML5 / CSS3 capability.