• Coltrain
  • About
  • Experience
  • Projects
  • LinkedIn
  • Resume

Oct 26 2021

Gold Digger GBA Game

The Gold Digger Game Boy Advance (GBA) Game is a Computer Organization & Programming (CS 2110) class project. The assignment is to create a C program that would run on a Game Boy Advance emulator. The objective is to learn about low-level hardware programming in C.

[Insert Picture of Start Screen and Play Screen and Game Over Screen]

The Gold Digger GBA Game consists of a start, play, and end scene. Player can use the spacebar to start the game. The arrow keys control the pickaxe. The goal of the game is to find 5 gold nuggets in the dirt. Practices implemented for this game are:

  • Collision Detection
  • DMA
  • waitForVblank()
  • Mode 3 video
  • Button Input
  • Text Implementation
  • Background image, small image, and character image
  • Aviod tearing (image distortion)

Written by Coltrain · Categorized: Project

Reader Interactions