Sha256: c29b2e6da187a2a072a753d200cfdd461a32aec284e01a9039afc2c1470a1462
Contents?: true
Size: 767 Bytes
Versions: 1
Compression:
Stored size: 767 Bytes
Contents
# 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 <donaldhutchison.info>. Released under the MIT license.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubygb-0.1.0 | README.md |