- Detective Baldi: Programming
- KayipKux: Artist and composer
- Berry: Concept designer
- Sword352: FnF Eternal and the baseline of several new feature rewrites
Follow these steps to build the game:
- Install Haxe.
- Install the required libraries by running the following commands:
lime
:haxelib install lime
openfl
:haxelib install openfl
flixel
:haxelib git flixel https://github.com/HaxeFlixel/flixel --skip-dependencies
flixel-addons
:haxelib git flixel-addons https://github.com/HaxeFlixel/flixel-addons
haxeui-core
:haxelib git haxeui-core https://github.com/haxeui/haxeui-core
haxeui-flixel
:haxelib git haxeui-flixel https://github.com/haxeui/haxeui-flixel --skip-dependencies
- Build the game by running the following command in a command prompt (replace :target: with a specific target like html5, cpp, etc.):
haxelib run lime build :target: