Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.12 KB

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