https://github.com/tnantoka/hello-dragonruby-gtk
My first DragonRuby game
https://github.com/tnantoka/hello-dragonruby-gtk
dragonruby dragonruby-gtk
Last synced: 8 months ago
JSON representation
My first DragonRuby game
- Host: GitHub
- URL: https://github.com/tnantoka/hello-dragonruby-gtk
- Owner: tnantoka
- Created: 2020-06-15T11:35:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T14:20:42.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T10:27:39.796Z (over 1 year ago)
- Topics: dragonruby, dragonruby-gtk
- Language: Ruby
- Homepage: https://qiita.com/tnantoka/items/163ee82c402f9a6180fa
- Size: 3.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-dragonruby-gtk

## Run
```
$ cp /path/to/dragonruby-macos/dragonruby .
$ cp /path/to/dragonruby-macos/font.ttf .
$ ./dragonruby
```
## Package
```
$ cp /path/to/dragonruby-macos/dragonruby-publish .
$ cp /path/to/dragonruby-macos/.dragonruby .
$ cp /path/to/dragonruby-macos/*.png .
$ cp /path/to/dragonruby-macos/open-source-licenses.txt .
$ ./dragonruby-publish --only-package
```
## License
My code is licensed under MIT.
## Acknowledgements
- [DragonRuby GTK](https://dragonruby.itch.io/dragonruby-gtk)
- [Press Start 2P](https://fonts.google.com/specimen/Press+Start+2P)