Skip to content

mateusdigital/el_jamon_volador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

El Jamon Volador

Made with <3 by mateus.digital.

Description:

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.

Directory structure

  • game/include - The game headers.
  • game/src - The sources
  • game/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.

Building

    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/*

Dependencies:

  • GBDK - for building the gameboy game.
  • PollenBoy - for the website emulator.

Thanks to:

I used a lot of free and open resources, for which I'm most grateful!

License:

This software is released under GPLv3.

Others:

There's more FLOSS things at mateus.digital :)