https://github.com/kfischer-okarin/dragon-boy
An experimental Game Boy emulator written using DragonRuby GTK.
https://github.com/kfischer-okarin/dragon-boy
dragonruby emulator gameboy gameboy-emulator
Last synced: 8 months ago
JSON representation
An experimental Game Boy emulator written using DragonRuby GTK.
- Host: GitHub
- URL: https://github.com/kfischer-okarin/dragon-boy
- Owner: kfischer-okarin
- License: mit
- Created: 2023-06-09T08:33:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T10:07:22.000Z (over 2 years ago)
- Last Synced: 2025-06-21T04:42:35.407Z (11 months ago)
- Topics: dragonruby, emulator, gameboy, gameboy-emulator
- Language: Ruby
- Homepage:
- Size: 353 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dragon Boy
This is an experimental Game Boy emulator written for study purposes using
[DragonRuby GTK](https://dragonruby.itch.io/dragonruby-gtk).
## Development
### Running tests
```sh
./run-tests
```
will run all tests. You can also specify a specific test file similar as if you were using `dragonruby --test` by
specifying the path relative to the `mygame` directory as an argument.
If you have Ruby installed you can also install the Gemfile and use `guard` for automatically executing changed tests.