GithubHelp home page GithubHelp logo

laroldsjubilantjunkyard / flappy-bird-gameboy Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 0.0 72 KB

Flappy Bird Gameboy Homebrew. Now you can play the popular hyper casual game on your nintendo gameboy.

C 97.97% Batchfile 2.03%
c game-development homebrew

flappy-bird-gameboy's People

Contributors

laroldsjubilantjunkyard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

flappy-bird-gameboy's Issues

Recommendation to use new, improved GBTD/GBMB and const arrays for gfx

Congrats on the site launch and all the shared project code!
It's an impressive amount of content and looks really approachable. I've been hoping someone might put together an updated collection of tutorials like this.

At first glance I have a recommendation for both the site content generally and this projects code (maybe other's haven't looked close yet):

On this page, (and perhaps elsewhere?) the old version of GBTD/GBMB is recommended.
https://laroldsjubilantjunkyard.com/useful-resources/

While it works ok, there is an updated version by one of the GBDK-2020 maintainers (toxa). Among the main things it fixes are defaulting to export C arrays as const unsigned char (which uses ROM) instead of unsigned char (which uses RAM and increases code size due to needing to init the RAM).
https://github.com/gbdk-2020/GBTD_GBMB
https://gbdk-2020.github.io/gbdk-2020/docs/api/docs_coding_guidelines.html#const_gbtd_gbmb

As an example within this project, the following array looks like it would be a pure const ROM array instead and save a bunch of RAM:
https://github.com/LaroldsJubilantJunkyard/flappy-bird-gameboy/blob/master/source/default/Graphics/BirdAndPipes.c#L26

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.