Feeds:
Posts
Comments

Archive for the ‘Ruby’ Category

EtherQuest Renewal

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 [...]

Read Full Post »

Ruby Movie Maker

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 [...]

Read Full Post »

Codename Scill

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 [...]

Read Full Post »

Rubuntu Desktop

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 [...]

Read Full Post »

Plague and Pestilence

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, [...]

Read Full Post »