hieuk09 / chip_8

Ruby implementation of chip 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip8

This is a Chip 8 emulator written in Ruby. I used this to learn how to write emulator.

Installation

Clone this repo, then go into the folder and run

bin/run

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install.

Contributing

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

License

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

About

Ruby implementation of chip 8

License:GNU General Public License v3.0


Languages

Language:Ruby 99.1%Language:Shell 0.9%