An open API service indexing awesome lists of open source software.

https://github.com/vehsamrak/terraformator

Game map creator
https://github.com/vehsamrak/terraformator

console-tool game game-map

Last synced: 4 days ago
JSON representation

Game map creator

Awesome Lists containing this project

README

          

# Terraformator
Game map generator command-line tool.

[![Build Status](https://scrutinizer-ci.com/g/Vehsamrak/terraformator/badges/build.png?b=master)](https://scrutinizer-ci.com/g/Vehsamrak/terraformator/build-status/master)
[![Code Coverage](https://scrutinizer-ci.com/g/Vehsamrak/terraformator/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Vehsamrak/terraformator/code-structure/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Vehsamrak/terraformator/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Vehsamrak/terraformator/code-structure/master)

![terraformator result image](https://raw.githubusercontent.com/Vehsamrak/terraformator/master/resources/biom-map-small.png)

### Requirements
* PHP >= 7.1
* Composer (if you dont have composer, visit https://getcomposer.org/download)

### Installation
Clone this repository: `git clone https://github.com/Vehsamrak/terraformator.git terraformator && cd $_`

Install with composer: `composer install`

### Usage
Create text map with command: `php bin/terraform.php create`

### Tests
To run tests with built-in PHPUnit type: `vendor/bin/phpunit`