Drawing Backgrounds on The Game Boy Advance

When making your Game Boy Advance games, backgrounds will make up most of the world. You’ll use it for them environment, for buildings, and more. In this tutorial, you’ll learn how to use Butano Game Engine’s regular backgrounds.
Handling keypad input on the Game Boy Advance

Joypad Input with Butano is very simple. All of the hard-work is done for you. The engine provides functions for whatever you may need.
Drawing sprites on the Game Boy Advance

Sprites are used to represent more of the objects in video games. We can move them around the screen, animate them, and more.
Butano Project Structure for Making GBA games

The Butano Game Engine has a basic structure you need to follow. This might sound limiting, but it makes getting started very straight forward, and easy to follow. In this tutorial, i’ll break down
Setting up Butano for Making GBA Games

Butano is a high-level c++ game engine for making games for the Game Boy Advance. This tutorial will help you get your computer up and running for GBA Game Development.