tnantoka / typing-on-rails

Tiny typing game example with DragonRuby GTK

Home Page:https://qiita.com/tnantoka/items/cdeb63837d0fbee7f0e5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing on Rails

Setup

Example texts

$ cp texts.rb.example mygame/app/

Extract texts from Ruby on Rails Guides

$ mv path/to/rails/guides ./guides
$ ruby extract.rb

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

About

Tiny typing game example with DragonRuby GTK

https://qiita.com/tnantoka/items/cdeb63837d0fbee7f0e5


Languages

Language:Ruby 100.0%