Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.09 KB

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: