# LDtk Importer for Phaser (Alfa)

[TAIGA](https://tree.taiga.io/project/mobilex1122-phaser-ldtk-importer) | [NPM](https://www.npmjs.com/~mobilex1122)

## About
This is a try to create [LDtk](https://ldtk.io/) importer for [Phaser Game engine](https://phaser.io/).

## Download and use
Download not yet available. (Be ready for NPM release)

## Doc
Documantation also not available right now.

## FAQ
#### What's LDtk?
LDtk is user friendly level editor. [More Here](https://ldtk.io/about/)
#### What's Phaser?
Phaser is JavaScript based Game Engine that's inspired by Flash. [Phaser Webiste](https://phaser.io/)

## Goals

- [ ] Make Full Indexation of data.
- [ ] Ability to Generate [Tilemap](https://newdocs.phaser.io/docs/3.80.0/Phaser.Tilemaps.Tilemap)
- [ ] Bind Object classes to Level Objects (`this.objects = lavel.addFromClass(Enemy,'Walker')`)
- [ ] More to go. :)
