summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2019-08-25 15:49:08 -0500
committerAmir Rajan <[email protected]>2019-08-25 15:49:08 -0500
commit76bf2a6d6834244c83b428ac68a51bd4c05428f8 (patch)
tree8326127c7e922d16b5cca7b435913e77f5a91242 /readme.md
parent755eaa0801d2bee225b797604b09f95166d18491 (diff)
downloaddragonruby-game-toolkit-contrib-76bf2a6d6834244c83b428ac68a51bd4c05428f8.tar.gz
dragonruby-game-toolkit-contrib-76bf2a6d6834244c83b428ac68a51bd4c05428f8.zip
Added experimental directory.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 9ecdcc9..3917a32 100644
--- a/readme.md
+++ b/readme.md
@@ -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"`.