From ec9f210f01a2f4b311305577f3a1f8b6d1df1073 Mon Sep 17 00:00:00 2001 From: thepercentageguy <54141759+thepercentageguy@users.noreply.github.com> Date: Fri, 10 Jun 2022 22:15:41 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7915cdda3a..f813ea4135 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,38 @@ Yes, the name is a music joke and a programming joke at the same time. No, I won't change it. +[DISCORD SERVER](https://discord.gg/x6pvf3WPyW) + ## The actually important shits -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 +### What's FNF♯? + +FNF♯ is the spiritual successor to UFNF and NUFNF however if you prefer NUFNF i recommend checking out Sublime Engine by @SpunBlue which runs on the NUFNF codebase. + +### What makes it better than (N)UFNF? + +The Input system for the most part. FNF♯'s input system is distance-based, which means it calculates your rating based on the distance from the notes to the strumline in pixels while most other input systems are based on the timing of the song. Also, unlike (N)UFNF, FNF♯ is cross-platform being available for Windows, Mac, and Linux. + +### Who's working on FNF♯? + +Check Credits/Shoutouts section. + +### Previews + +(COMING SOON) IF YOU MAKE A MOD AND DISTRIBUTE A MODIFIED / RECOMPILED VERSION, YOU MUST OPEN SOURCE YOUR MOD AS WELL -## Credits / shoutouts -- [thepercentageguy](https://twitter.com/PercentageGuy) - Mod Programmer, Engine Creator -- [Trigger_](https://www.instagram.com/trigger_drawings/) - Director, Artist, Animator of the mod -- [TheHipOne](https://twitter.com/thehipone1) - Musician +# Credits / shoutouts + +- [thepercentageguy](https://twitter.com/PercentageGuy) - Main Developer + +- [SpunBlue](https://twitter.com/SpunBlue) - MacOS and Windows builds + +- [Trigger](https://www.instagram.com/trigger_drawings/) - Logo This engine was made with love to the original game and it's devs. -## Resources +# Resources + [PhantomMuff font by Cracsthor](https://gamebanana.com/tools/7763) From 062765f455b70e794badfb550fb8ee6226e68e62 Mon Sep 17 00:00:00 2001 From: thepercentageguy <54141759+thepercentageguy@users.noreply.github.com> Date: Sat, 11 Jun 2022 14:21:18 +0200 Subject: [PATCH 2/2] added logo to readme lol --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f813ea4135..cd9e345766 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Friday Night Funkin Sharp Engine + + +--- Yes, the name is a music joke and a programming joke at the same time.