Wednesday, 5 August 2015

Got me some villagers - try not to starve them






Things to tinker with:
 - scoring system
 - NPC
 - random events
 - trading module
 - more information

Monday, 3 August 2015

tweaks

Finding a whole heap of little unexpected consequences from adding new parts to the project.  I know how it's 'supposed' to go and the 'correct' order.  However, playing around and trying to do things in a different way seems to create unexpected results.
Trying to nail down loose bits of code - add error checks, add a few extra lines here and there to make sure that the behaviour that I want is the behaviour that I get.
I am not completely sure if going off on another tangent is what I should do.  There a whole bunch of little side projects that look like interesting little problems to solve.  However, I still want to produce something and a half finished game that is operationally complete (maybe without all the little bells and whistles) is the goal.   Once there is something done I can go off onto one of the other tangents.

Friday, 31 July 2015

Over the hump

Villages added.. with ownership of land around the established village.  Villages have a cost to build.
Few more resources added to make 'sense' of the map  might need to add extra something so the player knows why the numbers are changing.
Plan
  • to add a bunch more resource types
  • link amount of generated resource based on development level
  • create resource cost to develop, scaled on the current level of development
  • people -they will do stuff
  • reorganize layout so that things are in more sensible places
  • add random events
  • tweak resource generation to make it more interesting



Wednesday, 29 July 2015

Where to next?

I've taken a couple days break from the project.  I've got to a spot where I've completed all the bits I thought would be the hardest, and now the actual game play part of it seems to have stumped me.  I know what I want to build, but I'm not sure I have the motivation to.  Had a cruise around some of the Indy game sites that are building games I like to play.  Now I've gotten somewhat disheartened about the process.  There are some REALLY good things out there done by lone devs.  Reminding myself that I am basically a complete noob hasn't really helped.  Plus I've lost my zing with games at the moment too. I'm not into any of them at the moment.
Probably just a hump, and once I get a start on the next part I'll see where I'm going again.

Monday, 27 July 2015

Now you see it, now you don't

Fog of War!  On...

 Off...


Woo!  Feel like this was a great update today.  Wasn't so sure it would as simple as it was.  No hair pulling and no beard scratching involved.  Only tricky part was tying to get the bitmap drawing in the right order, and making sure I wasn't exceeding boundaries on the fog generation.

Some ideas for later:
 - make it so that they player has to re-generate a map to turn off fog
 - give player boosts that increase LoS.