Super Hexagon Clone in 6 hours in HaXe
Multi-platform version (Win64, Linux64) Tested on Win64
- Download and install HaXe
On Windows: add haxe binaries to your path for use in command shell
- Install OpenFL
haxelib install openfl
haxelib run openfl setup
To verify if openfl is correctly installed write in shell
openfl
- Install HaxeFlixel and FlixelTools by command shell
haxelib install flixel
haxelib update flixel
haxelib install flixel-tools
haxelib run flixel-tools setup
- Download and install FlexSDK (optionnal)
- Create a project from existing file in your favorite IDE (Intellij IDEA)
For Intellij IDEA, you will need to open "File > Project Structure" and define the SDKs used
HaXe SDK with Neko and Haxelib binaries
FlexSDK directory
You will also need to setup the dependencies of the project
haxelib|/haxe/lib/openfl/3,1,0
haxelib|/haxe/lib/flixel/3,3,8
haxelib|/haxe/lib/lime/2,4,4
flixel-addons|/haxe/lib/flixel-addons/1,1,0
- Load, compile and run the project in C++/EXE
- HaXe
- HaXe Flixel
Please check LICENSE.MD for details