Ruby and games

F

F. Senault

Hello all.

Python seems to be used as a scripting language by quite a few big games
(I'm playing Civilization IV currently, and I remember at least one of
the Vampire CRPG uses it too).

I was wonderering if a game maker had considered using Ruby ? Wouldn't
that be a nice way to showcase the language ?

Fred
 
F

Francis Cianfrocca

Python seems to be used as a scripting language by quite a few big games
(I'm playing Civilization IV currently, and I remember at least one of
the Vampire CRPG uses it too).

Games have some uniquely challenging requirements. Python has an
event-driven framework called Twisted that was originally developed as
part of a massively multiplayer game and has since been very
successful on its own.

Ruby now has a framework with similar features (efficient high-speed
i/o without threads, for one thing) called EventMachine. EM is not as
feature-rich as Twisted yet, but it has been used to develop one game
(Nebular Gauntlet) that I know of.
 
W

WikipedianKiba

F. Senault said:
Hello all.

Python seems to be used as a scripting language by quite a few big games
(I'm playing Civilization IV currently, and I remember at least one of
the Vampire CRPG uses it too).

I was wonderering if a game maker had considered using Ruby ? Wouldn't
that be a nice way to showcase the language ?

Fred
--
Oh my life is changing everyday
Every possible way
Though my dreams, it's never quite as it seems
Never quite as it seems (The Cranberries, Dream)

I never heard of game companies use Ruby to program games before. But
there are game development libraries like Rubygame and Gosu.

There are quite a few people using Ruby to help develop games..
However, I do not yet notice a really good open source game programmed
entirely or mainly in Ruby. Maybe we will see such a game in the
future.

Other than that, I develop my own open source game entirely in Ruby and
recently started using Rubygame.
 
M

M. Edward (Ed) Borasky

I never heard of game companies use Ruby to program games before. But
there are game development libraries like Rubygame and Gosu.

There are quite a few people using Ruby to help develop games..
However, I do not yet notice a really good open source game programmed
entirely or mainly in Ruby. Maybe we will see such a game in the
future.

Other than that, I develop my own open source game entirely in Ruby and
recently started using Rubygame.

There's a (fairly disappointing) book on the market that addresses
writing games in Python, Ruby and Lua. So at least the topic has
attracted one publisher and author.
 
L

Logan Capaldo

Hello all.

Python seems to be used as a scripting language by quite a few big
games
(I'm playing Civilization IV currently, and I remember at least one of
the Vampire CRPG uses it too).

I was wonderering if a game maker had considered using Ruby ?
Wouldn't
that be a nice way to showcase the language ?

Fred

I believe the Japanese RPG Maker 2005 uses Ruby as it's scripting
language.
 
F

F. Senault

Le 13 août 2006 à 05:31, (e-mail address removed) a écrit :
Other than that, I develop my own open source game entirely in Ruby and
recently started using Rubygame.

Well, sometimes, I try to develop games too. I didn't know about
Rubygame, I'll take a look at it...

Fred
 
S

Simen Edvardsen

Le 13 ao=FBt 2006 =E0 05:31, (e-mail address removed) a =E9crit :


Well, sometimes, I try to develop games too. I didn't know about
Rubygame, I'll take a look at it...

There's also Shattered Ruby [http://shatteredruby.com/] which takes
inspiration from Rails. I haven't played with it yet, but it does seem
to have potential.
Fred
--
You and me We're in this together now None of them can stop us now
We will make it through somehow (Nine Inch Nails,
You and me If the world should break in two We're in
Until the very end of me Until the very end of you This Together)


--=20
- Simen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,114
Latest member
GlucoPremiumReview
Top