A Friday Night Funkin' engine designed to be lightweight and easy to mod. Use .hx
files to make modcharts, stages, characters, states, and more!
- Step 1. Install git-scm if you don't have it already.
- Step 2. Install Haxe
- Step 3. Install HaxeFlixel
- Step 4. Run these commands to install required libraries:
haxelib git flixel https://github.com/YoshiCrafter29/flixel
haxelib git hxCodec https://github.com/swordcube/hxCodec-testing
haxelib git hscript-improved https://github.com/YoshiCrafter29/hscript-improved
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
haxelib git openfl https://github.com/openfl/openfl
- Step 5. If you run on Windows, install Visual Studio Community 2019 using these specific components in
Individual Components
instead of selecting the normal options:
* MSVC v142 - VS 2019 C++ x64/x86 build tools
* Windows SDK (10.0.17763.0)
- Step 6. Run
lime test <windows/linux/mac>
, choosing your OS. (Ex.lime test windows
)