FNF: Indie Cross is a massive community collaboration with the goal of bringing together an ultimate rhythm gaming experience
- ninjamuffin99 - Programming
- PhantomArcade3K and Evilsk8r - Art
- Kawai Sprite - Music
This game was made with love to Newgrounds and its community. Extra love to Tom Fulp.'
- Install Haxe
- Install
git
.- Windows: install from the git-scm website.
- Linux: install the
git
package:sudo apt install git
(ubuntu),sudo pacman -S git
(arch), etc... (you probably already have it)
- Install and set up the necessary libraries:
haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib run lime setup
haxelib run lime setup flixel
haxelib install flixel-tools
haxelib run flixel-tools setup
haxelib install flixel-addons
haxelib install flixel-ui
haxelib install linc_luajit
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
haxelib git systools https://github.com/haya3218/systools
haxelib run lime rebuild systools windows
haxelib git tentools https://github.com/TentaRJ/tentools