Last month I started working on EtherQuest again. It is a project that I started a few years back and work very casually at. It is a curses based RPG game written in Ruby. I started out by writing a somewhat MVC based, high end, curses wrapper in ruby called Scill, and [...]
Archive for the ‘Ruby’ Category
EtherQuest Renewal
Posted in Ruby on February 20, 2007 | Leave a Comment »
Ruby Movie Maker
Posted in Ruby on February 24, 2006 | Leave a Comment »
About a year ago, I had an idea for a simple ruby project that would be used to make a form of animated movies. The concept was simple. You would create a ruby class as such:
class Tree
def pos
[Math::sin(@ticks)*3,Math::sin(@ticks)*5]
end
end
Then the program would run and for every class you define it would call as needed. It would [...]
Codename Scill
Posted in Ruby on February 20, 2006 | Leave a Comment »
I mentioned in a past post, that I am working on a ruby curses application framework. At this time, I am about 1/3 completed with it, and it looks very promising so far. I am calling it “Scill” which is an acronym for “Simple Curses Interaction Layout Layer”. I’ll try and give a brief summary [...]
Rubuntu Desktop
Posted in Ruby on February 16, 2006 | 3 Comments »
In reference to which Desktop should be used in Rubuntu, I think that it ought to be gnome. First of all there isn’t all that grand of support for ruby in either Gnome or KDE, but Gnome seems to have just a little bit more. There are a few interesting applications writting in ruby for [...]
Plague and Pestilence
Posted in Games, Ruby on February 15, 2006 | Leave a Comment »
About two weeks ago, I wrote a ruby version of the card game “Plague and Pestilence”. It is currently console based with AI’s too. I haven’t released it to anyone yet, because I am currently working on a game wrapping library built around ruby curses. I haven’t had much time to work on it yet, [...]