Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 502 Bytes

Please refer to the main README.md for information about this example

How to compile and run

CPP

haxe build_cpp.hxml && ./output/cpp/Main

JAVA

haxe build_java.hxml && java -jar output/java/Main.jar

NEKO

haxe build_neko.hxml && neko output/Main.n

FLASH

haxe build_flash.hxml After open the swf file output/Main.swf

Note Flash connection to remote servers is usually blocked by the Security restrictions (always allowed same domain)