Game map generator command-line tool.
- PHP >= 7.1
- Composer (if you dont have composer, visit https://getcomposer.org/download)
Clone this repository: git clone https://github.com/Vehsamrak/terraformator.git terraformator && cd $_
Install with composer: composer install
Create text map with command: php bin/terraform.php create
To run tests with built-in PHPUnit type: vendor/bin/phpunit