Animation

Okay I wana make a game like Flyff in ruby but, is there a way to
control a character or even to make a rich gui like the one in Flyff?

Flyff site: flyff.gpotato.com

Is there a tutorial about it?

On 6/6/06, asda [email protected] wrote:

Is there a tutorial about it?

Gotta love ruby-forum.

On 6/6/06, Mohammad [email protected] wrote:

Okay I wana make a game like Flyff in ruby but, is there a way to
control a character or even to make a rich gui like the one in Flyff?

If it was me, I’d do it in Ruby and write C extensions for the places
where performance is really critical. The savings Ruby provides in
easy programming and easy maintenance make it great for writing most
things in, even games - you just might need to do some low level work
where you see bottlenecks. You may get away with writing quite a lot
in Ruby though if you optimise for perfomance; there have been quite a
few discussions here recently on how to do that.

If you want some help on how to go about it, there’s a strange book
out called “Game
programming with Python, Lua and Ruby”. You can get it on Amazon here:

… or if it was me I’d try http://www.abebooks.com because I don;t
mind second-hand books at a fraction of the price.

There was a comment on the book on Ruby-Talk before:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/89731

I myself found it fairly introductory but it has a fair top-level
overview of how to go about undertaking such a project. I say
“strange” because it covers three languages in one book, and that is
very strange.

Les