<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Slightly Less Than Average</title>
	<atom:link href="http://www.spraydough.co.uk/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.spraydough.co.uk/wordpress</link>
	<description>Fodder for the hardened insomniac</description>
	<lastBuildDate>Tue, 14 Feb 2012 11:58:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Heavy on the Magick Demo Released</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=66</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=66#comments</comments>
		<pubDate>Mon, 14 Nov 2011 15:25:43 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spraydough.co.uk/wordpress/?p=66</guid>
		<description><![CDATA[After almost 2 years of on and off coding, several re-writes, massive graphical direction changes and VERY little testing, I am pleased as punch to be able to announce the release of my Heavy on the Magick engine demo. Get the game here&#8230;.. Download the source code too&#8230;.. About the game Heavy on the Magick [...]]]></description>
			<content:encoded><![CDATA[<p>After almost 2 years of on and off coding, several re-writes, massive graphical direction changes and VERY little testing, I am pleased as punch to be able to announce the release of my Heavy on the Magick engine demo.</p>
<p><a href="http://www.spraydough.co.uk/MyLink.php?descript=6" target="_blank">Get the game here&#8230;..</a></p>
<p><a href="http://www.spraydough.co.uk/MyLink.php?descript=7" target="_blank">Download the source code too&#8230;..</a></p>
<p><span style="text-decoration: underline;">About the game</span></p>
<p>Heavy on the Magick (HotM, if you please) was one of THE must own games for the ZX Spectrum and Amstrad CPC. It was released by Gargoyle Games in 1986 and was one of the first real &#8216;Text Adventure&#8217; crossover games that the mass market took to their hearts.</p>
<p>The concept was simple, take a fully useable text parser, make it simple by defining the verbs people could use, and above all, animate the game with gorgeous looking sprites.</p>
<p>For those who did not play the original and don&#8217;t want to faff about with an emulator to see it working, you can, by the Magick of Youtube, have a little lookie here:</p>
<p><a href="http://www.youtube.com/watch?v=PkVSVRc4-_w">Heavy on the Magick &#8211; Spectrum-wise</a></p>
<p><span style="text-decoration: underline;">So that&#8217;s the game, what about the remake?</span></p>
<p>As detailed <a href="http://www.spraydough.co.uk/wordpress/?p=58" target="_blank">here,</a> I&#8217;d been working on a remake of HotM for a little while and had given up the ghost on it for the immediate future. Turns out the future can sometimes come around sooner than you think. I picked up the code again in early November 2011 and everything just seemed to fall into place.</p>
<p>One of the main issues I had that I wasn&#8217;t particularly happy with was the free-text entry system, if you tried Picking-up or Dropping an item it would open a seperate text input box for you to type in your object name, I just couldn&#8217;t get it to run in the command chain like all of the other commands. It turns out that this was a very simple thing to do, I just needed to re-jig my text input routine slightly, where as I&#8217;d been trying to re-write it completely. This also opened up the possibilities for talking (in the original you can talk to NPCs / Objects by using the speech mark key &#8211; &#8221; and then typing your target, speech. For example &#8220;APEX, HELP or &#8220;DOOR, PASSWORD). The re-jig allowed me to implement this into the engine too.</p>
<p>The only other things I really needed to do to get this working was to create a game ending, add in some sound effects and remove all of the debugging flags. I also added an introduction / instruction screen and tidied up some of the graphics. In whole, I spent another 10 hours or so from the 2nd of November to the 10th November getting it ship shape and ready to go.</p>
<p>The game was released in the early hours of 11th November 2011 (International Skyrim Day, no less) and I went to bed a very tired bunny!</p>
<p>There isn&#8217;t a lot more to show screenshot-wise, the layout hasn&#8217;t changed and the graphics have stayed the same, but I&#8217;ve added a few for completeness&#8230;&#8230;..</p>

<a href='http://www.spraydough.co.uk/wordpress/?attachment_id=70' title='H3'><img width="150" height="150" src="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2011/11/H3-150x150.png" class="attachment-thumbnail" alt="H3" title="H3" /></a>
<a href='http://www.spraydough.co.uk/wordpress/?attachment_id=69' title='h2'><img width="150" height="150" src="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2011/11/h2-150x150.png" class="attachment-thumbnail" alt="h2" title="h2" /></a>
<a href='http://www.spraydough.co.uk/wordpress/?attachment_id=68' title='h1'><img width="150" height="150" src="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2011/11/h1-150x150.png" class="attachment-thumbnail" alt="h1" title="h1" /></a>

<p><span style="text-decoration: underline;">So, what did I get out of the whole process then?</span></p>
<p>Well, I guess I mainly got satisfaction. I guess that anyone who has been working on a project will be relieved that they finally managed to get it out of the door, but this was more than that. HotM was one of the most complex bits of coding I&#8217;ve ever undertaken, even moreso than Underlord, and, in the end, it worked. I can&#8217;t hold my hands up and say it&#8217;s the most efficient way of working, but it works.</p>
<p>I also got a lot of encouragement from the number of downloads. In it&#8217;s first weekend alone, I had over 70 downloads of the game and 8 downloads of the source. OK, it&#8217;s not exactly Angry Birds territory just yet, but 70 downloads is more that Action Biker and Gatecrasher (my two last games) have achieved in their lifetime combined (Both over 2 years since release).</p>
<p>I learned a lesson or two about coding, about woring with ASCII characters and about C++ and Allegro in general.</p>
<p><span style="text-decoration: underline;">What did I not achieve?</span></p>
<p>Bloody graphics. The option is still there, if anyone fancies it, to work with the graphics on the game and make it look pretty. The graphics I have used have been inexpertly ripped and inexpertly touched up by me. They are rubbish, I know this.</p>
<p>Fonts. The font I have used is, I think, a beautifuly moody and &#8216;in character&#8217; font, but it is, on the occasional letter at least, a right royal pain to read! I would prefer a custom font based on this one, but I&#8217;m not even sure now what font I used, it was that long ago!</p>
<p>Music. I picked, after a lot of searching, a wonderful piece of music called &#8216;Smoking Gun&#8217; I couldn&#8217;t get it to work. Well, I could get it to work, but it just cuts out after about 10 seconds. this I intend to fix in a future release, if there IS a future release.</p>
<p><span style="text-decoration: underline;">What is next?</span></p>
<p>For HotM, nothing, at lease, nothing in the immediate future. I, like many of my retro coding peers, am turning my talents (well, ability)(well, hand) to coding for the Android. There is a possibility that I might look into actually remaking HotM completely, but it will not be for a while.</p>
<p>I have released the source code though, if anyone wants to look or even take the project further.</p>
<p>Thanks for your interest.</p>
<p><a href="http://www.spraydough.co.uk/MyLink.php?descript=6" target="_blank">Get the game here&#8230;..</a></p>
<p><a href="http://www.spraydough.co.uk/MyLink.php?descript=7" target="_blank">Download the source code too&#8230;..</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updatathon Part 1.</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=58</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=58#comments</comments>
		<pubDate>Mon, 29 Aug 2011 09:27:53 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[HotM]]></category>

		<guid isPermaLink="false">http://www.spraydough.co.uk/wordpress/?p=58</guid>
		<description><![CDATA[Lawks! But my, hasn&#8217;t it been a while. Over a year since the last post on this here blog, and I&#8217;ve done so much yet done so little worth while. I guess I ought stick on an update on some of the stuff I&#8217;ve posted about before, that would most likely be a good start. [...]]]></description>
			<content:encoded><![CDATA[<p>Lawks! But my, hasn&#8217;t it been a while. Over a year since the last post on this here blog, and I&#8217;ve done so much yet done so little worth while. I guess I ought stick on an update on some of the stuff I&#8217;ve posted about before, that would most likely be a good start.</p>
<p><span style="text-decoration: underline;">Heavy on the Magic</span></p>
<p>Heavy on the Magic (or ASCII on the Magic, whatever) has changed dramatically since I last wrote about it. You may recall that, in my last post <a href="http://www.spraydough.co.uk/wordpress/?p=48">(A Kind Of Magick?)</a> I explained that, due to my lack of pixelling skills, I had moved from a remake of HotM to a DEmake. The idea was to ditch the requirement for an artist and to concentrate on the engine of the game itself and, partly because of my love of ZZT, and partly as a nod to the superb demake of Portal by Cymon, but mostly as a means to an end, construct the whole of Heavy on the Magic in ASCII.</p>
<p>As odd as it sounds, it was by far the best thing I ever did on the game, for several reasons.</p>
<ul>
<li>It got me coding the game again.</li>
<li>It made me think about some of the problems I had faced in the coding of the game in a different way which, ultimatly, resolved quite a few of the issues I had been having</li>
<li>It got me another mention in RetroGamer magazine (Huzzar!)</li>
</ul>
<p>I worked quite extensively on AotM for three months or so, and had a working engine which looked very much like this&#8230;&#8230;.</p>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 494px"><a href="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2011/08/ascii.png"><img class="size-full wp-image-60 " title="ascii" src="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2011/08/ascii.png" alt="" width="484" height="377" /></a><p class="wp-caption-text">So, it&#39;s one screen away from the start. I&#39;m not saying I was ever any good at the game!</p></div>
<p>But then something interesting happened. I decided to test a theory and just drop some graphics in instead of the ASCII stuff&#8230;&#8230;</p>
<p style="text-align: center;"><a href="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2011/08/HotM.png"><img class="aligncenter size-full wp-image-61" title="HotM" src="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2011/08/HotM.png" alt="" width="470" height="352" /></a></p>
<p>Which I thought looked rather nice, and stuck with it!</p>
<p>Anyway, there is a sad end to this tale, HotM is currently on hold. Not gone forever, but on hold for a little while at least.</p>
<p>To be honest, there isn&#8217;t too much to do to get this finished.</p>
<p>That&#8217;s a lie, there is a massive amount to do to get this finished, but I don&#8217;t ever intend to finish it, my intention is to release a mini-game, just 40 rooms, but with different puzzles to the original, just so I can get what I have done on it out there.</p>
<p>I don&#8217;t think that there is too much to do to get this playable though, and perhaps I&#8217;ll get around to it. I&#8217;m not promising though&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=58</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Kind of Magick?</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=48</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=48#comments</comments>
		<pubDate>Tue, 20 Jul 2010 21:33:11 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[HotM]]></category>

		<guid isPermaLink="false">http://spraydough.wordpress.com/?p=48</guid>
		<description><![CDATA[It&#8217;s odd, isn&#8217;t it. Fate, I mean. In the last year I&#8217;ve completed 2 games and started a third and yet, have I updated my blog? Have I hell! Yet today I decided to do it. Today of all days. It would appear that tomorrow marks the first anniversary of my last blog post. How [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">It&#8217;s odd, isn&#8217;t it. Fate, I mean. In the last year I&#8217;ve completed 2 games and started a third and yet, have I updated my blog? Have I hell! Yet today I decided to do it. Today of all days.</p>
<p>It would appear that tomorrow marks the first anniversary of my last blog post. How odd, then, that I have news!</p>
<p>I&#8217;ve been working on Heavy on the Magick on and off for a while, but I&#8217;ve made very little progress. That&#8217;s not fair actually, I&#8217;ve made SOME progress, work on my XML map and game data, graphics ripping, moving sprites around, the normal stuff, but nothing that you could say was work towards HotM in particular.</p>
<p>The problem, you see, and I&#8217;m sure I may have mentioned this, is graphics. I&#8217;ve played around with ripped sprites, tidied them up the best I can, arranged them in a useable sprite sheet, blitted them to the screen and&#8230;&#8230; they still look shocking!</p>
<p style="text-align: center;"><a href="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2010/07/oldsprites.png"><img class="size-full wp-image-49  aligncenter" title="oldsprites" src="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2010/07/oldsprites.png" alt="" width="385" height="753" /></a></p>
<p>So then, what to do?</p>
<p>I&#8217;m not happy with my sprites but I want to get the engine working, I mean, if I have a proven working engine then I MIGHT be able to persuade someone to draw some pretty pictures for me. How can I do the game some justice without exposing the world to my gash blitting?</p>
<p>Ladies and gentlemen, I offer, for your perusal and comment&#8230;&#8230;</p>
<p style="text-align: center;"><a href="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2010/07/aotm.png"><img class="aligncenter size-full wp-image-50" title="AotM" src="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2010/07/aotm.png" alt="" width="450" height="337" /></a></p>
<p style="text-align: left;">Yep, you read it right&#8230;. ASCII on the Magick. I can cope with a bit of ASCII&#8230; And you know what? I&#8217;m getting somewhere. Using the power of the font, I&#8217;ve now got in:</p>
<p style="text-align: left;">Text input movement &#8211; working</p>
<p style="text-align: left;">A compass &#8211; working</p>
<p style="text-align: left;">Wall decor &#8211; Partly working</p>
<p style="text-align: left;">An ASCII map &#8211; working</p>
<p style="text-align: left;">And that&#8217;s just for starters&#8230;..</p>
<p style="text-align: left;">I&#8217;ll keep this up to date when I remember, but I thought I&#8217;d share my progress while I actually had some. So, as the title says, it&#8217;s a KIND of magick&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back tracking and back on track</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=45</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=45#comments</comments>
		<pubDate>Tue, 21 Jul 2009 17:26:42 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spraydough.wordpress.com/?p=45</guid>
		<description><![CDATA[Well, after some consideration and much support from the Retroremakes chaps, I have reconsidered shelving Action Biker and have been working on it for the past few days. One of the things that I have decided to do is, however, challenge myself with a second project. One that will start from scratch and be given [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after some consideration and much support from the Retroremakes chaps, I have reconsidered shelving Action Biker and have been working on it for the past few days.</p>
<p>One of the things that I have decided to do is, however, challenge myself with a second project. One that will start from scratch and be given a time limit.</p>
<p>Action Biker will be continued after the completion of this mini project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=45</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Actionless Biker, including &#8216;Where Do We Go From Here?&#8217;</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=40</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=40#comments</comments>
		<pubDate>Tue, 14 Jul 2009 12:01:21 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[Action Biker code blog]]></category>
		<category><![CDATA[Grym Jim]]></category>
		<category><![CDATA[SLTA]]></category>
		<category><![CDATA[Underlord]]></category>

		<guid isPermaLink="false">http://spraydough.wordpress.com/?p=39</guid>
		<description><![CDATA[It&#8217;s as I feared. The popularity of Action biker has overwhelmed me, the constant cries of &#8216;More, more, more&#8217; are just too much for this poor soul to take. Yes, with the latest demo of Action Biker on offer for three and a half days* over at RetroRemakesand not a single download having taken place, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s as I feared. The popularity of Action biker has overwhelmed me, the constant cries of &#8216;More, more, more&#8217; are just too much for this poor soul to take.</p>
<p>Yes, with the <a href="http://retroremakes.com/forum/index.php?action=dlattach;topic=621.0;attach=881" target="_blank">latest demo of Action Biker</a> on offer for three and a half days* over at <a href="http://www.retroremakes.com">RetroRemakes</a>and not a single download having taken place, I think we can re-assign Colin to the bin. This isn&#8217;t a defeatest attitude, it&#8217;s not me taking my ball away, it&#8217;s simply that there are so many better things I could be doing with my life than remaking a game that no one wants and that, it would appear, nobody apart from me ever enjoyed originally.</p>
<p><span id="more-40"></span></p>
<p>This has made me think about what I consider the important elements to a game. I would seem to be in the minority here, because I like simple picky uppy and usy games. On the Spectrum my favorite games were things like &#8216;Everyone&#8217;s a Wally&#8217;, The Magic Knight games &#8216;Finders Keepers&#8217;, &#8216;Spellbound&#8217; and &#8216;Stormbringer&#8217; (yeah, I thought &#8216;Knight Tyme&#8217; was OK too), &#8216;Sceptre of Baghdad&#8217;, &#8216;The Incredible Shrinking Fireman&#8217; and, yes, &#8216;Action Biker&#8217;. It never occured to me that the whole shoot &#8216;em up thing was a bigger draw and this has kind of worked against me in my desire to remake (and ultimately make) games. My thing appeals to less people than most other people&#8217;s things. I can, as the weird hippies amidst us would say, dig that.</p>
<p>So where do I go from here?</p>
<p>I have several options I guess.</p>
<p>I can work on one of my old abandoned games, let&#8217;s face it, I have a stack of them. Pick one, go on&#8230; &#8216;Cyberun&#8217; (I have some graphics for this too), &#8216;The Wild Bunch&#8217;, &#8216;Bard&#8217;s Tale 2&#8242;, &#8216;Rock Star Ate My Hamster&#8217;, &#8216;Tir Na Nog&#8217;, &#8216;Grym Jim&#8217;&#8230; All a little ambitious, possibly with the exception of &#8216;The Wild Bunch&#8217;, but then, FatSegal already made an ace version of that&#8230;&#8230;</p>
<p>I can start a new remake but, as has been proven here, my choices tend to be either overly complex (for me, anyhoo) or that unpopular that it makes the time I invest in making the game worthless. <a href="http://retroremakes.com/forum/index.php?action=dlattach;topic=630.0;attach=613">Underlord</a> is a good example of this, a year and a half of coding that seems to have had little or no impact in the world of gaming. Obviously it&#8217;s incomplete state does not help here, it&#8217;s the bain of my life trying to get good graphics for my games and Underlord suffers muchly for this, that and audio, plus a few bug fixes are all that are stopping this from being complete, so that gives me the next option&#8230;</p>
<p>I can finish <a href="http://retroremakes.com/forum/index.php?action=dlattach;topic=630.0;attach=613">Underlord</a>. Ha! Are you serious? I couldn&#8217;t get Psyren to finish the graphics last time, what are the chances this time? Seriously, I couldn&#8217;t ask someone else to finish off the graphics that Psyren didn&#8217;t do for me, they would need to be started from scratch again. The audio needs starting as I don&#8217;t even have a beeps worth of sound for it, though this isn&#8217;t a major, I would have needed to do that anyway, but the biggie here is, who would I be doing it for? Certainly not for me, I know how to beat it, I&#8217;m happy enough with it as it is, I learnt a hell of a lot from Underlord and, as such, it was a bit of a triumph for me, but I doubt I&#8217;ll get much more out of it. I would also need testers, a component so rare in any of my games (see above) that it really isn&#8217;t worth contemplating&#8230;&#8230;. No, none of those three options are really viable at the moment.</p>
<p>So then&#8230; What else?</p>
<p>I could learn a little more about the language? Yup, I&#8217;m still a wee bairn as far as C (and to a much greater extent, C++) is concerned. I can look, from a game developer&#8217;s point of view, how I could improve my C skills for when I settle on my next project. But do I want to stick with C &amp; Allegro? Let&#8217;s face it, it&#8217;s not been that successfull for me has it? How about then&#8230;&#8230;</p>
<p>I can learn a new language. Actually, not necissarily a new language, but I can learn to code for new hardware using new libraries. I&#8217;m quite keen on porting &#8216;Everyones a Wally&#8217; to the DS, I think the game would be perfect for the platform. John Ward at <a href="http://www.karmatoad.co.uk" target="_blank">Karmatoad</a> and I have often talked about writing together for the DS or even possibly the Iphone. The problem here is, again, one of differing game genres. We haven&#8217;t yet found a game that we would both be happy to work on for the DS and, though we have had a cracking idea for an Iphone app, my Iphone dev skills don&#8217;t even include the ability to possess either an Iphone or a Mac to develop on.</p>
<p>I&#8217;m in a quandary, honestly, I am. What do I do when I&#8217;m in a quandary? I play games. The more I play, the more I want to develop, the more I want to develop, the stronger the itch to try something new. The Lord himself only knows what I&#8217;ll do next, but I dare say, once I&#8217;ve decided, I&#8217;ll bung it up here.</p>
<p>* I&#8217;m impatient, sue me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=40</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Action Biker &#8211; The story so far&#8230;.</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=34</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=34#comments</comments>
		<pubDate>Mon, 01 Jun 2009 11:43:52 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[Action Biker code blog]]></category>

		<guid isPermaLink="false">http://spraydough.wordpress.com/?p=34</guid>
		<description><![CDATA[I guess I&#8217;d better get up to date before doing much else on the dev blog. AB was a Spectrum game I used to play all the time. It was a maze cum puzzle game that got me hooked from the moment I started playing it, despite it&#8217;s many and varied pitfalls and bug ridden [...]]]></description>
			<content:encoded><![CDATA[<p>I guess I&#8217;d better get up to date before doing much else on the dev blog.</p>
<p>AB was a Spectrum game I used to play all the time. It was a maze cum puzzle game that got me hooked from the moment I started playing it, despite it&#8217;s many and varied pitfalls and bug ridden problems. Yes, I&#8217;ll get it out the way right now, the C64 version (a completely different game, who&#8217;d odds it eh?) has a far greater following, yes, the game was near on impossible to complete, yes, of course there were better Speccy games out there, Christ, there were better AMSTRAD games out there, but I loved it. It&#8217;s still a firm favorite on the little DS if I feel a bit of retro emualted goodness is required.</p>
<p><span id="more-34"></span></p>
<p>So, that&#8217;s the original, what of the remake?</p>
<p>Well, firstly, let&#8217;s look at the actual coding of the game, that, surely, is what a dev blog is all about is it not?</p>
<p><strong>THE TOOLS</strong></p>
<p>I&#8217;ll be coding Action Biker in C and Allegro. Allegro, for those of you who don&#8217;t know, is a gaming library for C and C++ that takes all (or at least much) of the evil, nasty, yucky, low level talky to hardware type coding away from simple folk like me and hides it so that us thickies really just need to tell C what to do and Allegro does all the donkey work in the background.</p>
<p>For the record, AB is being written using freeware or GNU licensed software from top to bottom. I&#8217;ll be using:-</p>
<p><a href="http://www.codeblocks.org/">Code::Blocks</a> - A C/C++ IDE to write the code<br />
<a href="http://www.talula.demon.co.uk/allegro/">Allegro</a> &#8211; A game development library<br />
<a href="http://www.gimp.org/">GIMP</a> &#8211; A graphics manipulation package<br />
<a href="http://audacity.sourceforge.net/">Audacity</a> &#8211; A sound editor</p>
<p>I&#8217;m sure there will be other bits and pieces bunged in, I&#8217;ll blog them when I work out what they are.</p>
<p><strong>THE PROCESS</strong></p>
<p>The idea of this remake isn&#8217;t just to do a vanilla remake. The original, no matter how fondly I remember it and no matter how much I still play it, was pants. I have already mentioned on <a href="http://spraydough.wordpress.com/2009/05/21/action-biker-intro/" target="_blank">this here blog</a> and, in much more depth, on <a href="http://retroremakes.com/forum/index.php/topic,621.0.html" target="_blank">this here forum thread</a> my plans to improve the game and, in many instances, take the game in new and interesting directions, but the game must still play like the original.</p>
<p>The development of the game will be broken down into manageable chunks. Though the list is bound to change and shift order throughout the development process, this is how I see it at the moment.</p>
<ul>
<li>Play the game to death &#8211; DONE</li>
<li>Get the map &#8211; DONE</li>
<li>Make a very basic map for testing purposes &#8211; DONE</li>
<li>Build a test engine &#8211; DONE</li>
<li>Mock up some programmer graphics for the testing of &#8211; DONE</li>
<li>Make the engine work with the map data &#8211; DONE</li>
<li>Sort out collisions for the streets &#8211; DONE</li>
<li>Complete the map &#8211; DONE</li>
<li>Sort out collisions for the houses &#8211; DONE</li>
<li>Draw the house interiors (rough)</li>
<li>Code the house interior sections</li>
<li>Code the bike speed for turning / breaking / acceleration, etc.</li>
<li>Draw the bike upgrades</li>
<li>Code the bike upgrades</li>
<li>Get a useable HUD</li>
<li>Draw the underwater bike sprites</li>
<li>Work on the lake*</li>
<li>Code the &#8216;Skips&#8217; and oil on the road</li>
<li>Code the dark area and make it passable</li>
<li>Code in petrol stations and the fuel indicator</li>
<li>Draw the other road traffic</li>
<li>Code the traffic AI</li>
<li>Place bike upgrades randomly on the map**</li>
<li>Create and stick in some audio</li>
<li>Code the end screens</li>
<li>Code the front menu</li>
</ul>
<p>* The lake is a bit of a sticky point at the moment, I&#8217;m not too sure if I will keep it simple and just let the player ride freely across it or make the player keep to a grid system like the street.</p>
<p>** Bike upgrades will be placed in random houses over the whole map, some upgrades, however, will be places in certain sections of the map so that you actually have them before needing them!</p>
<p>This, by the way, is just for the remake part of the game. This is the first task and will determin how much further I go with the game.</p>
<p>That&#8217;s the plan, at least. I&#8217;ll start looking at problems and solutions soon, some I&#8217;ve found and overcome, some I know I&#8217;ll meet and some that I hope I&#8217;ll never see.</p>
<p>That&#8217;ll do for now though</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Action Biker &#8211; Intro</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=28</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=28#comments</comments>
		<pubDate>Thu, 21 May 2009 22:34:39 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[Action Biker code blog]]></category>
		<category><![CDATA[Action]]></category>
		<category><![CDATA[Biker]]></category>
		<category><![CDATA[Clumsy]]></category>
		<category><![CDATA[Colin]]></category>
		<category><![CDATA[Mastertronic]]></category>
		<category><![CDATA[Spectrum]]></category>

		<guid isPermaLink="false">http://spraydough.wordpress.com/?p=28</guid>
		<description><![CDATA[And so it begins&#8230;.. Yes, the time has, indeed, come once again to pick up mine fingers and code. So why Action Biker? Because, as is so often the case, I want to. Yes, I&#8217;ll admit, it wasn&#8217;t the greatest game in the world. In fact, I&#8217;d go as far as to say it was [...]]]></description>
			<content:encoded><![CDATA[<p>And so it begins&#8230;..</p>
<div id="attachment_27" class="wp-caption aligncenter" style="width: 460px"><a rel="attachment wp-att-27" href="http://www.spraydough.co.uk/wordpress/?attachment_id=27"><img class="size-full wp-image-27" title="tiles16" src="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2009/05/tiles16.png" alt="The very first screeny. What a clever chap I am eh?" width="450" height="270" /></a><p class="wp-caption-text">The very first screeny. What a clever chap I am eh?</p></div>
<p>Yes, the time has, indeed, come once again to pick up mine fingers and code.</p>
<p>So why Action Biker? Because, as is so often the case, I want to. Yes, I&#8217;ll admit, it wasn&#8217;t the greatest game in the world. In fact, I&#8217;d go as far as to say it was a pretty dire game, possibly even terrible. Thing is, it&#8217;s only really in hindsight, and with the use of emulators, that I now realise this. Action Biker was, as it goes, one of the most played games on my little rubber keyed friend. It was up there with Elite, Spellbound and Wriggler. I used to love it.</p>
<p>Turns out it was badly put together tripe that was almost impossible to complete, even with pokes. And this, you see, is the reason for my return. I want Action Biker to be loved like I loved it, I want it to be remembered for the quirky fun elements that were there, not for the fact that it would more often than not put items needed to complete puzzles PAST the puzzle itself, nor the fact that in what was, at it&#8217;s very core, a game based on the principle of elapsed time, you would go and have tea at your mate&#8217;s house thus wasting hours of precious game time. Don&#8217;t even get me started about the location of the damn petrol stations!</p>
<p>So, anyway, I&#8217;ve started work on this in earnest this week. The origins of the remake, hovever, go waaaaaaaaay back.</p>
<p>Action Biker was the first game I started after the Underlord beta was released. It was just a little project while I sorted out some graphics for what should have been, but never turned out to be, an Underlord update. Underlord is still in beta, don&#8217;t expect that to change any time soon. But I started work on the Biker concept in later July &#8217;08 with a re-write of Meditator, the map utility I&#8217;d written for Underlord. I reused code where I could but most of it was new. Once I&#8217;d got a working map editor I started ripping graphics and bulding me a map. That was when I stopped development. Around mid August I just lost interest. It happens occasionally, you know, I just couldn&#8217;t be bothered to finish the map.</p>
<p>Roll forward a few months, past the Wild Bunch WIP (I&#8217;ll get on with that one day), past the Cyberun WIP (ditto), past the two Xmas games I started but didn&#8217;t finish&#8230;. You get the picture, I&#8217;m sure. Mid March I stumble on the Action Biker map. How easy would that be to get scrolling? Shouldn&#8217;t take too long I&#8217;m sure&#8230;&#8230;..</p>
<p>Mid March turned into early April and still no progress. I thought about coding a lot, I really did. I got excited about the prospect. Ultimatly I couldn&#8217;t be bothered.</p>
<p>Then I started working nights. Funny how it goes isn&#8217;t it, I go to work at 3 in the afternoon and come home at 10, straight to bed after tea and all of a sudden my mornings become my evenings. There&#8217;s nothing on the telly, there&#8217;s no-one around, what should I do?</p>
<p>Code, dear fellow, code.</p>
<p>So I have decided to write a code blog, for my reference more than anyone elses, but if anyone else gets anything out of it, even if it&#8217;s just a laugh at my appauling coding, then I&#8217;ll be a happy camper.</p>
<p>If you are really interested, I&#8217;ll also be keeping <a href="http://retroremakes.com/forum/">Retroremakes.com</a> up to date with releases, screen shots and other, more useless, junk. If you do want to comment please feel free to do so either here or <a href="http://retroremakes.com/forum/index.php/topic,621.0.html">on my RR thread</a>.</p>
<p>Wish me luck&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=28</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>History Lesson 1 &#8211; SIM</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=19</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=19#comments</comments>
		<pubDate>Thu, 07 May 2009 10:20:27 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[SIM]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[remake]]></category>

		<guid isPermaLink="false">http://spraydough.wordpress.com/?p=19</guid>
		<description><![CDATA[So then, it&#8217;s about time I got some of my games back on&#8217;t interweb. Using this as a ploy to kickstart my blogging habbit once more, I have decided to bung up a brief history of my games to date and also to keep a record of my current project. More of that later. First, [...]]]></description>
			<content:encoded><![CDATA[<p>So then, it&#8217;s about time I got some of my games back on&#8217;t interweb.</p>
<p>Using this as a ploy to kickstart my blogging habbit once more, I have decided to bung up a brief history of my games to date and also to keep a record of my current project. More of that later. First, however, a brief history of SIM.</p>
<p><a rel="attachment wp-att-20" href="http://www.spraydough.co.uk/wordpress/?attachment_id=20"><img class="alignnone size-full wp-image-20" title="sim" src="http://www.spraydough.co.uk/wordpress/wp-content/uploads/2009/05/sim.png" alt="sim" width="450" height="324" /></a></p>
<p>SIM is the first game I can ever really remember wanting to play over and over again. I had a VIC 20 at the time but remember joining the computer club at school just so I had access to a BBC B so I could play.</p>
<p>SIM is basically a collect and avoid maze game spread over 50 or so screens. It involved solving puzzles, navigating invisible mazes and outwitting alien creatures, all so you could collect the 10 Simarals to drop into a well on one of the screens.</p>
<p>The game was written by Joshua Portway way back in 198* or so. It was released on the BBC and Electron platforms and, though it apparently sold by the shed load, I&#8217;ve not met anyone other than my computer club buddies who has ever played it.</p>
<p>Around early 2007 I started frequenting a shady side of the internet known only as <a href="http://www.retroremakes.com/forum" target="_blank">Retro Remakes</a>. Being facinated with 8 bit gaming as I was (am?) I began downloading remade versions of classic Speccy and C64 games but could never find any of the games I actually wanted. SIM, obviously, was right at the top of my list. I&#8217;d managed to grab an emulated version but it wasn&#8217;t cutting the mustard, oh no siree no. What then, you may ask, was a young man to do? There was only really one option left. I remade the game myself.</p>
<p>I started work on SIM in Feb 2007. I decided to use Blitz Basic, a new language to me, to code the game and rip and tidy the graphics and sounds from the original game. Around May 2007, after 3 months of almost constant coding, I had myself a game.</p>
<p>I&#8217;m not gonna go into the technichal side of the coding, partly because, as a language, Blitz is so easy it would be insulting to those trying to learn it, partly because I shoe-horned so much bad coding in to get it working that I struggle to follow the code, but mainly because, on reviewing the code, I really don&#8217;t understand what most of it does. I coded Eric in Blitz, it took me just shy of 2 months and then abandoned the language for the everso slightly more challenging C &amp; Allegro combination.</p>
<p>SIM still remains my most complete game and, though the others are playable and completeable, SIM is the only one I am satisfied with the graphics on (they were never meant to be good, just useable) and is the only one to have ANY audio.</p>
<p>There are a few bugs in SIM, unfortunatly I doubt these will ever get fixed, I really can&#8217;t be bothered to re-install BB, this is a shame, but there you go!</p>
<p>The game can be gotten from the <a href="http://www.stairwaytohell.com/clones/">&#8216;Stairway To Hell&#8217; clones </a>section or you can simply <a href="http://www.stairwaytohell.com/clones/SIM.zip">get it here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=19</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mouldy Old Dough</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=18</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=18#comments</comments>
		<pubDate>Mon, 26 Jan 2009 13:55:56 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[SLTA]]></category>

		<guid isPermaLink="false">http://www.spraydough.co.uk/?p=18</guid>
		<description><![CDATA[So, after 3 months or so of doing squat all on here I&#8217;m back. It&#8217;s been a busy 3 months too. What&#8217;s happened? Well&#8230;. I&#8217;m unemployed &#8211; obviously this is a bit of a downer so I&#8217;ll get it out of the way first and not dwell on it! Underlord is complete! &#8211; Not entirely [...]]]></description>
			<content:encoded><![CDATA[<p>So, after 3 months or so of doing squat all on here I&#8217;m back. It&#8217;s been a busy 3 months too. What&#8217;s happened? Well&#8230;.</p>
<ul>
<li>I&#8217;m unemployed &#8211; obviously this is a bit of a downer so I&#8217;ll get it out of the way first and not dwell on it!</li>
<li>Underlord is complete! &#8211; Not entirely true, not even close to true, I&#8217;ll post on it&#8217;s status at some point in the near future</li>
<li>The <a href="http://www.retroremakes.com">Retro Remakes</a> Competition 2008 has finished and the judging has been judged. No official announcement concerning the winner has been made yet due to other matters but it&#8217;ll be soon&#8230;</li>
<li><a href="http://www.retroremakes.com">Retro Remakes</a> was hacked. Badly hacked. Actually, incredibly well hacked. Oddbob has worked his arse off over the last few weeks to get some semblance of normality back to the site. He&#8217;s got new <a href="http://www.retroremakes.com/forum">forums</a> up and running and there&#8217;s a temporary front page. I gather he&#8217;s working on restoring the hosted sites at the moment. This has caused a huge postponement in the announcement of the competition results.</li>
<li>The Ripon Charity Pantomime has been and gone. For those of you who don&#8217;t know, both my eldest daughter Kim and I are both involved in the panto (along with a lot of very good friends &#8211; Wochamate John, Gina, Et al) and, for the second year running I managed to bluff my way into another principal slot. I&#8217;ll get a full report up at some point, hopefully before next year&#8217;s panto&#8230;..</li>
<li>My Facebook activity is going up and down like an uppy-downy thing. I need more friends so <a href="http://www.facebook.com/home.php?#/profile.php?id=876280579&amp;ref=nf">add me</a>!.</li>
<li>I&#8217;ve started and abandoned about a half dozen games, some have actually had code written and one has even had a map created which meant completely rewriting the map editor I made for Underlord. This is a GOODTHING.COM as there was at least one good thing to come out of the whole WIP &gt; RIP process. The games I have ditched are as follows..</li>
</ul>
<ol>
<li>The Wild Bunch</li>
<li>Wriggler</li>
<li>Everyone&#8217;s a Wally</li>
<li>Gatecrasher</li>
<li>Bards Tale 2</li>
<li>Action Biker (ZX Spec version)</li>
</ol>
<ul>
<li>I&#8217;ve been offered the graphics for one of my favorite shooters, Cyberun. This will most likely be my new WIP though I&#8217;ve not actually done anything on it as of yet (I&#8217;m waiting to see how many sprites I&#8217;ve got, sizes, etc).</li>
</ul>
<p>I&#8217;m sure there&#8217;s been other stuff happen but it will have to wait till I remember it.</p>
<p>I&#8217;ve got things to do now, I need to get my 3 completed games up on this here site somehow as I just noticed today that there are absolutly no links on the web for any of then (how HAVE you been coping?)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=18</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bollblocks</title>
		<link>http://www.spraydough.co.uk/wordpress/?p=16</link>
		<comments>http://www.spraydough.co.uk/wordpress/?p=16#comments</comments>
		<pubDate>Thu, 23 Oct 2008 09:56:00 +0000</pubDate>
		<dc:creator>Spraydough</dc:creator>
				<category><![CDATA[SLTA]]></category>

		<guid isPermaLink="false">http://www.spraydough.co.uk/?p=16</guid>
		<description><![CDATA[I&#8217;ve been around on this super-sized sphere of sh!t for many a year now, and I&#8217;ve seen a few things, I really have. Thing is, I&#8217;ve always wanted to talk about what I&#8217;ve seen and done. I&#8217;ve never been one to keep my feelings to myself on matters concerning the world at large, or my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been around on this super-sized sphere of sh!t for many a year now, and I&#8217;ve seen a few things, I really have. Thing is, I&#8217;ve always wanted to talk about what I&#8217;ve seen and done. I&#8217;ve never been one to keep my feelings to myself on matters concerning the world at large, or my large part of the world, or anyone elses less significant parts of the world, or&#8230;. You get my drift, I&#8217;m sure.</p>
<p>I&#8217;m not a prollific writer. Not by anyone&#8217;s standard, not prollific at all, but I have never had an issue with written communication. I write for work, I write for pleasure and, for the last year I&#8217;ve been writing for an online community.</p>
<p>And this is where the problem lies. Not with work, that&#8217;s another thing altogether&#8230; Not with pleasure and not with the magical world that is the internet and in particular not the bit that hangs around the <a href="http://www.retroremakes.com">retroremakes</a> part of the internet. The problem is with the writing.</p>
<p>Never before has the desire to sit down in front of my PC and tap away until something at least barely legible has appeared on the screen before me, been further away. It&#8217;s not the subject matter I&#8217;m having problems with. It&#8217;s affecting everything I love to write or write about. Gaming, coding, life, the kids, the wife, even ME! It&#8217;s a classic case of bloody writers block and I&#8217;m not happy about it.</p>
<p>So, I need to get on my backside and start sorting my life out! Well, the bit of my life involving the writting of things to be written.</p>
<p>And it starts here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spraydough.co.uk/wordpress/?feed=rss2&#038;p=16</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

