The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: p3king on February 28, 2013, 10:12:33 PM

Title: Codecademy
Post by: p3king on February 28, 2013, 10:12:33 PM
Hi guys,

a workmate showed me this site yesterday when I told him I was trying to get into Ruby for RMVXA scripting:

http://www.codecademy.com/en/tracks/ruby (http://www.codecademy.com/en/tracks/ruby)

It is free and seems to be really nice from what I´ve seen up to now.
You do interactive courses where you write code in a Ruby sandbox (using your browser).
If you´re done you can execute your code and if you did it right you advance to the next course.

Also, for all achievement and badge hunters out there, there´s that kind of system too.

I did a search and couldn´t find this mentioned on the forums before so I thought this might be helpful for some of you, as it really is for me.
Title: Re: Codecademy
Post by: Fall From Eden on March 01, 2013, 12:29:34 AM
I swear by RubyMonk (http://www.rubymonk.com/), personally, but it's always nice to have more resources around for scripters to make use of. For anyone else who doesn't already know this, there's also the official Ruby documentation available online -- if you're using VX Ace, just have a look at the Ruby 1.9.2 Core (http://ruby-doc.org/core-1.9.2/) reference. :)
Title: Re: Codecademy
Post by: BadWolf on March 16, 2013, 06:17:04 PM
Is the Ruby scripting language the one used on XP as well?
Title: Re: Codecademy
Post by: Mr_Wiggles on March 16, 2013, 06:35:54 PM
I always use this site for refrences:

http://www.ruby-doc.org/docs/ProgrammingRuby/

I'm checking out both of those online tuts, gotta say they both look really helpful.
Title: Re: Codecademy
Post by: p3king on March 16, 2013, 07:04:47 PM
Quote from: BadWolf on March 16, 2013, 06:17:04 PM
Is the Ruby scripting language the one used on XP as well?

I can´t really tell because I don´t own XP, but I think the basics of ruby shouldn´t have changed much.
It´s probably more the RGSS lib. Don´t quote me on this though :)

Edit:
Looking at this site here (http://nuclearsquid.com/writings/ruby-1-9-what-s-new-what-s-changed/) it really shouldn´t affect the basics, but see for yourself.
Title: Re: Codecademy
Post by: LoganF on March 16, 2013, 07:38:12 PM
Quote from: BadWolf on March 16, 2013, 06:17:04 PM
Is the Ruby scripting language the one used on XP as well?

It is the same language, but the version is different. XP and VX both use Ruby version 1.8.1. VXA uses 1.9.1, however. If you do use resources to learn the language, it's always worth checking what version of Ruby is being used. The latest* stable version of Ruby is 2.0.0-p0, released about 3 weeks ago. Since the change from version 1.x to 2.0 would suggest a fairly substantial change, I would definitely check the sites you resource from.

*as of the post being written.
Title: Re: Codecademy
Post by: &&&&&&&&&&&&& on March 16, 2013, 07:56:49 PM
Thank you. This is great timing. :3
Title: Re: Codecademy
Post by: Double-U on April 14, 2013, 11:52:25 PM
@p3king :

Wow Thanks! :-D
This is really a great site.

@Fall From Eden and Mr_Wiggles

Amazing!
Thanks guys this is really what I was looking for :-)