7. March 2010 by Mads

OBS: This blog post is in Danish, just in case you didn’t see it :)

Efter min talk på ITU omkring spiludvikling i Silverlight, blev jeg kontaktet  af Søren fra ANUG.dk som spurgte om jeg kunne være interesseret i at deltage i en podcast omkring emnet. Dette takkede jeg selvfølgelig ja til og resultatet er nu at finde på anug.dk

ANUGCast #71 Spiludvikling med Mads Laumann del 1 af 2

2. del kommer i næste uge, so stay tuned :)

- Enjoy!

14. February 2010 by Mads

When you have a web site, for instance an installation of BlogEngine, you often want to be able to know about errors on it and if it is down. There are a lot of tools to help you out here, but in this post I will talk about using a build-in ASP.NET feature called Health Monitoring and a tool I wrote called WebMonitor.

More...

2. February 2010 by Mads

So today it happened, finally, the new version of BlogEngine has been released. It comes with some major Comment Spam Protection changes, multi widget support and more. This is all great and I really hope that this can beat these bad comment spam bots, which I guess we all hate.

I have just upgraded my blog to this latest release and the upgrade went pretty good without any real problems. So far so good, now I just have to wait and see if the spam protection is working as intended.

More...

1. February 2010 by Mads

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...

16. January 2010 by Mads

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...