/phaser-ldtk-importer

LDtk importer for Phaser engine.

Primary LanguageJavaScriptMIT LicenseMIT

LDtk Importer for Phaser (Alfa)

TAIGA | NPM | WIKI

SEARCHING FOR MAINTAINERS!!

This project is currently only maintained by me and I don't know if I will be able to finish it. If you have a knowlage of JavaScript and are willing to help please do so. Thanks

About

This is a try to create LDtk importer for Phaser Game engine.

Download and use

Stable

Hello world available :)

Beta

NPM: npm i github:mobilex1122/phaser-ldtk-importer

PNPM: pnpm i github:mobilex1122/phaser-ldtk-importer

Doc

Documantation also not available right now.

FAQ

What's LDtk?

LDtk is user friendly level editor. More Here

What's Phaser?

Phaser is JavaScript based Game Engine that's inspired by Flash. Phaser Webiste

Goals

  • Make Full Indexation of data.
  • Ability to Generate Tilemap
  • Bind Object classes to Level Objects (this.objects = lavel.addFromClass(Enemy,'Walker'))
  • More to go. :)