Project

rubygb

0.0
No commit activity in last 3 years
No release in over 3 years
A stupid gem that comes bundled with an osx compatible version of rgbds
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.19
 Project Readme

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