Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 681 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 681 Bytes

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