Skip to main content

Humble Hello

Well Hello Everyone,


I have been creating so much recently that I thought it was about time I continued my internet journey with a blog. On here you will find development updates on my most recent creations, as well as a behind the scenes look at what it takes to actually create a game.

Naturally I will try to answer any questions and queries to the best of my ability, should you have any.

So without further ado... On with the content!

Comments

Popular posts from this blog

Adapting the 2D PlaySpace

One of the first hurdles to overcome when I was converting the 2D tutorial over to 3D, was how in the hell was I going to convert the code. Well my solution may not be the most efficient way, but it seemed to work. By placing individual build points which react to the Players click, I now able to build in specific locations, ensuring that I align the defenders with the attackers as before. I now have 2 complete characters in the game. The Archer, a low hp, high dps warrior, as well as a drummer, which will generate spirit for you to spend on additional orc warriors. If you have been following my development so far, I'm sure you can notice I have completely retextured the scene, as well as adding some "DooDads" (nostalgia from the blizzard editor days). Be sure to subscribe and not miss when I release an Alpha version of this Orc Defense game. If anyone is interested in the code I used for this please drop me an email at BedShadows@gmail.com.

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

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