Skip to content

GBA game implemented in C designed to run on an Emulator.

Notifications You must be signed in to change notification settings

kevinwlee787/gba-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World's Hardest GBA Game

Purpose

C program designed to run on the mGBA emulator
Inspiration to web game - World's Hardest Game
Assignment for CS 2110 - Spring 22

Installation

Clone repo
Load ROM - game.gba - with any emulator (Recommend mGBA, link above)

C source code are here along with a Makefile if you'd like to modify / recompile code

Compilation

make all to compile
make clean to clean up .o files
make clean-gba to clean up gba files

Controls

A to start the game on the home menu
Select to reset back to home menu at anytime
Up to move up
Down to move left
Left to move left
Right to move right

How to Win

Move your character from the left side of the screen to the victory zone on the right. Complete this objective in as short as time as possible. A LOWER score is better. Good luck!

About

GBA game implemented in C designed to run on an Emulator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages