Sha256: f8de198b2075211d83a51db2b6bb2198ec8d423ede99858d8d9ca8508b327fba

Contents?: true

Size: 793 Bytes

Versions: 1

Compression:

Stored size: 793 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

Install from rubygems

```ruby
gem install rubygb
```

## Usage

```ruby
rubygb build FILENAME
```

## 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.2.0 README.md