a Funky Maker: Mobile clone built on HaxeFlixel
Funky Maker: Mobile is an app made to make the process of creating fnf "levels" easier
includes a chart editor (with it being able to import charts from other engines), a scene/stage editor
and the ability to upload and share levels with other players built-in into the app
basically the spiritual succesor to Friday Night Maker
hell, its even made by the same dev
since theres no actual releases yet, you will need to compile the game yourself to try it
compiling WILL take a long time for the first time, as it needs to compile all the libraries too
this guide assumes you're already familiar with haxeflixel projects
- Haxe
- HaxeFlixel and its dependencies
- also install
flixel-ui - you dont need to "install the flixel command"
- also install
- proper build tools (gcc, clang, visual studio build tools, etc)
- cd into the project's root folder (next to the
Project.xmlfile) - run
lime build cpp- you may also add a
-debugflag to enable debugging features - using
cppas a platform will default to your os
- you may also add a
this project is not made or endorsed by KinGamesCreator