Message from discussion
7DRL: Bob and Trev: Resurrection
Path: g2news1.google.com!postnews.google.com!n33g2000cwc.googlegroups.com!not-for-mail
From: Phlamethro...@gmail.com
Newsgroups: rec.games.roguelike.development
Subject: Re: 7DRL: Bob and Trev: Resurrection
Date: 12 Mar 2007 14:59:54 -0700
Organization: http://groups.google.com
Lines: 29
Message-ID: <1173736794.565055.126850@n33g2000cwc.googlegroups.com>
References: <1172021941.913013.186770@v33g2000cwv.googlegroups.com>
<1173551528.903165.198460@8g2000cwh.googlegroups.com>
<1173648474.373614.203640@c51g2000cwc.googlegroups.com>
NNTP-Posting-Host: 91.84.11.161
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1173736802 23364 127.0.0.1 (12 Mar 2007 22:00:02 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 12 Mar 2007 22:00:02 +0000 (UTC)
In-Reply-To: <1173648474.373614.203640@c51g2000cwc.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: n33g2000cwc.googlegroups.com; posting-host=91.84.11.161;
posting-account=bDRC7A0AAACF2inNsTKqE7bM4XnetBGT
On 11 Mar, 21:27, Phlamethro...@gmail.com wrote:
> Monster AI and combat will be the next thing on the list, after which
> the game could probably be classed as, well, a game.
The game is now "a game". I had for forsight to book today off work,
which means:
* (simple) monster AI
* Combat - bare handed and with wielded weapons. Throwing, firing,
etc. still to come.
* Armour
* More useful and entertaining error handling
* Colour support!
* A couple of dungeon generator fixes
* Added framework for extra player stats - experience points,
intelligence, hunger status, etc.
* Added memory use tracking
http://www.phlamethrower.co.uk/misc2/batr3.png
http://www.phlamethrower.co.uk/misc2/batr4.png
The game still runs at an acceptable speed on a BBC, but the un-
compressed code is now 19KB in size, which is far too big. Compressing
it gets it down to about 12KB, which as the second screenshot shows,
leaves me with about 5.5KB space spare. There are only a handful of
really major features left for me to implement (proper item/monster
spawning, HP regen, win condition, and xp level advancement), so I'd
say things are looking good memory-wise.