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
- Host: GitHub
- URL: https://github.com/vehsamrak/terraformator
- Owner: vehsamrak
- License: gpl-3.0
- Created: 2017-01-25T16:06:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T16:54:57.000Z (over 8 years ago)
- Last Synced: 2025-03-30T10:31:39.425Z (over 1 year ago)
- Topics: console-tool, game, game-map
- Language: PHP
- Size: 394 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraformator
Game map generator command-line tool.
[](https://scrutinizer-ci.com/g/Vehsamrak/terraformator/build-status/master)
[](https://scrutinizer-ci.com/g/Vehsamrak/terraformator/code-structure/master)
[](https://scrutinizer-ci.com/g/Vehsamrak/terraformator/code-structure/master)

### 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`