Skip to main content

The Power of A Goal

In my many months of messing around with Unity, I have started numerous projects, few of them to completion. I never seemed to understand why? I tried many approaches to the development of a game, some I "just winged it", others I planned everything down to how many hairs a character would have, but they all turned out the same, they all failed. Why? Lack of goals.

The only games I have officially released have all been game Jams, and they all had a deadline to meet. A quantifiable goal to work towards. This is key. For without a goal, we are a homing missile that has no target.

As a creative person, freedom is something that we require in order to be at our best, but without bite sized goals, it is easy to get overwhelmed by larger scale projects. How do we combat it? By using a tool that can enhance our productivity ten fold. A tool that can provide clarity through the mish mash of ideas being generated within our heads. A tool that can be used by everyone. A goal.

I'm sure you have all heard of S.M.A.R.T goals, well the key point to them is be specific. Don't just say, I want to finish my game. Give yourself a deadline. When do you want to finish your game? I want to release an early alpha to my game by 30th of May. That can provide you with so much more drive to actually finish it.

It doesn't just end there. Break everything down into bite sized chunks, things that can take less than 30 minutes to achieve. For example when you want to create a character for your game, don't just have "Create character" as your goal. Break it down into parts, draw 3 concept sketches of character, 3d model character, texture character. It can really help to make things seem more achievable. It keeps momentum going, which when working on big projects is really key!

 I like to use an App called ToDoIst which can really help me to break down my projects into smaller goals.

https://todoist.com

As a last bit of motivation, get out there and do something creative. Something that gives you a great sense of joy. Start it today, whether it is go down to the park and try your hands at some nature photography, or modelling something out of clay. Get your hands on something creative. You'll never regret it.



Comments

Popular posts from this blog

Convict Torpedo

I've been at it again, this time Dive Jam! Having never even touched water before, it seemed like a great way to expand my knowledge as a game dev. The theme that we were all given was One Breath, so I invented a dystopian world that has been flooded by mans own hand. Crime grew in their confined environment, thus a compromise had to be made. A solution that would both entertain the general public, as well as deal with the over flowing prisons... Enter Convict Torpedo, the convict execution game. Behind The Scenes Underwater Effect For me the first problem to tackle was how to make things look and feel underwater. A lot of it is the sounds, but also, the use of Fog. Luckily for me Unity has the tool perfect for the job. It was funny how the biggest thing I was worried about, turned out to be the quickest and easiest problem to solve! As seen below, the fog made a massive difference to the game! Before Fog After Fog Environment Blender has ...

Demon Rite: Creating A world at my Fingertips

Hey everyone, A small update on how development is going so far. Mostly it has been pen to paper and scribbling down lots of different ideas, focusing on getting some good design principles down first. I find experimenting a little can help fuel my ideas and I will hop backwards and forwards between unity and my pad. One of the first features I want to implement in this game is a procedural world for players to explore.  Thus making each world completely unique for your little demons to invade. There are many ways to tackle this, but I like to follow the principle of K.I.S.S... Keep it simple STUPID! Please note, everything art wise is all concept art. So I set to work creating a simple tile based grid system. - Each Tile is 4 x 4 units wide so it was just a matter of creating the world using a "God" tile - Each God Tile is a sum of all the different tile types I am going to have in the world - So far I have PLAINS, WOODLAND (well white cubeland atm), MOUNTAIN (Big...