diff options
| -rw-r--r-- | experimental/index.rb | 0 | ||||
| -rw-r--r-- | readme.md | 16 |
2 files changed, 12 insertions, 4 deletions
diff --git a/experimental/index.rb b/experimental/index.rb new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/experimental/index.rb @@ -21,10 +21,18 @@ DragonRuby +- repl.rb +- documentation/ | - +- dragon/ (this repository) + +- dragonruby-game-toolkit-contrib/ (this repository) | - +- index.rb - +- other source files + +- dragon/ + | | + | +- index.rb + | +- other source files + | + +- experimental/ + | + + index.rb + ``` -5. Open `main.rb` and add the following to the top of the file: `require "app/dragon/index.rb"` +5. Open `main.rb` and add the following to the top of the file: `require "app/dragonruby-game-toolkit-contrib/dragon/index.rb"`. +6. If you are feeling adventurous Open `main.rb` and add `require "app/dragonruby-game-toolkit-contrib/experimental/index.rb"`. |
