From 76bf2a6d6834244c83b428ac68a51bd4c05428f8 Mon Sep 17 00:00:00 2001 From: Amir Rajan Date: Sun, 25 Aug 2019 15:49:08 -0500 Subject: Added experimental directory. --- readme.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'readme.md') 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"`. -- cgit v1.2.3