Mars is a command-line tools for generating and running HaxeFlixel games in Python, via Dragon. Mars is currently useful for intermediate users of Haxe, who are used to looking up APIs and troubleshooting Haxe compilation errors.
mars template
: creates a new HaxeFlixel starter project, in Pythonmars build <platform>
: transpiles the Python code to HaxeFlixel and builds it against the specified Haxe target platform (wraps calls tolime build <platform>
).