brunoro / rubygb

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Assembly 74.9%Language:C++ 17.4%Language:Ruby 7.6%