hypersurge / awe6

awe6, the inverted game framework (Haxe)
http://awe6.org
MIT License
79 stars 11 forks source link

Beginner friendly intro #22

Closed jsaade closed 9 years ago

jsaade commented 9 years ago

The current installation instructions and tutorials are not beginner friendly at all. Especially to people new to haxe.

How do you compile? The helloworld example just has a bunch of commands but no instructions on where to use them (I am on mac)?

In addition, the demos are not compiled (if I run the .htm files included it says missing files like game.js).

Thanks

hypersurge commented 9 years ago

Thanks for your feedback.

I've tweaked HelloWorld to remove the need for HXML (a Haxe compiler markup language) and made reference to using Haxe. Please let me know if the example makes more sense now.

The Demos are not exactly exciting, and used more for testing purposes. Their compiled output is not pushed to Github (else every commit would be bloated). Instead see these.

The Demos do currently rely on FlashDevelop to build - it doesn't come much easier than this for Windows, but I can see it is unhelpful for Mac users. I will add HXML or command line notes as alternatives.

hypersurge commented 9 years ago

Command line hints added to README.md for each demo project. Also see samples for more.

jsaade commented 9 years ago

Thanks a lot for the fast response.