- 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 limeopenfl:haxelib install openflflixel:haxelib git flixel https://github.com/HaxeFlixel/flixel --skip-dependenciesflixel-addons:haxelib git flixel-addons https://github.com/HaxeFlixel/flixel-addonshaxeui-core:haxelib git haxeui-core https://github.com/haxeui/haxeui-corehaxeui-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: