CHIP-8 emultator in Ruby.
Add this line to your application's Gemfile:
gem 'chip8rb'
And then execute:
$ bundle
Or install it yourself as:
$ gem install chip8rb
- How to write an emulator (CHIP-8 interpreter)
- The CHIP-8 programming language
- Cowgod's Chip-8 Technical Reference v1.0
- Emulator 101 - A detailed, step by step guide to writing an emulator.
- Fork it ( https://github.com/serargz/chip8rb/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request