Project

rubyboy

0.02
There's a lot of open issues
A Game Boy emulator written in Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.16, >= 1.16.3
 Project Readme


A Game Boy emulator written in Ruby

Screenshots

Requirements

SDL2

Installation

This project requires Ruby 3.2.0 or higher.

Tip

To enhance performance, it is highly recommended to use Ruby 3.3.x with YJIT.

Install the gem and add to the application's Gemfile by executing:

$ bundle add rubyboy

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install ffi rubyboy

Usage

$ RUBYOPT=--yjit rubyboy <rom_path>
Key Button
W
A
S
D
J A
K B
U Select
I Start

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sacckey/rubyboy. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Rubyboy project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.