Little Longhorn – Part 6 – Two weeks in the name of progress

About two weeks ago I wrote this post about how we decided to try and change the focus on how we develop this game. We have for a long time coded on the “engine” part of the game, so we have something solid to build the game on. This is very exciting and very needed, we just started to hit a point where we felt like we needed to have something we could “show” people. We needed to have a simple “playable” prototype of the game that we could show people and they could try. There were mainly two reasons for this:

  1. We were starting to have a hard time finding the motivation to code on the project, as all the things we did were “non-visual”, like all the engine work, which didn’t gave anything to the game, visually or game play-wise. Motivation is a pretty important factor when you are doing a hobby project like this :)
  2. We are both (me and Allan Hansen) very interesting in designing code as good as possible, which is why we usually talk a lot of how we can do stuff before we start coding it. This actually a good thing, but in this case, we saw that we needed a different approach.

So, with the points from above in mind, we wanted to do something about it, which is what we did the last two weeks.

[more]

Deadline

To help motivate our self, we set a deadline for when we needed to have a “playable” version of the game ready. Allan were holding his birthday/house-warning party Saturday 30th January 2010 and that became the deadline. It turned out that this deadline, even though it were just set by our self (keep in mind this is a hobby project) and no one really knew it or were expecting anything, help very much on the motivation for getting a “playable” version of Little Longhorn ready.

Making progress

The last two weeks we have made major progress. We went from a kind of tech/developer/proof-of-concept version to a playable version with menu, better graphics (still just dummy stuff), music/sound, menu, game play flow like start->play->game over->restart->complete level and much more. The way we did this were to focus only on getting features implemented, even though we didn’t knew if we did it the “right” way, code-wise. It has turned out that we could get something together this way pretty fast and we now have many idea how to do stuff better. So this has really helped us a lot. Here are some before and after screen shots.

Before:

Little Longhorn Screen Shot

After:

Little Longhorn Screen Shot Little Longhorn Screen Shot Little Longhorn Screen Shot Little Longhorn Screen Shot Little Longhorn Screen ShotLittle Longhorn Screen Shot

The good stuff is that we have something playable now, even though it is still of course far from what we have in mind for the final release. We can now look at the code we have and easily see how we can improve it and make it better, because we have something that actually works.

Show time

So the day arrived where we needed to have the game ready. We made it, but of course still had some last minute changes, right up to it were deployed on the Xbox. We started out by showing it where we played the game to explain people what the game were all about and that it were a early prototype etc. (You know, all the crap developers say to let “normal people” understand that this is NOT a final game :) ) Then we handed over the controller to some of the guests at the party and they started to play it. It were actually pretty funny to see people play the game and see how fast they understood the goal of the game, which is a very good thing and something that got noted by us (the developers). Even thought it is a prototype people actually found it pretty challenging and funny to play.
A funny thing that we discovered were that a minor change we did to some of the collision code, turned out to make the game lag like crazy after wave 5 or so. So from wave 5 to wave 8 (the game have 8 waves in all levels at this point) it were kind of a “slide show” :) That were funny by it self, but what were even more fun were that people insisted on keep playing, even though they saw 2 frame per second, because they wanted to see if the totems they placed could beat the enemies. Some of the guests actually managed to complete the level this way, pretty cool! I see this last thing as a good indication on that the game actually can become very funny and challenging to play.

We also recorded a video while we showed the game and people were playing it.

Next step

As mentioned before, we now have a kind of working game, but the code can be done much better many places. So what we need to do next is to go through the code and refactor. I’m not talking about performance improvements here, I’m talking about generally better architecture of the game. Well, we of course need to fix the collision bug I mentioned (lag from wave 5 to 8), but besides that, we will not do performance improvements yet, as it’s way to early to do that.
When we are done refactoring/cleaning up the code, we will start implementing an level editor. This will be for use internally by us at this point to make levels faster and easier (right now it’s raw XML editing when doing levels), but it might be possible for players to make levels also in the future, but no promises here.

Hope you enjoy following the progress of this game, please let me know what you think about it, by leaving a comment :)

– Enjoy!

Little Longhorn – Part 5 – Changed focus

As I mentioned on my last post, another developer (Allan Hansen) have joined the project. We have done a lot of work in getting a pretty solid foundation/engine to build the game on. Not that it’s “done”, far from, but we have something now that should save us time in the long run. This means that we have invested a lot of time in getting this done, without actually getting forward with the actual game play.

Now, after the project have been on hold for some time, we have started up again, this time with a changed focus. We will now focus more on getting implemented the different features of the game, instead of keep building on the foundation/engine (non visual stuff). This way we can see progress as the game play will evolve, both our self, but also when we show the game to others. This way we can start pretty soon to get feedback from people, even though the game is young.

[more]

Hopefully this will also helps us show it off to our girlfriends and maybe, just maybe, have them to say something positive about it. Usually, girlfriends don’t see the über in two red boxes colliding or a long talk about path following algorithms :)

Let’s see how it goes with this new change of focus. We started up this week and we already have implemented some nice stuff. Here is a screenshot of how the game currently looks. Keep in mind that all the graphics is just dummy sprites from various sources so we have something to test with as we develop.

image

New theme on the blog

Some time ago I decided I wanted a new theme on my blog as I got tired of the old one. So, I started looking/searching for a nice theme for BlogEngine that I could use. After about 15 min. I had found ALL themes for BlogEngine on the web…very disappointed! I don’t know why, but there is very few themes for this blog engine out there. Why? I really don’t know, because it’s actually pretty easy to make them. Basically what I found was this: http://www.dotnetblogengine.net/page/themes.aspx which have 4 links to sites that have some themes each. It’s NOTHING compared to Word Press.
As I got through the first 3 links on the link above I got more and more sad. Then I got to the 4. one http://www.jankoatwarpspeed.com. This blog didn’t had a nice theme as a download, but it had a really nice looking theme on the blog it self. Through Twitter I contacted Janko Jovanovic which is the owner of the blog and creator of the theme. I asked which theme the theme were based on and he told me it were made by himself. Dammit, were my first thought :) I then asked if he would share the theme with me and he said that I could get inspired by it. So I did. :)

[more]

Making my own theme

So, I knew how my theme were basically going to look (it’s still not finished and will get even further away from Janko’s design as I figure out new stuff I want on my blog over time), now I just needed to figure out how to make a theme in BlogEngine. I found two links which is basically what you need to know to make a theme for BlogEngine. First a video by Al Nyveldt about how you create a theme and secondly the documentation of BlogEngine to figure out which snippets you need to insert to get the right stuff on your pages in the theme.

http://www.nyveldt.com/blog/post/BlogEngineNET-Creating-Themes-Webcast.aspx
http://blogengine.codeplex.com/wikipage?title=ThemeCreation&referringTitle=Documentation

Besides the above links, I also looked a lot in the source of the “Standard” theme that ships with the BlogEngine source code.
After some hours I had a pretty cool theme, at least I think :)

Next step

The next step to improving my blog is to Search Engine Optimize it. I will use the IIS SEO Toolkit from Microsoft which ScottGu blogged about a few weeks ago. IIS Search Engine Optimization Toolkit.

As my blog is right now, as I’m writing here, the SEO kit tells me the following, which is what I have to work on now :)
Let’s see how many of these I can make go away, hopefully a lot. I’ll blog about the result later on.

image