Skip to content
Zachary Lewis edited this page May 2, 2014 · 6 revisions

Getting Started

If you're just getting started with FlashPunk, take a moment to read the tutorials available at useflashpunk.net.

If you're still stuck, hop over to the FlashPunk Developer's forum and ask the community.

Developers

Building FlashPunk

FlashPunk can be built using the compc tool available in the Flex distro, and will look something like this:

$ compc -include-sources <source directory> -output <output filename>

Building Documentation

FlashPunk is documented using ASDocs. Documentation can be built by using the asdoc tool available in the Flex distro, and will look something like this:

$ asdoc -doc-sources <source directory> -output <output directory> -window-title "FlashPunk Documentation" -main-title "FlashPunk"

Versioning

FlashPunk uses Semantic Versioning

Clone this wiki locally