Is it possible to make basic ai using ruby?

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
Levio91
Chaos Rift Regular
Chaos Rift Regular
Posts: 119
Joined: Thu Nov 06, 2008 9:50 pm

Is it possible to make basic ai using ruby?

Post by Levio91 »

Hello Im making an rpg maker xp game and I want to use a ai like in ultima 1. Im going to get a script that makes the gameplay turn based like ultima 1. knowing that would it be possible to make ai like ultima?

I want ai like in this game (( skip to 1:33 ))
http://www.youtube.com/watch?v=yFUqtFORKsk
"Criticism is something you can avoid easily by saying nothing, doing nothing, and being nothing. " - Aristotle

http://www.facebook.com/profile.php?id= ... ef=profile
Image
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Is it possible to make basic ai using ruby?

Post by Falco Girgis »

Hey, I can't watch the video at work, and I'm not acquainted with RPG/game maker, but I will say that you can do whatever kind of gameplay/AI/logic that you please in Ruby.
User avatar
Levio91
Chaos Rift Regular
Chaos Rift Regular
Posts: 119
Joined: Thu Nov 06, 2008 9:50 pm

Re: Is it possible to make basic ai using ruby?

Post by Levio91 »

GyroVorbis wrote:Hey, I can't watch the video at work, and I'm not acquainted with RPG/game maker, but I will say that you can do whatever kind of gameplay/AI/logic that you please in Ruby.
Ok thanks I dont know how to yet. But I needed to know that for motivation to actually learn ruby. :mrgreen:

I thank you with lolcats
Image
"Criticism is something you can avoid easily by saying nothing, doing nothing, and being nothing. " - Aristotle

http://www.facebook.com/profile.php?id= ... ef=profile
Image
Andy K.
Chaos Rift Junior
Chaos Rift Junior
Posts: 262
Joined: Sat Nov 29, 2008 6:15 pm
Location: Winchester, VA

Re: Is it possible to make basic ai using ruby?

Post by Andy K. »

yes, it is quite possible. Ruby is pretty flexible, and if this is something for RPG Maker then you can do some real customizable shit with the integrated Ruby, too.

I saw a badass Secret of Mana menu system for it once, that was all customized with Ruby in that engine.

I'm not big on makers, or pre-existing engines, unless it's Multimedia Fusion 2 Developer because you can use lua and stuff witn that, also, that's what I grew up with, and it's great for simple projects instead of spending some much time in code.... My buddy Joakim did the Noitu Love games in Multimedia Fusion 2, and those games are THE BEST. His newest game coming out was made in it too.

But yes, I have been shown some AI stuff done with Ruby, more than possible.
User avatar
Levio91
Chaos Rift Regular
Chaos Rift Regular
Posts: 119
Joined: Thu Nov 06, 2008 9:50 pm

Re: Is it possible to make basic ai using ruby?

Post by Levio91 »

Andy K. wrote:yes, it is quite possible. Ruby is pretty flexible, and if this is something for RPG Maker then you can do some real customizable shit with the integrated Ruby, too.

I saw a badass Secret of Mana menu system for it once, that was all customized with Ruby in that engine.

I'm not big on makers, or pre-existing engines, unless it's Multimedia Fusion 2 Developer because you can use lua and stuff witn that, also, that's what I grew up with, and it's great for simple projects instead of spending some much time in code.... My buddy Joakim did the Noitu Love games in Multimedia Fusion 2, and those games are THE BEST. His newest game coming out was made in it too.

But yes, I have been shown some AI stuff done with Ruby, more than possible.
Thanks XD you get a locat also!
Image
"Criticism is something you can avoid easily by saying nothing, doing nothing, and being nothing. " - Aristotle

http://www.facebook.com/profile.php?id= ... ef=profile
Image
Post Reply