Made with <3 by mateus.digital.
El Jamon Volador is homage to Flappy Bird developed for the original Nintendo's Game Boy.
It is my first Game Boy game!
You can play it online and download the ROM.
The Game Boy frame was developed by me using pure CSS - give a look :)
As usual, you are very welcomed to share and hack it.
game/include
- The game headers.game/src
- The sourcesgame/third_party
- GBDK resources to build the game.html
- Resources / files need to build the game's website.res
- Resources used to create the project.scripts
- Scripts to build the game and website.
CAVEAT: It just builds on OSX for now - for some reason an invalid rom
is generated with the gbdk-2020 and in non OSX hosts.
git clone https://github.com/mateus.digital/el_jamon_volador
cd el_jamon_volador
./scripts/build-game.sh ## Builds the gameboy game, results: ./build/el_jamon_volador-x.y.z.gb
./scripts/build-static.sh ## Builds the landing page, results: ./out/*
I used a lot of free and open resources, for which I'm most grateful!
- Raymond Larabie - For the FOO font used on the logo.
- bitnenfer - For the main inspiration and the background tileset.
This software is released under GPLv3.
- Email: hello@mateus.digital
- Website: https://mateus.digital
- Itch.io: https://mateusdigital.itch.io
- Linkedin: https://www.linkedin.com/in/mateusdigital
- Twitter: https://www.twitter.com/_mateusdigital
- Youtube: https://www.youtube.com/@_mateusdigital
There's more FLOSS things at mateus.digital :)