Ruby is an open-source dynamic OO interpreted language created by Yukihiro Matsumoto (Matz) in the 1990s that combines the good bits from Perl, Smalltalk and Lisp. It supports multiple programming paradigms. Ruby's primary purpose is to "help every programmer in the world to be productive, and to ...
-1
votes
1answer
67 views
3D Graphics Engine for Ruby on Rails
I've had a good few months of experience with Ruby on Rails, creating my own CMS system, a social network and even a VOIP enabled answering phone machine. I'm also an established 3D modeller, and what ...
-1
votes
0answers
267 views
HTML5 Game Engine written in Ruby [closed]
was there any HTML5 game engine that written in ruby?
i'm quite sick with javascript long syntax..
HTML5 needed because the need to port it to various mobile devices..
0
votes
1answer
273 views
Ruby Vs. C# - Better for Game Programming [closed]
I have seen some games made in C#, such as using the XNA. I saw some games made in Ruby by using the RGSS1-3 API as well. I just can't decide on my own which would be easier to learn and apply for ...
2
votes
2answers
249 views
Is it possible to make/translate a 3d engine to ruby on rails?
I am looking to make a 3D FPS that runs inside web browsers. I looked into using WebGL, but it didn't seem far enough along into development. I decided on using RoR because Ruby was a language I knew.
...
0
votes
0answers
76 views
RMXP / RGSS - Detecting in game process in a script
Well hello everyone. I am making a script but I bumped into a problem:
I want to insert in the script where it detects whether the actor equips, for example, weapon 1, then do something (which i ...
0
votes
0answers
69 views
Where to get sounds for game development for kids [closed]
I'm teaching kids to program using Ruby and the gaming framework Gosu/Chingu. For the sounds for their games I've been showing them http://www.bfxr.net/. It's decent, but the samples are limited and ...
0
votes
1answer
297 views
Where to get PNG icons/graphics for game development for kids? [duplicate]
Possible Duplicate:
Where can I find free sprites and images?
I'm teaching kids to program using Ruby and the gaming framework Gosu/Chingu. Kids love it, including the part where they have ...
1
vote
0answers
120 views
Moving while doing loop animation in RPGMaker
I made a custom class to display character portrait in RPGMaker XP
Here is the class :
class Poser
attr_accessor :images
def initialize
@images = Sprite.new
@images.bitmap = ...
2
votes
1answer
275 views
multi-dimension array problem in RGSS (RPG Maker XP)
This is my first day code script in RMXP. I read tutorials, ruby references, etc and I found myself stuck on a weird problem, here is the scenario:
I made a custom script to display layered images
...
1
vote
0answers
141 views
Ruby/SDL vs. RUDL [closed]
I'm interested in using Ruby for 2D games. I have to pick between Ruby/SDL and RUDL, both of which are Ruby SDL wrappers.
Which is better? Better means "less bugs" and "more usable," although the ...
0
votes
1answer
551 views
Teaching game development with Ruby [closed]
I want to teach game development to kids as part of a course (year-long) involving Ruby. Unfortunately it looks like the game development kits available in Ruby (even in the form of bindings) are ...
1
vote
2answers
336 views
How can I improve this architecture?
In a roguelike I'm developing in Ruby, I started with a traditional object hierarchy where all game logic relevant to creatures were contained in the Creature class. Movement logic, for example:
...
0
votes
0answers
143 views
Designing environments for an action-platformer [closed]
I'm really interested in making an action platformer in the vein of Cave Story and The Iconoclasts, I'm totally fine with coding it, I've done similar stuff in the past, but where I'm getting stuck is ...
4
votes
1answer
189 views
What's the best way to track game phases?
I'm currently writing an IRC bot in Ruby to play some kind of strategy game (it doesn't matter which), but I'm hesitating between several solutions to implement a phases system the "best" way.
The ...
0
votes
1answer
208 views
Railgun Ruby - is there a documentation?
I finally found Railgun Ruby on the web and installed it.
But I cannot find any documentations.
Does anyone have played around with it? Does anyone still have a good documentation about it?
I'd ...