Releases: nightblade9/dragon
Releases · nightblade9/dragon
v0.1.0
This foundational release of Dragon includes just enough functionality to translate the default HaxeFlixel template into Python code, which you can then run.
If you want to try this yourself:
- Clone Mars
- Run
python main.py template <path>
- Run
python main.py build <path>
with the template path - Change directory to
path
- Run
lime test neko
You should see the HaxeFlixel splash screen and then an empty black screen with the HaxeFlixel pointer. (You will need to install HaxeFlixel and all its dependencies first.)