Skip to content

HatsuneMiku-github/Funkin-android

 
 

Repository files navigation

This is the repository for Friday Night Funkin, a game originally made for Ludum Dare 47 "Stuck In a Loop".

Play the Ludum Dare prototype here: https://ninja-muffin24.itch.io/friday-night-funkin Play the Newgrounds one here: https://www.newgrounds.com/portal/view/770371 Support the project on the itch.io page: https://ninja-muffin24.itch.io/funkin

IF YOU MAKE A MOD AND DISTRIBUTE A MODIFIED / RECOMIPLED VERSION, YOU MUST OPEN SOURCE YOUR MOD AS WELL

download

https://github.com/luckydog7/Funkin-android/releases

screenshots

Build instructions

  1. first of all we need to set up haxe and haxeflixel read more here - https://github.com/ninjamuffin99/Funkin
  • Install haxe 4.2.2 instead of 4.1.5
  • if you updated it dont forget execute this command 'haxelib upgrade' and press 'y' everywhere
  • Also get extension-webm using this command: 'haxelib git extension-webm https://github.com/KlavierGayming/extension-webm'
  • the reason we use a different repo again is cuz of a lil error that happens with the audio sync, just adds a "public var renderedFrames" instead of "var renderedFrames", that's all extra that's needed
  1. after that, download Android studio, Jdk, Ndk revision 15c from these sites

3.install jdk, android studio

  • unzip ndk (ndk does not need to be installed)
  1. we need to set up android studio for this go to android studio and find android sdk (in settings -> Appearance & Behavior -> system settings -> android sdk) andr andr2

5.and run command lime setup android

  • you need to insert the program paths

  • as in this picture (use jdk, not jre) lime

  • Now do "lime rebuild extension-webm windows" (in the command line), if you're planning to build for windows. If you're plannin to build for android (which you obviously are), use "lime rebuild extension-webm android". If you get an error, download this and put the folder inside it in C:/HaxeToolkit/haxe/lib/extension-webm/git/ndll

  1. open project in command line cd (path to fnf source)
  • and run command lime build android -final
  • apk will be generated in this path (path to source)\export\release\android\bin\app\build\outputs\apk\debug\Funkin-debug.apk

Credits / shoutouts

This game was made with love to Newgrounds and it's community. Extra love to Tom Fulp.

amogus

About

friday night funkin on android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haxe 99.1%
  • Other 0.9%