GB Studio: Drag and drop retro game creator for GameBoy

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. gb-studio

    A quick and easy to use drag and drop retro game creator for your favourite handheld video game system

    It actually does interpret bytecode, you can see the opcode definitions here https://github.com/chrismaltby/gb-studio/blob/1f995a976bd3aa...

    The trick is that a lot of the heavier stuff is implemented in assembly and this is mostly used for lighting scripting (from what I understand).

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. gbdk-2020

    An updated version of GBDK, C compiler, assembler, linker and set of libraries for the Nintendo Gameboy, Nintendo Entertainment System, Sega Master System, Sega Game Gear.

    If you want to program the Gameboy or Gameboy color with C or C++ the SDCC compiler is typically used: https://sdcc.sourceforge.net/ There's a ton of good info and dev tools here: https://github.com/gbdk-2020/gbdk-2020

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Secret to Fast Typing on the Game Boy: Here’s How I Did It!

    2 projects | dev.to | 24 Oct 2024
  • Game Boy Competition 2023

    3 projects | /r/Gameboy | 29 May 2023
  • Call of Duty: Retro Warfare

    1 project | /r/gbstudio | 26 Dec 2022
  • Yo people I'm working on a GB Homebrew game in C and need some help running 2 loops at once I'll go into detail in the body

    2 projects | /r/C_Programming | 11 Dec 2022
  • I released a new game compatible with Game Boy Color!

    4 projects | /r/Gameboy | 7 Mar 2022

Did you know that C is
the 6th most popular programming language
based on number of references?