From: Thufir Date: 2008-02-17T11:35:12+09:00 Subject: Re: Beginner help - txt dungeon On Feb 16, 9:22 am, Christopher Dicely wrote: > Looking through that, there are a few things that jump out: > > 1. You've got a bunch of rooms that you reference by symbols, and you > are storing them in an Array. You might want to look into changing > this to a Hash keyed by the reference. [...] Actually, an array makes sense to me. Can you explain the advantages of a Hash? With an array, the array can later be made to a Singleton which could be iterated through. -Thufir