Friday, January 18, 2013

Update 5: Starting the Engine Prototype

With a basic plan, and some knowledge of the Unity Development Engine courtesy of some online training programs, a few books (see references at the bottom of the post) and some videos, I'm ready to start the engine prototype. The goal of this prototype is to have a basic turn based game. No fancy effects, just a 3D map, with player and enemy objects that can move and shoot each other.

With this is mind, I created a short work plan with a list of tasks that would have me building the prototype in a few months. I know that much of what I will be developing will be brand new and slow. Shooting, moving, path finding, object selection, map building: it's all going to be a new adventure. 


So far, I've been able to replicate the same basic prototype level I created in Google Sketch-up and added a camera to examine the level. I wasn't 100% happy with the result, but I also had to look back at it and say “it’s OK, lets look at this more later”. It just seemed to me that I started with this powerful graphics engine and made things look so… BUDGET, by making it into an isometric view. I can see myself definitely going back to a Perspective view soon.

But lets look at the positives. I created a level. I added a camera that could scroll and move. I then downloaded a free model that had WASD movement (with keys) built in. It even shoots... It was progress. Next I'm going to add some enemies and some basic shooting.

Friday, January 4, 2013

Update 4: Pre-Production

Although it sounds like I've just started, in actual fact, I've been working on this game for the last year. I started by doing market research into 4 of my favorite games in the genre, as well as general information about the video game market in general. I've collecting feedback from online forums and created lists of what worked well and what didn't  The announcement at the beginning of this year of XCOM: Enemy Unknown by Firaxis was an interesting development, as I could tell from a lot of interviews that they went through the same process. I was also excited with the innovations they made with the turn-based tactical role-playing strategy video game genre. With an renewed active community in one place, I was able to collect extra information about what did and didn't work in the original 1994 XCom.

Based on this, I then looked back at the last 30 years, looking for trends. My initial idea was to create a zombie apocalypse game for a few reasons.
1.    This was my first game and I wasn't sure I could build a good AI. Having zombies would help with that.
2.    Zombies seemed like a popular area to develop for.

Over the period of the year, this all changed. Suddenly zombies seemed to have reached a saturation point. I kept telling myself that the story didn't matter at this stage until I had an engine, but half of me was conflicted, knowing that if I didn't know exactly what I would build, I would not have a sense of accomplishment (e.g. I've completed 20% of the game!).

In the end I came up with a few alternatives, all wildly different.
1.    American Revolution. Muskets and Indians and such. The slow pace of muskets would be ideal for a turn based game.
2.    Space Marines. Set a few hundred years in the future, with aliens (very similar to the Chrysalids who I think are fantastic and one of the most interesting units in the game) and space travel. Think a combination of Starship Troopers/ Aliens.

I’m torn on direction, but as I mentioned earlier, at this stage of the development, I have plenty of time to still to decide.

Here is what I know
1.    I need a basic engine that will allow me to load levels, move characters and attack other characters. I need (at least partial) destructible terrain.
2.    Once I have this, I can start putting together a story and levels to support the story, as well as a simple 'strategic layer to create story around each of the battles.
3.    The idea is to create 3-5 levels into a short, tech demo. I could even call it “Episode 1”. The Walking Dead recently handled Episodes very well. The tech demo will be very linear from the over story point of view, but of course the tactical game will have plenty of choices which I hope will balance things out a little.

Based on this, I started to design a few tech demo levels in Google Sketch up, an excellent tool I had used in the past. The idea of my first level was to show multiple levels, allowing me to build in destructible terrain, cover, and path finding into the initial level.


Friday, December 28, 2012

Updates 2 and 3: Game Engine Selection


With my years of software development experience, more recently a masters in Engineering Management, and a few years’ experience managing teams of developers, I feel I have the right mix of experience to dive into video game development. I figure with my experience playing and my ideas about what is good simple fun, I can make a good game. I made some early decisions straight up. I will develop for the PC, but will use an engine that is cross platform if I decide to branch out - most likely for iOS.

I’m currently leaning heavily on the Unity engine, with half an eye on the Unreal (UDK) engine. Knowing that the engine doesn't really matter for me at this stage, I've completed some market research and a basic design for a tech demo, with 3-5 levels turn-based tactical role-playing strategy video game I will build from scratch.

I looked at a number of game engines (Unreal, Unity, Gamebryo, open source tools, etc.) and ended up choosing Unity for a few reasons:

  • Multi-platform (PC, Mac, iOS, browser)
  • Free trial copy, permitting a quick prototype of the game, upgrade-able to a Pro version, which includes high-end game engine features (that I probably won't have to use for a long time)
  • Level tools adapted to an open sandbox game (unlike e.g. Unreal)
  • Ease of use of the C# coding language (which I've been using for many years in my real job)
  • Instantaneous compiling for test and workflow

Now I've ordered 2 books and signed up for a few training courses to learn more...

Friday, November 30, 2012

Introduction



Hello. My name is Sam and I am a professional software developer. The main reason I studied computer science at university was because of 2 games I played in my youth, Civilization and X-Com.  I've always wanted to create a similar strategy game - and several times I've tried - but the technology always got the best of me. Now after nearly 14 years developing business applications and the advancement of game development tools, I've decided to have another shot. 

Why now? A few years ago I almost gave up on video games all together. I felt that most games being released were basically the same, with slightly better graphics and slight variations (e.g. the new FPS/COD, the new strategy war game/Civilization, etc). Honestly, I just started to feel that games weren't worth their investment and I wasn't satisfied with the time I was spending.

Then, in 2012, an XCom - Enemy Unknown remake was announced. I read all of the articles, previews and interviews I could find. I discovered the designer Jake Solomon, who works for Firaxis Games, who coincidentally, also created Civilization. Jake's inspirational story just seemed to mirror my own, except that he was fortunate enough to find a job at Firaxis. 

I've created this blog to talk through my development story as I try to create my own Turn Based Strategy engine, primarily to make a game similar to X-Com, Jagged Alliance 2, Fallout Tactics, and Silent StormI'll explain my game development and design ideas, as well as show progress in game design, game engine selection, game development and overall progress. I hope you enjoy the ride!