Skip to content

Join Navi the fairy for an adventure across Hyrule!

License

Notifications You must be signed in to change notification settings

z64me/FlappyNavi

Repository files navigation

Flappy Navi

image

Join Navi the fairy for an adventure across Hyrule!

This is my Zelda-themed Flappy Bird clone. I made it in just three days. Read my blog post about it if you'd like a glimpse into my creative process.

Building

Building is as simple as compiling every C source in the src directory and linking with -lSDL2. As a frequent Linux user, I find MXE convenient because it makes cross-compiling for Windows a breeze. Linux users with MXE set up can run release-win32-static.sh to build an entirely self-contained executable.

It compiles free of warnings, even with GCC's -Wextra flag.

Attribution

Flappy Navi was made possible by the following open-source libraries: