WARNING: This project is unmaintained, check eljojo's Fork!
A Game Boy emulator written in Ruby.
At the moment Mimey is in a very early stage and it was abandoned for 3 years. It emulates only a half of the CPU opcodes.
Install bundler:
gem install bundler
Run bundler:
bundle install
Run the tests:
bundle exec rspec
Mimey is one of my favorite characters from the Pokémon TV Series and using the name of a Mr. Mime seems appropiate for an emulator (specially for a Game Boy one).
None at the moment.
This is a side project, so I don't know.
Mimey is a work in progress. In the meantime let me help you find one.
One of my dreams since I first used an emulator was to create one by myself, I enjoy programming and I think this will be a great learning experience. My goal is being able to run Pokémon Red and Blue.
- Nintendo for creating the Game Boy.
- Satoshi Tariji for creating Pokémon.
- Episode 64 of the Pokémon TV Series for making me like Mr. Mime. Before that episode I really hated Mr. Mime (who can hate that Pokémon? I can't remember why I hated it).
- The great tutorial of Imran Nazar finally gave me the motivation to start writing this emulator.
MIT.