From 2627fcc50931cb04b3494415f7ba00fde56627e7 Mon Sep 17 00:00:00 2001 From: nightblade9 Date: Thu, 18 Jan 2018 16:09:59 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 89ad6a7..fbdc3a2 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,15 @@ Dragon is a *universal Python translater*. It achieves this by transpiling Pytho ---- - Currently, Dragon is in a very early stage of development. We're using Lark to generate the parse tree, and then generate the resulting Haxe code. +Currently, Dragon is in a very early stage of development. We're using Lark to generate the parse tree, and then generate the resulting Haxe code. - Our roadmap: +Our roadmap: - - Transpile a very simple "hello world" HaxeFlixel project - - Transpile a more complicated HaxeFlixel game - - Transpile one of the Kha game tutorials +- [X] Transpile the default HaxeFlixel "hello world" template (v0.1) +- [ ] Transpile a more complicated HaxeFlixel template +- [ ] Transpile an actual HaxeFlixel game +- [ ] Transpile one of the Kha game tutorials - Once we achieve these goals, we plan to release the `v1` version of Dragon. +Once we achieve these goals, we plan to release the `v1.0` version of Dragon. - You may also be interested in [Mars](https://github.com/nightblade9/mars), our companion project which handles generating and compiling HaxeFlixel projects (via Dragon). \ No newline at end of file +You may also be interested in [Mars](https://github.com/nightblade9/mars), our companion project which handles generating, compiling, and running Python-based HaxeFlixel projects (via Dragon).