Occasionally, I get asked by aspiring game developers what engine they should use to make their game.

Personally, we use C# and XNA to make our games. It’s the only way to make games for Xbox Live Indie Games (which is where we started out), it’s free, and well, it works really well for the types of games we make. I’m not sure I should recommend it to others since Microsoft is no longer actively supporting it, but it worked out well for us.

However, early on, it really doesn’t matter that much which engine you choose to make your game with. The important thing is to just make a game. Once you’ve made a game, you can always port it to a different engine if necessary but the difficult part is making the game in the first place. So with that said, I’d say pick something that…

A) Can handle the gameplay you want to do.
B) Is not too far above your skill level.
C) Is free or cheap.

The first point should go without saying – there’s no point in picking an engine that will require extensive workarounds to make the game you want to make. The other two are pretty self-explanatory as well – you can get the best engine in the world but if you can’t figure out how to use its features, that power does you no good. Likewise, there’s no point in spending thousands of dollars on an engine and tools when you’re just starting out and for all you know, you might change your mind and decide you don’t even want to make games.

And well, let’s be honest. Most indie games don’t push the technological envelope. If you really wanted to, you could get most indie games running on most game engines. Again, the important thing is to just start making games.

2 Responses

  1. This has been something I’ve wanted to do for awhile. For me, I see it as something I want to do in my spare time aside from my job as a software engineer, but I’ve debated about the platform (specifically, do I go XNA or Android SDK?), and I wanted to look into it as a way to earn some money on the side. I think that the hurdle for me is mostly that I don’t have any ideas- I can do it, but what is “it”?

    And not just that, but seeing what you and others have done, and seeing documentaries like Indie Game, lead me to believe I vastly underestimate how much time is really involved in doing this, especially as a side gig.

  2. Agreed. I honestly think the biggest hurdle that indie developers face is “finishing”. Just pick a really basic game for your first title, and finish it. Once you actually finish a game, you can improve from there.

Comments are closed.