<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-2477584476723817400</atom:id><lastBuildDate>Thu, 22 Sep 2011 00:10:53 +0000</lastBuildDate><category>flash</category><category>tech demo</category><category>whirligig</category><category>projecttwo</category><category>opinion piece</category><category>projectfour</category><category>opentk</category><category>foray</category><category>aside</category><category>projectc</category><category>Gravity Wars</category><category>indie</category><category>tanks</category><category>beat hazard</category><category>projectone</category><category>projecta</category><category>voxel</category><category>risc os</category><category>Audiosurf</category><category>C#</category><category>hoshi</category><category>game design</category><category>randomcode</category><category>yaap</category><category>start</category><category>Starship Command</category><category>youtube video</category><category>sideproject</category><category>projectthree</category><category>voxelspace</category><category>projectb</category><category>gameamonth</category><category>Quest3d</category><category>audiogame</category><category>flixel</category><category>unity</category><category>games as art</category><title>Code Drops</title><description>Experiments in game design</description><link>http://codedrops.blogspot.com/</link><managingEditor>noreply@blogger.com (Mincus)</managingEditor><generator>Blogger</generator><openSearch:totalResults>41</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CodeDrops" /><feedburner:info uri="codedrops" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-1778371875681268830</guid><pubDate>Sat, 27 Nov 2010 05:53:00 +0000</pubDate><atom:updated>2010-11-27T05:53:38.063Z</atom:updated><category domain="http://www.blogger.com/atom/ns#">aside</category><title>Rss, Feedburner, etc.</title><description>I think I had an RSS feed already, but I'm adding feedburner as well, this is mostly a test post to check it.&lt;br /&gt;
I've also added a "Subscribe To" gadget thing to make the feeds easier to find (assuming they were there at all before).&lt;br /&gt;
&lt;br /&gt;
Anyway: as to coding, I've moved to a new computer and I'm still setting it up exactly how I want and testing all my old games out on the new(er) card in there. So not been up to much code as a result. :oD&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-1778371875681268830?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/vr01pb-q9lE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/vr01pb-q9lE/rss-feedburner-etc.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>1</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/11/rss-feedburner-etc.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-8465289820398038559</guid><pubDate>Fri, 19 Nov 2010 23:28:00 +0000</pubDate><atom:updated>2010-11-19T23:28:20.037Z</atom:updated><category domain="http://www.blogger.com/atom/ns#">flixel</category><category domain="http://www.blogger.com/atom/ns#">sideproject</category><category domain="http://www.blogger.com/atom/ns#">projectc</category><category domain="http://www.blogger.com/atom/ns#">flash</category><title>More Flash stuff</title><description>Been mucking about with Flixel more. As I stated in my last post talking about Flash and Flixel, I have a game idea that involves platforming that will work well in Flash. So I've set about learning how to write a platformer in Flixel.&lt;br /&gt;
&lt;br /&gt;
Most of this I've taught myself, although I've pulled segments from &lt;a href="http://www.zoklet.net/bbs/showthread.php?p=2227703"&gt;this tutorial&lt;/a&gt;. Unfortunately the FlxCamera class seems to have gone missing, but I cheated my way around that. I'll go looking for it properly at some point.&lt;br /&gt;
I've drawn a complete set of tiled sprites myself for level building (they're very basic and just for mucking about with really, not pretty) and a short 4-frame animation for a guy running.&lt;br /&gt;
&lt;br /&gt;
I used &lt;a href="http://www.tilemap.co.uk/mappy.php"&gt;mappy&lt;/a&gt;&amp;nbsp;for drawing the maps. It's fairly easy to use as I had problems using the editor suggested in the tutorial above. However mappy doesn't output map files suitable for Flixel (it has its own simplistic format for reading map tiles) but it does output in csv (comma separated values) format, which is very easy to read and port to Flixel's format. So I quickly wrote a C# application to do that.&lt;br /&gt;
&lt;br /&gt;
Putting all this together resulted in a pretty basic platformer. I added a second 'layer' over the level that is used for checking for collectables, placing the entrance and checking for the exit. I have a feeling the way I'm doing this isn't very efficient in terms of Flash as I seem to be getting some minor framedrop, but it's a method that would perform fantastically under pretty much any other platform. There's a few ways around it. Thankfully it won't be an issue with the game idea I'm thinking of as the levels will be randomly generated.&lt;br /&gt;
&lt;br /&gt;
Anyway, feel free to play around with &lt;a href="http://dl.dropbox.com/u/1614587/TestPlatformer/index.html"&gt;Project C&lt;/a&gt;&lt;br /&gt;
I've not put any start or end stuff into this game. All it does when you complete it is shake the screen whilst you're stood over the exit. The idea is to pick up all 3 gems then head to the exit. The exit remains with a red light over it until all 3 are picked up. Simple stuff but as I say, it's all a test so not really 'complete'.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-8465289820398038559?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/lGWucMNNWl0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/lGWucMNNWl0/more-flash-stuff.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/11/more-flash-stuff.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-7088778556751510070</guid><pubDate>Sun, 14 Nov 2010 22:44:00 +0000</pubDate><atom:updated>2010-11-14T22:44:15.004Z</atom:updated><category domain="http://www.blogger.com/atom/ns#">unity</category><category domain="http://www.blogger.com/atom/ns#">sideproject</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecta</category><title>And moving on to Unity.</title><description>I've been learning how to use Unity as I mentioned in the previous post and so to test my fairly basic skills in the program I decided to write a simple invaders clone (it's a very easy game to write, I did it in under 2K of BBC BASIC once)&lt;br /&gt;
&lt;br /&gt;
Unity has a very jumbled way of doing things it seems to me. I'm not used to having so little control over how things operate and this was the biggest challenge. Putting together the game was pretty easy, sorting out interconnections between objects and various other things was the main problem.&lt;br /&gt;
Unity has a variety of languages you can use to write code for. The tutorial I was using suggested Javascript, but I'm far more comfortable with C#, which is another offering, so I went with that. Overall the language use was pretty standard. Unity uses an external editor to modify the code, then recompiles it on returning to Unity, this system isn't wonderful and sometimes when editing multiple scripts Unity will only recompile one of them, also the editor isn't wonderful, lacking some of the modern amenities I'm used to, but overall this works pretty well and I get the impression you're never supposed to be editing more than a few hundred lines of code for each object and expected to do the majority of things in Unity itself.&lt;br /&gt;
&lt;br /&gt;
Unity comes with its own 3D physics engine and hull colliders for a set of primitives. These are fun to play with at first, but trying to do anything constructive with them in a simple game isn't the best bet. I completely discarded the engine for my invaders game as it simply wasn't necessary and having seen some other 'physics invaders' games, it's not really a wonderful new dynamic.&lt;br /&gt;
I originally intended on using the collision detection from the physics engine for hit detection, but that proved more difficult than I anticipated. I suspect it is possible, but I wasn't able to get it to work as intended. As a result I do all the collision detection manually. This probably works better anyway as the Unity hit detection will do all objects against all other objects whereas mine just does bullets against aliens and bombs against the player.&lt;br /&gt;
&lt;br /&gt;
So, I actually finished pretty much all this game, save the bombs, last weekend sometime, with just the bombs left which I added this evening since my last post.&lt;br /&gt;
&lt;br /&gt;
My overall feelings are that Unity is a very nice bit of kit, very useful and very easy to use. I'm not sure how much I'll use it in the future at the moment, I've got an idea for a game that would work well with it and I've only just started to uncover what it's capable of (there's model importing, animation and a ton of other stuff I've yet to look at).&lt;br /&gt;
&lt;br /&gt;
Without further ado, here's &lt;a href="http://dl.dropbox.com/u/1614587/UnityInvaders/WebPlayer.html"&gt;a link to my Unity game&lt;/a&gt;. It requires the Unity web plugin be installed, which should work on sane browsers under Windows and OS X. Not sure about Linux.&lt;br /&gt;
I might clean it up and release it as a separate executable, since Unity allows that easily. Will see.&lt;br /&gt;
&lt;br /&gt;
What initially got me to take another look at Unity is &lt;a href="http://www.sophiehoulden.com/blog/?p=122"&gt;this blog post&lt;/a&gt;&amp;nbsp;by Sophie Houlden. I've recently started using Twitter a lot more and started following a number of indie devs and she was one of them. Currently she's working on a game using Unity called Lottie's Dungeon. So far there's not a huge amount of content, but it is fun to run around in and right now it costs practically nothing. Her intention is to raise the price as she adds more content, in small increments.&lt;br /&gt;
It's an interesting development idea and it's similar to the one that Markus Persson (aka Notch) has done with Minecraft, although he's charging half price until he's decided it's not an alpha any more. It's working for Notch anyway who's made a huge amount of cash and sold over 600,000 copies as of today.&lt;br /&gt;
&lt;br /&gt;
As mentioned earlier, I'm releasing these two games as part of my game-a-month project now. Still leaves me miles behind schedule, but ah well. Maybe "occasional game release project" might be a better name? ;o)&lt;br /&gt;
This is project a anyway.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-7088778556751510070?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/us96YGZ56CI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/us96YGZ56CI/and-moving-on-to-unity.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/11/and-moving-on-to-unity.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-2529946535520798201</guid><pubDate>Sun, 14 Nov 2010 17:29:00 +0000</pubDate><atom:updated>2010-11-14T17:36:50.789Z</atom:updated><category domain="http://www.blogger.com/atom/ns#">flixel</category><category domain="http://www.blogger.com/atom/ns#">sideproject</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projectb</category><category domain="http://www.blogger.com/atom/ns#">flash</category><title>Flash, Unity and other things</title><description>So I've been busy coding, just not on my games again. :o/&lt;br /&gt;
Well, that's not technically true, I've been writing games, just not exactly for my game-a-month project.&lt;br /&gt;
&lt;br /&gt;
What I've found is &lt;a href="http://unity3d.com/"&gt;Unity&lt;/a&gt;&amp;nbsp;and &lt;a href="http://flixel.org/"&gt;Flixel&lt;/a&gt;.&lt;br /&gt;
I knew about Unity before I started this project, but for some reason I'd got it into my head that it was pay-only and there was only a free trial. That's not the case. For PC, Mac and Web development it's completely free (save some more advanced libraries like realistic water effects).&lt;br /&gt;
It's astoundingly easy to use and I've created a small invaders re-make that I'll release shortly. It's almost finished, just needs 'bombs' adding.&lt;br /&gt;
&lt;br /&gt;
Flixel is a flash library. Normally I steer clear of Flash because performance under it is absolutely terrible for games. &lt;i&gt;Really&lt;/i&gt;&amp;nbsp;terrible.&amp;nbsp;How much this matters depends on your perspective and I'll write a piece on that another time.&lt;br /&gt;
Flixel allows quick and easy development of Flash games. It uses completely free tools (Adobe's Flex SDK is free and there's a very handy IDE called FlashDevelop). Which just leaves learning ActionScript 3.&lt;br /&gt;
If you've any experience with other modern languages, that's not really an issue, but it has some peculiarities in it and seems overly verbose in places to me, but still, it's easy enough. Following the 'hello world' tutorial on the Flixel site gives a reasonable introduction to the basics, but doesn't explain a lot of things.&lt;br /&gt;
&lt;br /&gt;
So, 48 hours after picking up Flixel I have a full game written in it. Yes, it is &lt;b&gt;that&lt;/b&gt;&amp;nbsp;easy to use.&lt;br /&gt;
I could embed it directly in the page, but I've always kinda been against that, so &lt;a href="http://dl.dropbox.com/u/1614587/FlixelTest/index.html"&gt;here's a link instead&lt;/a&gt;.&lt;br /&gt;
Space to shoot, cursors to move.&lt;br /&gt;
&lt;br /&gt;
You'll have to excuse my pretty dreadful graphics, I was mostly just experimenting and seeing what I could manage. The backgrounds took less than 2 minutes each and the clouds were about the same. The ship is from a while back. The ghosts were just me yesterday morning going "what's an easy enemy to draw?"&lt;br /&gt;
&lt;br /&gt;
Most of the code is taken from &lt;a href="http://www.creativeapplications.net/flash/flixel-2-tutorial-flash-tutorials-games/"&gt;this tutorial&lt;/a&gt;, which I don't think anyone who doesn't know about resource allocation should follow. If you follow that tutorial to the letter, you'll end up with some nasty memory leaks because it doesn't reuse resources properly, it just leaves them hanging around in the background. Most notably are the bullets (which aren't destroyed, so any that miss enemies and fly off into the ether to the right of the screen will just go on forever), enemies (same issue going off the left of the screen) and explosions (creates and doesn't dispose 10 sprites every time something dies).&lt;br /&gt;
So, I changed it slightly so that my game destroys bullets off the right of the screen, enemies off the left and re-uses the same 10 explosions, seems to work well.&lt;br /&gt;
&lt;br /&gt;
I also extended the tutorial to include my parallax background effect and moving clouds. There's nothing particularly spectacular in there, but it was something I was interested in working out.&lt;br /&gt;
&lt;br /&gt;
Flixel is pretty well known in the Flash community, the main author is Adam "Atomic" Saltsman who wrote the &amp;nbsp;game Canabalt (google it, you've almost certainly played it before).&lt;br /&gt;
&lt;br /&gt;
So that was this weekend's Flash adventure. Was interesting and I've an idea for a Flash game I want to put into practice at some point using Flixel. Although it's a platformer so will require me learning a fair bit more about how it all works.&lt;br /&gt;
&lt;br /&gt;
Because I've not been keeping to my game a month schedule, I'm going to mark this minor game as part of the project but not give it a number, I'll label it 'b'. 'a' will be the Unity game which I'll finish off and post shortly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-2529946535520798201?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/N3xBBBwA7Fw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/N3xBBBwA7Fw/flash-unity-and-other-things.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/11/flash-unity-and-other-things.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-1137889434658634842</guid><pubDate>Mon, 25 Oct 2010 15:32:00 +0000</pubDate><atom:updated>2010-10-25T16:32:10.895+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">game design</category><category domain="http://www.blogger.com/atom/ns#">whirligig</category><category domain="http://www.blogger.com/atom/ns#">projectone</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>A note on sound</title><description>Since I've revamped the sound engine for the toolkit I've created and have interfaced it with Whirligig, I thought I'd talk a bit about the design decisions behind the sound.&lt;br /&gt;
&lt;br /&gt;
Firstly, all sound is played from plain old WAV files. This is purely for practical purposes. I don't want to start mucking about with OGG and other things in C# as there isn't much in the way of good libraries for doing so and all the sound effects are small enough that keeping them uncompressed isn't an issue.&lt;br /&gt;
&lt;br /&gt;
All the sounds for both Hoshi and Whirligig (and probably projects 3 and 4) has been done in&amp;nbsp;&lt;a href="http://www.drpetter.se/project_sfxr.html"&gt;sfxr&lt;/a&gt;, which is a very useful project that just outputs simple waves with a few parameters to play with, allowing easy retro sound effects to be created with minimal effort.&lt;br /&gt;
&lt;br /&gt;
So in actual code I use OpenAL where-ever possible. This is mostly because it's a fairly comprehensive library that takes raw WAV data and works on any system with the OpenAL library installed (Windows, Linux and OS X are all supported, for instance).&lt;br /&gt;
However OpenAL isn't available on all systems, but .NET and Mono provide a very basic sound player in the form of System.Media.SoundPlayer. This works well for single sound effects, but is useless for playing multiple sounds together. This will be less obvious with some games over others. It's very obvious on Hoshi, but does give an idea of what is being missed. It's also somewhat buggy under Mono it seems, playing sounds unexpectedly or not at all in some cases. As this is purely a back up system I'm not too worried about it and won't be making any effort to fix the problem(s) introduced through this method.&lt;br /&gt;
&lt;br /&gt;
So, when started the sound system checks the options file. If the options file says to not bother with sound, it just loads the dummy sound driver, which just says "ok" to everything, so the game thinks the sound system is all working, but the driver does nothing with any data passed to it.&lt;br /&gt;
If the options file says to use OpenAL, it checks that OpenAL is installed on the system then attempts to use it. If either of the checks for OpenAL or if a valid OpenAL context can be created fail then it drops back to the dummy driver.&lt;br /&gt;
If the options file says to use the SoundPlayer then the sound system will attempt to create a SoundPlayer class, if that works then it will assume that SoundPlayer works and so use that. If it fails it will default to the dummy sound driver.&lt;br /&gt;
&lt;br /&gt;
The last two options are 'Auto' and 'ForceOpenAL' and are a bit more complicated.&lt;br /&gt;
'Auto' is the default and will attempt to use OpenAL followed by SoundPlayer then will drop to the dummy if both fail.&lt;br /&gt;
'ForceOpenAL' will skip all checks when initialising OpenAL, which will cause a crash if OpenAL isn't installed. This shouldn't ever be needed by a user and was intended by debug purposes.&lt;br /&gt;
&lt;br /&gt;
So that's the new sound system. As I stated, after modifying it to this in Hoshi, I inserted it into Whirligig this morning and now Whirligig has a multitude of retro sounds that bring some extra life to the game.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-1137889434658634842?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/vX-jghQL7M8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/vX-jghQL7M8/note-on-sound.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/10/note-on-sound.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-6235119924449364393</guid><pubDate>Mon, 25 Oct 2010 08:29:00 +0000</pubDate><atom:updated>2010-10-25T09:29:11.925+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">whirligig</category><category domain="http://www.blogger.com/atom/ns#">projectone</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>Hoshi bug fixes</title><description>I'm making an effort to get Whirligig released (hopefully this week, maybe even today, I'm not sure how long it will take to do what I want with it).&lt;br /&gt;
In doing so, one of the things that needs implementing is sound. I have all the sounds I need ready and I had Hoshi's sound engine. So, no problem, yes?&lt;br /&gt;
&lt;br /&gt;
Well, Hoshi's sound engine isn't perfect. It actually causes the game to crash randomly when OpenAL isn't installed. This is a fairly major issue, so I decided to go back and fix this on Hoshi before moving the engine across to Whirligig.&lt;br /&gt;
Whilst I was working on the engine I quickly added a simple substitute for the sound when OpenAL isn't installed. This uses .NET's or Mono's System.Media.SoundPlayer. This isn't ideal because it will only play one sound at a time with no mixing and Hoshi requires many sounds to be playing at once to sound correct. But it's a good substitute for those who don't want to go searching for OpenAL.&lt;br /&gt;
&lt;br /&gt;
So, now Hoshi will work out of the box with sound, although you'll get a much better experience with OpenAL installed. There's also an additional option in the hoshioptions.xml file in AppData that allows changing the sound engine. So you can set it off, set it to the Media.SoundPlayer option or set it to OpenAL. There's also a ForceOpenAL option which skips any checks for OpenAL and is not really recommended as it will cause the same crashing issues as before if used on a system without OpenAL.&lt;br /&gt;
&lt;br /&gt;
Anyway, new release is&amp;nbsp;&lt;a href="http://dl.dropbox.com/u/1614587/hoshi-final-fixed2-2010-10-25.zip"&gt;here&lt;/a&gt;.&lt;br /&gt;
These are purely bugfixes, if the version of Hoshi you have already doesn't have issues you won't gain anything from this new version.&lt;br /&gt;
&lt;br /&gt;
And now I can do some work on Whirligig.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-6235119924449364393?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/qazG-nuDMGo" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/qazG-nuDMGo/hoshi-bug-fixes.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/10/hoshi-bug-fixes.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-9121840802944983869</guid><pubDate>Sat, 25 Sep 2010 04:37:00 +0000</pubDate><atom:updated>2010-09-25T05:37:19.571+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">projectfour</category><category domain="http://www.blogger.com/atom/ns#">projectthree</category><category domain="http://www.blogger.com/atom/ns#">voxel</category><category domain="http://www.blogger.com/atom/ns#">voxelspace</category><title>Voxels</title><description>Yeah, yeah, I know, not really getting anywhere with the games. S'bad, but I'll get back to it.&lt;br /&gt;
&lt;br /&gt;
I've been writing a voxel editor recently.&lt;br /&gt;
Voxel's aren't an easily concept to explain, although they're a simple concept to understand. In essence a voxel is a 3D pixel. That is a standard bitmap you create in paint is made up of pixels along the x and y dimensions, voxels add a z dimension allowing for easy 3D rendering.&lt;br /&gt;
&lt;br /&gt;
So, I've written a (currently) simple editor for building voxel art with the intention of using it in my future games.&lt;br /&gt;
Right now the editor isn't much use for more than simple voxelart. I've been test-driving the editor for most of today and know there's about half a dozen features that need adding to its toolbox.&lt;br /&gt;
So, without further ado, this is what I managed yesterday:&lt;br /&gt;
&lt;img src="http://dl.dropbox.com/u/1614587/mengerspongevoxel.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
For those not in the know, it's called a &lt;a href="http://en.wikipedia.org/wiki/Menger_sponge"&gt;Menger Sponge&lt;/a&gt;&amp;nbsp;which is a fairly basic cube fractal. This is taken to the 3rd iteration and contains 8000 cubes of which I clicked every bloody one (and don't I know it!)&lt;br /&gt;
&lt;br /&gt;
So, will be adding some basic things like copy and paste, colour fill and keyboard shortcuts.&lt;br /&gt;
Also need to compress the voxel save files as a 27x27x27 image such as this one clocks in at 9.5MB.&lt;br /&gt;
At that point I'll make a simple video explaining more about the editor and if people are very lucky I might release it.&lt;br /&gt;
&lt;br /&gt;
So what is the point in all this? Well it's to develop an art style for projects 3 and 4. Hoping having some artwork to play with will motivate me to make a move on them.&lt;br /&gt;
&lt;br /&gt;
I also might have a try at doing some simple pure-animation using some voxels, will see how the games go first though.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-9121840802944983869?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/5kX_G79pu-Y" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/5kX_G79pu-Y/voxels.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>2</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/09/voxels.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-2638355714438262178</guid><pubDate>Sun, 22 Aug 2010 18:04:00 +0000</pubDate><atom:updated>2010-08-22T19:04:33.267+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">yaap</category><category domain="http://www.blogger.com/atom/ns#">Audiosurf</category><title>Err, yeah, hi</title><description>I do still exist. The Game-a-month project is still on my list of things to do, I'm just having a bit of a hiatus.&lt;br /&gt;
This is, of course, not particularly good, but it's where I'm at for the moment so it's happening.&lt;br /&gt;
&lt;br /&gt;
I've spent most of the last two months not coding, so, not a lot to say here.&lt;br /&gt;
However recently I've picked up an idea for comparing track rollercoasters on Audiosurf that someone was interested in a while back.&lt;br /&gt;
The original thread is on the Audiosurf forums &lt;a href="http://www.audio-surf.com/forum/index.php/topic,6535.0.html"&gt;here&lt;/a&gt;&amp;nbsp;and is basically asking for an easy way to sort tracks by the amount of traffic they have.&lt;br /&gt;
Retrieving traffic information involves digging through a .ash file locally or asking the servers for it. I've not done any experimenting in pulling that data from the Audiosurf servers yet, however I already had the code for retrieving the track shape, which is a good indication of the traffic a track will have and the speed it will run at.&lt;br /&gt;
&lt;br /&gt;
So, in a few hours I put together a very quick program to pull the track shape (and global scores) for a named track. Very easy to do, and the result is posted in the thread mentioned.&lt;br /&gt;
&lt;br /&gt;
But that doesn't technically compare the tracks, or order them or anything, it just allows for quickly viewing multiple songs outside of Audiosurf. Useful, but not ideal.&lt;br /&gt;
For a long while I left the application there, then I picked it up again a week or so ago and began work on a 'playlist' section of the application. This downloads a track shape for every song in a playlist with the eventual idea being that it will show an estimate for how 'quick' the track will be, allow sorting and re-tagging of [as-steep] to slower tracks.&lt;br /&gt;
&lt;br /&gt;
It quickly became obvious once I had the "download lots of track shapes" code implemented that the Audiosurf server is struggling to stay up at the moment&amp;nbsp;(indeed, whilst making the screenshots below, I had significant issues with the Audiosurf server timing out, even for single-song lookups). This is noticeable if you use the forums much and/or play the game a lot as the forum, scoreboards and logging in are often down. Obviously I don't want to make this workload any worse, so I've implemented a cache for the track shapes that stores this data locally as presumably a track shape shouldn't change unless the picked user is cheating.&lt;br /&gt;
&lt;br /&gt;
To avoid accidentally pulling out cheaters, the app always goes for the &lt;i&gt;last&lt;/i&gt;&amp;nbsp;global score of the 'Elite' category, if there's no elite scores it goes for the last of the pro, then last of the casual. The assumption being that a cheater will hold the top spot and not be lower down on the scoreboard. Additionally the "single song" searcher that was initially implemented (and will be launchable from the playlist window) will allow you to store which rollercoaster you want to see locally.&lt;br /&gt;
&lt;br /&gt;
Possibly will take it as far as YAAP (&lt;a href="http://www.audio-surf.com/forum/index.php/topic,4125.0.html"&gt;Yet Another Audiosurf Player&lt;/a&gt;) with tagging features, etc, not decided yet.&lt;br /&gt;
&lt;br /&gt;
Oh, have an example image that's rather sparse. Much will be added, hopefully (click to view full size):&lt;br /&gt;
&lt;a href="http://dl.dropbox.com/u/1614587/rc-sparse.jpg" target="_new"&gt;&lt;img src="http://dl.dropbox.com/u/1614587/rc-sparse-0.5.jpg" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-2638355714438262178?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/rFGYdP9Kz1Q" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/rFGYdP9Kz1Q/err-yeah-hi.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/08/err-yeah-hi.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-1798814971676105451</guid><pubDate>Thu, 17 Jun 2010 22:11:00 +0000</pubDate><atom:updated>2010-06-17T23:11:08.304+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>Hoshi update</title><description>Err, yeah, forgot about this, sorry!&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://dl.dropbox.com/u/1614587/hoshi-final-fixed-2010-06-17.zip"&gt;New version of Hoshi with working sounds under Linux&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-1798814971676105451?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/3PMGex9i_sI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/3PMGex9i_sI/hoshi-update.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/06/hoshi-update.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-279313615855303428</guid><pubDate>Fri, 11 Jun 2010 00:42:00 +0000</pubDate><atom:updated>2010-06-11T01:42:29.204+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>Quick post</title><description>Just a quick note to say I've finally tested Hoshi in Linux.&lt;br /&gt;
Good news is that it works.&lt;br /&gt;
Bad news is that I messed up the sound paths. I'll push out an update for that tomorrow.&lt;br /&gt;
&lt;br /&gt;
What is interesting is that it runs considerably better full-screen than on Windows. I guess that isn't particularly surprising though since Windows is bloated and not a particularly good OS choice from a gaming technical perspective.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-279313615855303428?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/X3JzSp1Rdzg" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/X3JzSp1Rdzg/quick-post.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/06/quick-post.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-7229845100997325072</guid><pubDate>Fri, 28 May 2010 16:16:00 +0000</pubDate><atom:updated>2010-05-28T21:30:11.945+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">whirligig</category><category domain="http://www.blogger.com/atom/ns#">projectone</category><title>General update</title><description>I've been lazy this week and not done any work on Whirligig. Hence the lack of updates here.&lt;br /&gt;
&lt;br /&gt;
What I have been doing is playing Merentha again. Which is a MUD (an early multiplayer RPG, generally with far more involved systems than more modern MMORPGs).&lt;br /&gt;
Used to play it all the time, but it gets a bit of a grind so I play on and off since it's free.&lt;br /&gt;
No pretty graphics, it's all text-based, but the base gameplay is unrivalled by MMORPGs imo.&lt;br /&gt;
&lt;br /&gt;
Err, that's pretty much it. I won't get any work done this weekend since I'm in Scotland for a stag do (not mine!)&lt;br /&gt;
&lt;br /&gt;
The only real bit of news on Whirligig I guess I've for is that I started the shop on Monday then thought I had a serious UI problem, so I played Merentha whilst I thought it over and realised I didn't have a problem. :oP&lt;br /&gt;
Just need to put UI components together, but as I've stated before I don't enjoy that aspect of coding at all.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-7229845100997325072?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/IjhXUqj7A1g" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/IjhXUqj7A1g/general-update.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/general-update.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-7160517659563900953</guid><pubDate>Sat, 22 May 2010 15:29:00 +0000</pubDate><atom:updated>2010-05-22T16:29:09.551+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">games as art</category><category domain="http://www.blogger.com/atom/ns#">opinion piece</category><title>A word on Gaming in general</title><description>Or at least my views on it.&lt;br /&gt;
This is an opinion post, you have been warned. ;o)&lt;br /&gt;
&lt;br /&gt;
I'm going to delve into that pandora's box known as "games as art". It's been done to death I know.&lt;br /&gt;
&lt;br /&gt;
Anyway, I came across this 15 minute presentation today:&lt;br /&gt;
&lt;object height="385" width="480"&gt;&lt;param name="movie" value="http://www.youtube.com/v/K9y6MYDSAww&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/K9y6MYDSAww&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;br /&gt;
I largely agree with this presentation. Games are a wonderful media with an amazing future. However I don't really expect them to be taken as art.&lt;br /&gt;
&lt;br /&gt;
Personally games mean a lot more to me than a picture, tv program, movie, music or even a book ever will. And that's because it's both none of these whilst at the same time being all of these.&lt;br /&gt;
&lt;br /&gt;
In a game you can combine a wonderful stylistic view (like Okami's) with visually dramatic story arc scenes (like Heavy Rain) whilst playing an epic sound track (too many to mention, just listen to some game soundtracks sometime) and having an over-arching story as long as a book without missing things out due to how long your audience is likely to want to sit in one spot&amp;nbsp;(large JRPGs do this best, like the FF series). Oh, and it's all interactive as well. No other form of media can do all these things at once. Movies come closest, but lack the long-term story or interactivity.&lt;br /&gt;
&lt;br /&gt;
This isn't to say games should be the only media. Personally I think they're by far the best around and they're almost the sole method I use now for 'proper' entertainment, but they'll always be a place for stories you don't interact in. For example, I still love a good book and I listen to music whilst coding as trying to play a game at the same time would be hard. But movies and TV have near no meaning to me. There's a handful I like, but it's not with the same passion I feel for a game. I struggle to find any film that engages me and TV is even worse. But that's a personal view of a fairly hardcore gamer. What I will point out is that many of those who criticise games don't play them. I do watch movies and TV, I just don't enjoy them anywhere near as much as I do games.&lt;br /&gt;
&lt;br /&gt;
Now, despite all this, I still don't think games can be classed as art by most people and the simple reason is this: The definition of art is woolly. It will never be 100% certain.&lt;br /&gt;
In short, the fault lies in the people who define what art is, not in the games, which often inspire higher emotions than many, personally, for me, I'd even say all, forms of artwork.&lt;br /&gt;
This is why I've used the term "media" in here. Games are definitely a media, and in terms of entertainment media they have all others beat. In terms of engaging the user on an emotional level they have all others beat (assuming it's a good game) purely because they have interaction, which makes you feel in the story. No other medium can do that.&lt;br /&gt;
&lt;br /&gt;
So, that's my take on the piece. Feel free to disagree in the comments.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-7160517659563900953?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/klKgiqY-Nhw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/klKgiqY-Nhw/word-on-gaming-in-general.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/word-on-gaming-in-general.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-1563610829268739149</guid><pubDate>Fri, 21 May 2010 01:29:00 +0000</pubDate><atom:updated>2010-05-21T02:35:40.760+01:00</atom:updated><title>More boring UI progress.</title><description>Pretty much all the key in-game UI is now done. Although not thoroughly tested, which will come at a later date.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;The in-game logic for the UI is also done, take this screenshot for example:&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;img src="http://dl.dropbox.com/u/1614587/whirligig-2010-05-21-nofire.png" /&gt;&lt;br /&gt;
You'll note there's no "Fire!" button. This is because the player doesn't have enough of this projectile type (would need 12 -- 3 bounce split x 4 normal split).&lt;br /&gt;
I will add a message for these occasions at some point (so I guess the in-game UI isn't finished ;o))&lt;br /&gt;
&lt;br /&gt;
Another quick screenie:&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://dl.dropbox.com/u/1614587/whirligig-2010-05-21-gofire.png" /&gt;&lt;br /&gt;
This shows an instance when the player can fire, just a three-way split with a normal shell.&lt;br /&gt;
When a player has an infinite number of a weapon type, the infinity symbol is used.&lt;br /&gt;
&lt;br /&gt;
Not shown in these screenies is the shot/shell/projectile windows that now also have the numbers of each type left as well.&lt;br /&gt;
So, as I've been saying for the past few days. Shop next!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Quick edit:&lt;/b&gt;&amp;nbsp;Yes, I do know the labels are wonky, I've just fixed that. ;o) I should also point out that the "Split At" tools only appear when a relevant shot type is selected and aren't there the rest of the time as they're not relevant. Prevents confusion. ;o)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-1563610829268739149?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/h0vlwFqpgUE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/h0vlwFqpgUE/more-boring-ui-progress.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/more-boring-ui-progress.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-2884613628846544129</guid><pubDate>Thu, 20 May 2010 17:47:00 +0000</pubDate><atom:updated>2010-05-20T18:47:12.061+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">whirligig</category><category domain="http://www.blogger.com/atom/ns#">projectone</category><title>Quick UI taster</title><description>This is how far Whirligig has moved along:&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://dl.dropbox.com/u/1614587/whirligig-2010-05-20.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
As you can see, everything is labelled, the 'projectile', 'shell' and 'shot' types all have icons (although pretty crappy ones ;o)) Clicking on them opens a window like the shell type one shown, which is showing 'normal', 'bounce', 'double bounce', 'double split', 'triple split' and 'clusterbomb'.&lt;br /&gt;
A 'split time' counter has been added so you can see how that works.&lt;br /&gt;
Oh, and there's 3 players, which (as I think I stated) was possible back as far as the tech demo, I just used 2 players back then.&lt;br /&gt;
&lt;br /&gt;
The window is busier than I'd like. I need to fit the number of shots/shells/projectiles on there yet, which will require some reshuffling. Also I've not implemented that part to the weapon-choice windows either. And still not started on the shop. Still, getting there slowly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-2884613628846544129?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/4Z9brv_hYFo" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/4Z9brv_hYFo/quick-ui-taster.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/quick-ui-taster.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-642298613173656800</guid><pubDate>Wed, 19 May 2010 23:30:00 +0000</pubDate><atom:updated>2010-05-20T00:30:24.446+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">whirligig</category><category domain="http://www.blogger.com/atom/ns#">projectone</category><title>Minor update</title><description>Not a lot to report really, all current work is pulling together UI parts. It's pretty boring stuff.&lt;br /&gt;
&lt;br /&gt;
Have I mentioned I hate UI work? ;o)&lt;br /&gt;
Unfortunately most of the rest of this project is UI work now. The only bit that isn't really is the AI and level generator.&lt;br /&gt;
&lt;br /&gt;
The level generator will just create 3 (or half the number of players, whichever is lower) planets and make sure they're spaced far enough apart then randomly locate the players making sure they're never closer than 90 degrees on a planet.&lt;br /&gt;
There may be some occasions on small planets where players get placed close together, but these should be rare(ish).&lt;br /&gt;
&lt;br /&gt;
The AI I'm unsure how to do... I think I'll just have the projectile report back how close to an enemy the shot was and have the AI adjust from there. I could probably write in a load of simulation code that would make the AI dead smart, but I think a simple "how near am I?" setup will work well enough for the level of game I'm aiming at this. Were it a commercial product I'd bung in several AI levels, including a genius one that never missed. ;o)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-642298613173656800?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/A6QXekSPwlI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/A6QXekSPwlI/minor-update.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/minor-update.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-3224098694863841295</guid><pubDate>Tue, 18 May 2010 13:49:00 +0000</pubDate><atom:updated>2010-05-18T14:49:24.113+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">whirligig</category><category domain="http://www.blogger.com/atom/ns#">projectone</category><title>Whirligig Update</title><description>Well I did write a fairly long post about this yesterday, but lost it, somehow.&lt;br /&gt;
&lt;br /&gt;
Anyway, I took a small break over the weekend since I finished Hoshi early and yesterday I resumed Whirligig.&lt;br /&gt;
&lt;br /&gt;
First thing I implemented was a shell type window to go along with the shot type window.&lt;br /&gt;
I should probably explain the shell/shot/projectile types at this point.&lt;br /&gt;
&lt;br /&gt;
Projectile types determine the size of destruction (there's 4 sizes).&lt;br /&gt;
Shot types determine whether the projectile will split after it's fired and into how many subsequent projectiles (1-5). The length of time before splitting can also be set.&lt;br /&gt;
Shell types determine what the projectile does on impact. This is the most complex and consists of bouncing (once or twice) or splitting (2 or 3 times) or a clusterbomb which explodes at the impact point and fires 4 other shots off.&lt;br /&gt;
&lt;br /&gt;
I now need to finish building the GUI for these (timing for split shots and projectile type need implementing) then put together a shop.&lt;br /&gt;
&lt;br /&gt;
The shop is needed because you will start with a limited number of each projectile. The only thing you'll have inifinite of is normal/normal/normal. Although this can all be changed in the options.&lt;br /&gt;
&lt;br /&gt;
Basic gameplay will consist of a series of rounds (1-20). The shop can be set to be available mid-round or only at the end of each round.&lt;br /&gt;
After the rounds various stats will be shown with a 'score' winner, a 'kills' winner and a 'rounds' winner.&lt;br /&gt;
&lt;br /&gt;
I don't think that's as clear as my original post about all this, unfortunately. If you've any questions, leave them in the comments and I'll try and clarify. Or you can wait a few days and I'll post some screenshots hopefully. ;o)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-3224098694863841295?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/AZ4tykKCATo" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/AZ4tykKCATo/whirligig-update.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/whirligig-update.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-1756991774332349521</guid><pubDate>Fri, 14 May 2010 14:10:00 +0000</pubDate><atom:updated>2010-05-14T16:12:31.365+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>Hoshi release!</title><description>I'm releasing Hoshi today, earlier than I originally planned because, well, it's done.&lt;br /&gt;
&lt;br /&gt;
Without further ado, you can download it from &lt;a href="http://dl.dropbox.com/u/1614587/hoshi-final-2010-05-14.zip"&gt;here (~800KB)&lt;/a&gt;.&lt;br /&gt;
And a picture of the final version:&lt;br /&gt;
&lt;img src="http://dl.dropbox.com/u/1614587/newhoshi-final.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
I'm uploading a video of it running at the moment, will take some time because my connection is broken horribly right now, but will add a link to that when it's done.&lt;br /&gt;
Edit: &lt;a href="http://www.youtube.com/watch?v=o3CcQkrIbug"&gt;Video is here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
On with Whirligig now, with a release date looking around June 15th, but that's not set in stone.&lt;br /&gt;
&lt;br /&gt;
Feel free to comment with any bugs. AFAIK there aren't any, but if there's anything large enough I'll fix it and re-release.&lt;br /&gt;
I haven't done all the fiddling about with OpenAL that I intended to. There are some checks in there but I've no idea if they're enough, so you may need to install OpenAL as well. Downloads are available from creative &lt;a href="http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx"&gt;here&lt;/a&gt;. Linux users should have it in their repo somewhere, but I'm not 100% on that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-1756991774332349521?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/yUwjBRQYZfg" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/yUwjBRQYZfg/hoshi-release.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>1</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/hoshi-release.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-4538958798463080957</guid><pubDate>Fri, 14 May 2010 10:55:00 +0000</pubDate><atom:updated>2010-05-14T11:55:10.876+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">projectfour</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projectthree</category><title>Discussion on future projects</title><description>Since I've effectively finished Hoshi now, which is effectively project 2 but will be the first released, I thought I'd better start looking at ideas for future projects.&lt;br /&gt;
&lt;br /&gt;
I do have a fairly large accumulation of game ideas, but most are too big for a month project and are more in the 6 month to 2 year time frame which I'm best staying away from for now.&lt;br /&gt;
&lt;br /&gt;
So, what will fit in a month? Well, I have a ideas for 2 platformers, but I lack the graphics and level design experience to manage these properly in a month. Both would (ideally) need level editors which would be a project in and of itself.&lt;br /&gt;
So, I'll be leaving these for now, but I'll come back to them.&lt;br /&gt;
&lt;br /&gt;
So I've decided on two relatively boring concepts for projects three and four and I'll give you the reasoning for them:&lt;br /&gt;
Project three will be an arena shooter (player in the middle of a single room with a gun that can shoot in 8 directions with enemies approaching from every direction). I estimate this will take around 2 weeks to write the code, but the sprites will take a long while as I'm hopeless at pixel art, but the entire point of this project is to improve that aspect.&lt;br /&gt;
&lt;br /&gt;
Project Four will be a single-room-platformer. Classic examples being Manic Miner or Jet Set Willy from the 8-bit era. Again I'm not expecting more than around 2 weeks to write the main code and another week for a level editor. Some artwork will be re-used from project 3 (I may make this a sequel of sorts). The primary goal of this project is to experiment in level design and see what I can learn.&lt;br /&gt;
&lt;br /&gt;
So, there you have it, projects three and four. Estimated (but not solid) release dates will be mid-July for 3 and mid-August for 4.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-4538958798463080957?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/cXKnD7WjwZE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/cXKnD7WjwZE/discussion-on-future-projects.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/discussion-on-future-projects.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-2433602620017117171</guid><pubDate>Thu, 13 May 2010 17:46:00 +0000</pubDate><atom:updated>2010-05-13T18:46:42.862+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>That was easy</title><description>It's, err, sorted.&lt;br /&gt;
Sound is working.&lt;br /&gt;
&lt;br /&gt;
I haven't tested for systems without OpenAL yet. I &lt;i&gt;think&lt;/i&gt;&amp;nbsp;I have enough checks to stop an outright crash but I need to be sure.&lt;br /&gt;
I also haven't added the "sound effects on/off" line in the options, which needs doing as not everyone likes retro beeps and whistles. Might add a volume control to that as well, will see.&lt;br /&gt;
&lt;br /&gt;
But yeah, the game is pretty much finished. I'll make a video later demonstrating the sounds and um, guess I'll release it once I've checked the OpenAL stuff and added that line to the options screen.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-2433602620017117171?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/d6isPTdafyM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/d6isPTdafyM/that-was-easy.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/that-was-easy.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-4233932234415708246</guid><pubDate>Thu, 13 May 2010 16:17:00 +0000</pubDate><atom:updated>2010-05-13T17:17:02.864+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>It's done!</title><description>That is, everything but the sound is.&lt;br /&gt;
I may not finish the sound by Sunday (should do, but I can't be 100%), in which case I'll release this version on Sunday instead.&lt;br /&gt;
Also, things may go terribly wrong with the sound on various systems, so I'm going to have to abstract it away and try and check for errors at runtime then run with a "null" sound driver if things go wrong.&lt;br /&gt;
&lt;br /&gt;
Doing the additional checks is probably what will take up most of the time.&lt;br /&gt;
I'll be using &lt;a href="http://www.drpetter.se/project_sfxr.html"&gt;sfxr&lt;/a&gt;&amp;nbsp;to make the effects, which is exceedingly good at making retro noises, which fits in with the whole theme Hoshi goes for.&lt;br /&gt;
I'm going to &lt;i&gt;try&lt;/i&gt;&amp;nbsp;and recreate the original sound effects as closely as possible, but that may not work 100%, will have to see.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-4233932234415708246?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/npRJGHGOxDI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/npRJGHGOxDI/its-done.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/its-done.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-4166138875175747166</guid><pubDate>Wed, 12 May 2010 22:05:00 +0000</pubDate><atom:updated>2010-05-12T23:10:34.096+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>Progress</title><description>Had a busy evening.&lt;br /&gt;
Most of the options menu now works. It's klunky horrible, horrible code, but it works.&lt;br /&gt;
It's completely centred on Hoshi, which means I can't re-use this menu code. Something I realised late today. Given the choice I'd do the entire thing differently, but it's close enough to completion &amp;nbsp;now to not be worth redoing. Next time I make a non-mouse menu I know what to do at least.&lt;br /&gt;
&lt;br /&gt;
So what works?&lt;br /&gt;
&amp;nbsp;- Resolution changes (only 2 resolutions are supported, but you can change these to whatever you want in the options, initially they're set as 800x600 and 1280x800).&lt;br /&gt;
&amp;nbsp;- Moving to/from fullscreen. It's not ideal, OpenTK doesn't do this particularly well and I seem to lose a fair whack of performance (which I believe is actually Windows' fault), but it's there.&lt;br /&gt;
&amp;nbsp;- Changing between keysets and joystick.&lt;br /&gt;
&amp;nbsp;- Resetting the high score.&lt;br /&gt;
&lt;br /&gt;
What's to implement?&lt;br /&gt;
&amp;nbsp;- Custom key changes.&lt;br /&gt;
&amp;nbsp;- Sound effects on/off (implementing sound first is a bit of a must for this one. ;o))&lt;br /&gt;
&lt;br /&gt;
Additionally I added a refreshrate variable to the options file, so this can be changed by hand. It's set to 60 by default, which will be fine for TFTs but is generally unpleasant on CRTs.&lt;br /&gt;
&lt;br /&gt;
Also: Options are saved on exit, &lt;i&gt;&lt;b&gt;not&lt;/b&gt;&lt;/i&gt; on change. So if you change some options then manage to crash the game (I've not managed it yet) then they won't be saved and neither will your highscore.&lt;br /&gt;
I know highscore editing is simple, but really, who benefits? ;o)&lt;br /&gt;
&lt;br /&gt;
Also found and squashed a bug earlier where it was possible to spawn a bazillion enemies on level 1 and so use that to significantly boost your score. Whoops.&lt;br /&gt;
&lt;br /&gt;
Still looking good for a Sunday release anyway. I worked out earlier that I'll have written the entire game in 26 days (started it on the 20th of April). Pretty sure that's a good achievement. :o)&lt;br /&gt;
&lt;br /&gt;
Just a quick teaser, image of the options screen:&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://dl.dropbox.com/u/1614587/newhoshi-optionsscreen.png" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-4166138875175747166?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/JhmVMjmRVsA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/JhmVMjmRVsA/progress.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/progress.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-8046880072067292358</guid><pubDate>Wed, 12 May 2010 16:47:00 +0000</pubDate><atom:updated>2010-05-12T17:47:12.116+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>More on Joysticks</title><description>Slowly working through the Options menu. I really hate UI design.&lt;br /&gt;
&lt;br /&gt;
The good news is the UK election is sorted. I'm not convinced it will last more than a couple of years, and things aren't exactly how I'd like them, but they'll do. We shouldn't be running off invading any more countries illegally for the time being anyway. :oP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Anyway, Joysticks.&lt;br /&gt;
I have Joystick support implemented and working. It feels fine to me, but I don't like joystick controls on this sort of game personally.&lt;br /&gt;
I edited the OpenTK source to implement it in the end with a semi-clumsy hack.&lt;br /&gt;
I'm fairly certain it's badly optimised, but it work for now. I'm not looking to break any optimisation records with Hoshi. ;o)&lt;br /&gt;
&lt;br /&gt;
I'm not extensively testing it. Random unplugs etc are undefined. It's mostly there as a testbed for future projects among which will probably be platformers, for which joystick support is a must.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-8046880072067292358?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/FBxwKdxUZ80" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/FBxwKdxUZ80/more-on-joysticks.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>4</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/more-on-joysticks.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-8754714197215957352</guid><pubDate>Tue, 11 May 2010 16:53:00 +0000</pubDate><atom:updated>2010-05-11T17:53:21.768+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>Another update</title><description>I've spent the afternoon avoiding the Options menu. I really hate UI coding, it's so full of potentially tricksy pieces.&lt;br /&gt;
&lt;br /&gt;
Instead I've fixed all the niggly bugs and added explosions to ship deaths, including the player, with a seconds worth of delay after dying so you can watch the remains of your ship fly into the unknown.&lt;br /&gt;
&lt;br /&gt;
So yes, everything is now drawn correctly at the edges of the Arena and I've removed those horrible red lines. Passage between one edge and another should be unnoticeable.&lt;br /&gt;
&lt;br /&gt;
I've made some minor changes to balance.&lt;br /&gt;
Enemy ships now have a variable amount of shield power depending on the wave. Up to wave 5 you'll always insta-kill them. At wave 6 they'll take 2 shots, at wave 11 they'll take 3, 16 they'll take 4, etc.&lt;br /&gt;
&lt;br /&gt;
I don't think there's anything else to add at all to the game itself now. Balancing tests still need to be done, but I think that should be fair enough. Getting past Wave 11 will require considerable skill I suspect, but that was true on the original Foray as well. I think the furthest I ever got on that was around wave 15.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-8754714197215957352?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/BHS30Oj1o-Y" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/BHS30Oj1o-Y/another-update.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/another-update.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-4940753176507252907</guid><pubDate>Tue, 11 May 2010 08:11:00 +0000</pubDate><atom:updated>2010-05-11T17:54:02.895+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>Hoshi video</title><description>Managed to finally take a video of Hoshi.&lt;br /&gt;
As I said before, this is near finished game-play. There's still cleaning up to do and I'm still having performance issues in full-screen for some reason, which is why this is an 800x600 recording, not a 1280x800 as I'd like, but it still gives a good example of what the final game will look like.&lt;br /&gt;
&lt;br /&gt;
I die rather suddenly at the end and accidentally start a new game immediately. Will have to look at that.&lt;br /&gt;
&lt;br /&gt;
&lt;object height="505" width="640"&gt;&lt;param name="movie" value="http://www.youtube.com/v/mwUAMXywGvI&amp;hl=en_GB&amp;fs=1&amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/mwUAMXywGvI&amp;hl=en_GB&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-4940753176507252907?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/gJlR1HHHdo0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/gJlR1HHHdo0/hoshi-video.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>1</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/hoshi-video.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2477584476723817400.post-2816669710853517643</guid><pubDate>Tue, 11 May 2010 06:42:00 +0000</pubDate><atom:updated>2010-05-18T14:51:19.970+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">hoshi</category><category domain="http://www.blogger.com/atom/ns#">gameamonth</category><category domain="http://www.blogger.com/atom/ns#">projecttwo</category><title>Nearly done!</title><description>Hoshi is finished for all intents and purposes. With the exception of the Options menu.&lt;br /&gt;
All other bugs are niggling:&lt;br /&gt;
&amp;nbsp;- Boss AI currently gets confused and sometimes lost due to lacking position-correction. This only happens whilst escort ships are still around, once they're dead the AI works. The position correction is easy to fix, hopefully the AI is as well.&lt;br /&gt;
&amp;nbsp;- Stars are still somewhat confused from my X axis mix-up, this is easy to fix.&lt;br /&gt;
&amp;nbsp;- Enemy AI does still get confused with arena borders. This should be easily fixable.&lt;br /&gt;
&lt;br /&gt;
Additionally I'm having second thoughts about the 3-shots-to-kill enemies. It shows off the shield animation better, but they're a bit of a pain to kill.&lt;br /&gt;
I may drop it to two shots and make it so only 3 need to crash into you in rapid succession to kill you instead of the current 4.&lt;br /&gt;
&lt;br /&gt;
So, I should have an RC tech demo by the end of the day.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477584476723817400-2816669710853517643?l=codedrops.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeDrops/~4/_gmweMdwuRE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodeDrops/~3/_gmweMdwuRE/nearly-done.html</link><author>noreply@blogger.com (Mincus)</author><thr:total>0</thr:total><feedburner:origLink>http://codedrops.blogspot.com/2010/05/nearly-done.html</feedburner:origLink></item></channel></rss>

