Skip to content

vehsamrak/terraformator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraformator

Game map generator command-line tool.

Build Status Code Coverage Scrutinizer Code Quality

terraformator result image

Requirements

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