Skip to content

Eric-Guo/typing-on-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Run with smaug

cd mygame
smaug install
smaug run

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%