Skip to content

rkachowski/rubygb

Repository files navigation

rubygb [version] [travis]

Bundles the rgbds-linux compiler (for OSX) along with some helpful libs from galp to create and build gameboy roms in a quick and stupid way.

Setup

Install from rubygems

gem install rubygb

Usage

$ rubygb init you
Creating new project at /Users/cooldev/you
Copying gbhw.inc...
Copying ibmpx1.inc...
Copying memory.inc...
Generating you/you.s...
Done!

$ cd you

$ rubygb build you.s
Assembling you.s
Pass 1...
Pass 2...
Success! 3283 lines in 0.01 seconds (13894335 lines/minute)

$ gameboyemulator --open you.gb

despite everything, it's still you

Goals

  • other platform support
  • bundle an emulator
  • templates
  • ruby dsl
  • tools
    • image converter

Awesomeness

All the cool parts are from other people

About

a gem to build gameboy roms from assembly code so i can be better than gustavo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published