Message from discussion
7DRL: Bob and Trev: Resurrection
Path: g2news2.google.com!postnews.google.com!k78g2000cwa.googlegroups.com!not-for-mail
From: henrih...@gmail.com
Newsgroups: rec.games.roguelike.development
Subject: Re: 7DRL: Bob and Trev: Resurrection
Date: 23 Feb 2007 16:21:25 -0800
Organization: http://groups.google.com
Lines: 14
Message-ID: <1172276485.046284.193140@k78g2000cwa.googlegroups.com>
References: <1172021941.913013.186770@v33g2000cwv.googlegroups.com>
<1172160878.326908.147470@m58g2000cwm.googlegroups.com>
<lem*ms3Dr@news.chiark.greenend.org.uk>
<1172166162.759975.199160@p10g2000cwp.googlegroups.com>
<ngm*nG3Dr@news.chiark.greenend.org.uk>
<1172198220.404910.10580@j27g2000cwj.googlegroups.com>
<1172240450.572579.253880@k78g2000cwa.googlegroups.com>
<45df1f8a$0$27205$742ec2ed@news.sonic.net>
NNTP-Posting-Host: 196.209.102.75
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1172276502 11609 127.0.0.1 (24 Feb 2007 00:21:42 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 24 Feb 2007 00:21:42 +0000 (UTC)
In-Reply-To: <45df1f8a$0$27205$742ec2ed@news.sonic.net>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0 MEGAUPLOAD 1.0,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: k78g2000cwa.googlegroups.com; posting-host=196.209.102.75;
posting-account=h_CuWg0AAAB66FYTIuA8FjxpGSSNWzmr
> The whole idea of me writing it for a BBC is to find out exactly
> what's possible within the limitations of the machine - so I'm going
> to want to be pushing against and challenging those limits, not
> running away from them.
Respect - and good luck ;)
Even with 32kb RAM + 100kb disk I think pretty much everything is
possible. You'd have to ask yourself how much time are you willing to
offer for each computational step; for example, do you want to keep
all data (monster stats, item types) on the disk and retrieve data
only as needed - or do you prefer to get the most dazzling speed out
of the system and keep most things in RAM.