Skip to content

A toy video game that runs on Nintendo's original Game Boy

Notifications You must be signed in to change notification settings

dmcardle/vidyagame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vidyagame

Build

This is my toy video game, written in C, that runs on Nintendo's original Game Boy!

Compiling the ROM

Before you can compile the ROM, you'll need to run the setup script. It fetches GBDK, installs packages, etc. The supported compilation environment is whatever happens to be on my computer --- currently, that's Ubuntu 22.10.

./setup.sh

Now that the environment is set up, you can use make to build the ROM.

# Compile the ROM.
make game.gb

# Run the ROM in an emulator.
make run

About

A toy video game that runs on Nintendo's original Game Boy

Resources

Stars

Watchers

Forks

Packages

No packages published