# rubygb [![[version]](https://badge.fury.io/rb/rubygb.svg)](http://badge.fury.io/rb/rubygb) [![[travis]](https://travis-ci.org/rkachowski/rubygb.png)](https://travis-ci.org/rkachowski/rubygb) Bundles the [rgbds-linux](https://github.com/bentley/rgbds) compiler (for OSX) along with some helpful libs from galp to create and build gameboy roms in a quick and stupid way. ## Setup Add to your `Gemfile`: ```ruby gem 'rubygb' ``` ## Usage ```ruby ``` ## Awesomeness All the cool parts are from other people * [rgbds-linux](https://github.com/bentley/rgbds) * [gameboy assembly language primer (galp)](http://www.devrs.com/gb/docs.php) - devrs.com ## MIT License Copyright (C) 2016 Donald Hutchison . Released under the MIT license.