List features:
- Players attributes
- Special Victory/Loss conditions
- Teams
- Artefacts
- Rumors
- Display minimap (in progress)
Code example:
require_once 'php/MapH3M.php';
$file = new MapH3M('maps/Ascension.h3m');
$file->displayBaseInfoMap();
- Add Def parser.
List features:
- Players attributes
- Special Victory/Loss conditions
- Teams
- Artefacts
- Rumors
- Display minimap
Requirements:
- Node 4.x
Run node js/index.js and look at the console and the json data has been saved into js/data folder.
File js/server/server.js run the server of node js which displays the canvas tag. Here should be display the map from json format.