The one year game develpoment duel
Feb

16

2015

We Have a Story

This post is a status update, which is how I track progress specific to my game. Check out my timeline to see what I've recently accomplished.

    Key Events
  • First pass of story complete.
  • Formations of all sizes.
  • Third contract with animator.

Story, story, story. 8 of the 10 days over the past two weeks have been spent preparing story assets, implementing them into the game engine, revising dialogue, and getting the cutscenes to work. It has been extremely tedious, but it feels great to have finished a first pass.

In between story work, I was able to coordinate with Scott (illustrator) over the next drawing, start a third contract with Liron (animator), and start a contract with Mike Waterston for script editing. See video for details.

Story

Story is a vague term. In order to implement the story, here is what had to happen:

  • Different scene objects (decision, level, story, travel)
  • Save game
  • Skippable cutscenes
  • Contract with Mike
  • Progress between levels (footsteps)
  • Animate the world map
  • Revise script
  • Implement art (months of Scott’s work)
  • “Scene Switchboard” to handle navigation between game scenes.

For example, what happens if someone finishes the first level, but turns their iPad off before the  cutscene finishes immediately after the level? I tried to handle as many edge cases like this as I could.

Next steps for this are to continue to revise the script, and to try to really polish each scene. I’ll do whatever cheap tricks I can to bring animation and life to each scene.

Camp

Another item we started work on this week is the camp screen. The camp screen is where the player can manage their army, buy heroes, upgrade their abilities, etc. Here is an example of the merchant.

This is quite a large scene, so it was not completely finished in time for this update. Once the scene is done, the individual menus will have to be designed. For example, if you click on the merchant cart above, what does the screen look like that it takes you to?

Formations and AI

With my remaining time, I tried to implement a few features for the battle scenes. First up, formations have been rewritten to support different layouts. The columns, max units, and spacing between units are all variables, and the code determines the proper layout. Prior to this, everything was hard coded.

After that, I began work on enemy AI. My goal is to be able to finish a battle in its most basic form. So, that’s what I’ll continue working on in between cutscene work over the upcoming two weeks. Things that have to happen:

  • Enemy AI is smart enough to attack.
  • Game sends enemies in waves.
  • After last wave, and last enemy killed, game knows to tell the player they won or lost.
  • Integrate that with the cutscene project.

Speak Freely


Thank you

Your comment will be published once it has been approved.

Click here to see the pull request you generated.