How To Finish Your Game – 5 Tips For Indie Developers

Finalizing projects is never easy! Nowadays, as the game making technologies are getting more and more accessible and easy to use, many people try to create their games, but only some of them are able to finish those games.


January 17, 2018

The below points might come in handy no matter if you are a complete beginner or if you already work in the game industry – they are for all people who never attempted to create a game on their own.

I – Keep it simple

First of all, finishing a project is strongly determined by how we start it. When you want to create a game on your own, or with a small team, without any budget, organized management, etc., the very first thing you need to accept is that you will not be able to create all types of games. Due to a higher level of complication, the particular projects that we might find only too tricky are:

  • Multiplayer games – those games are a huge development challenge, as they not only consist of what a single player game consists (gameplay, story, visuals, etc.), but they also add an entirely new layer: implementing various web and hosting technologies, which is complicated and needs maintenance. Those games also require an unusually extensive QA process, which indie teams usually cannot afford.
  • Strategy games – they are a particular challenge because of one aspect: AI algorithms. Those games need to have complex and sophisticated behavior trees for player’s enemies (or computer-managed allies). In huge projects, this aspect is sometimes handled by a separate, specialized team, for a good reason.
  • Story-rich games – in this case, someone will have to write all dialogues and other narrative content, so, unless you have a dedicated writer on your team, consider rather simple narrative (this one is from my very own experience: in my latest project, Astrohazard Solutions Ltd., the decision to add extended dialogue content led to a considerable delay of planned release).
  • 3D games – this one is controversial, as it always depends on yours or your artist’s skills and preferences. If you have 3D skills, then it’s obvious you’ll choose to develop a 3D game. But if you can make a choice, be aware that with this one additional dimension comes much extra work, regarding e. g. Lighting, optimization and potential bugs.
  • Extended gameplay – your project does not have to have extended gameplay, 3-5 hours might be enough.

II – Work in team

While in some aspects it’s easier to finalize your project when you are “one-man-army” and possess all necessary skills (art, programming, sound, etc.), as you are not limited by other people’s time and capabilities, it is also rarely a case that you have all those skills developed on a sufficient level. Therefore, it is advisable to work with other people. The main advantages of working in a team are:

  • (already mentioned) additional skills and knowledge
  • boosted creativity and more diversified design ideas (warning: this might also lead to problems and stalls when team members cannot agree on something)
  • with more people comes more capacity so that more game content can be done
  • motivation – it encourages you to push your work forward when you see that other teammate just added something new to the project

However, in most situations, all points above are valid only if your team is relatively small (I’d advise 2-5 people) and… managed. And here comes the next part.

III – Organize it

Game development is a complicated process, and at some point, you’ll have to break your project into smaller parts (core mechanics, story, user interface, audio, etc.) and plan what exactly needs to be done. Though many small indie teams tend to minimize this aspect, I found planning and documenting very helpful in my projects. I usually do the following things:

  • Game Design Document – having some general documentation on game concept and rules helps to maintain a clear vision throughout the project, an idea that is easily accessible for every person involved (which is very important, as you need to make sure that each team member wants to create more or less the same game)
  • Task assignment – there are many free online tools that let you quickly create tasks, assign them to people and monitor progress. I use Asana, and I also recommend Trello, which is probably one of the most popular tools in indie game development.
  • Timeline – though you will probably experience many delays and miss your milestones, it is still advisable to have a rough timetable with necessary stages: concept, prototype, alpha, beta, release – it keeps people more goal-oriented and noticeably increases the probability of project finalization.

IV – Create a prototype ASAP

As much as discussing and elaborating on your game’s concept might be fun, in my opinion there is nothing more motivating and rewarding in the game development process than making things work. Prolonged concept stage can make the team tired and skeptical. You need to create a prototype fast to keep the project going. Things I find particularly important in this area are:

  • The purpose of the game prototype is not to make something that looks nice. The goal is to create a straightforward playable build that would enable us to test and verify our core design ideas.
  • Even if you plan to create your engine for your game, I’d strongly suggest using an existing engine (Game Maker, Unity, Unreal, Construct) to create the prototype. The whole point of creating the prototype is doing it fast, so you can instantly test your ideas. Don’t risk building your engine only to find out months later that the game is not as good as expected.
  • Last but not least, let your friends play the prototype and get some valuable feedback.

V – Stick to the plan

Be consistent and persistent. Apparently, if your idea turns out not fun to play in a prototype stage, you have to change it. But if you are already deep in the project, you should stick to it, as much as it’s possible. Iterate your design, but don’t change it completely.

Apart from the core idea, many new smaller ideas on how to improve your game will emerge during the project, but be aware that in most cases you won’t be able to implement even half of them. At some point, you will just have to “freeze” the project. No more additional features, no more changes, just polishing. That is where the planning stage, especially the project timeline that I mentioned, proves helpful.

Games, apart from being lines of code and interactive stories, can also be perceived as a form of art. When creating an art piece, you can never really determine for sure that it’s finished. There are no guidelines, or checklists, other than you arbitrarily create yourself. There comes a moment when you just have to be brave and say to yourself: “It’s done”.

 

By Leszek Gorniak

To read the original article visit gamasutra.com