Game like Zeus: Master of Olympus

0 favourites
  • 4 posts
From the Asset Store
Mobile game of making cook in a restaurant, multilanguaje support
  • Hi

    Long time reader first time poster.

    First of all I love using Construct 2, and messing around with creating games etc. Anyway I would love to try and build a game (very basic to start with) that is similar to the old Zeus: Master of Olympus game. I was wondering if you guys had any tips or ideas or could offer any help with the project. I look forward to your ideas and comments.

    Also I am aware its potentially a big project that is why I want to start off basic and build on it bit by bit...

    Thanks

  • Hi, you mean the Impressions Games/ Sierra Classic? Wow, seems to be a real challenge! Do you have experience in game programming, because for a first project this can become quite confusing.

  • Yeah that one. Games such as these are a challenge and I do not have a great deal of experience in game programming although I do know a lot of the theory. The concept of these games when broken down to the simplest form isn't that complicated, it is, in its simplest form a grid where you can place buildings and each building changes a number which is stored globally and then used in the update loop to affect the game. Like I said that is a very simplified and possibly somewhat tunnel vision version but it can be made as complicated as desired.

    I would like to use the above as a starting point to create a very simple basis of a game, and then, as experience builds, improve upon it and add bits, making it more advanced and complicated as I go. I do not intend to jump straight in and go for a full fledged RTS straight from the start.

    Hope that makes sense.

    Rob

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Yeah, treated individually those buildings only store a comprehensible number of variables that influence the game. But they also influence each other which makes the whole thing quite complex. You will have to work out functional statistics on economy and population growth: How much people need how much food, water, dishes, marble, weapons, etc.... How fast will what commodity be consumed. How much tax payers' money do you need to keep the whole city going and how much have your people to earn to pay it. It is hard to make a game that is fun to play out of all of these variables!

    So, I would start like the game itself started: A empty map with the possibility to create roads and basic houses. Then I'd toss in some people based on the population growth variable which depends on the free houses - from now on population growth increases very slowly. Also when there are no more houses available - which forces the player to build more. One important aspect of those games was the fact that it forced you to plan ahead and keep going with the city since there was never a point of stasis.

    The people should have basic needs: Water, Food, Jobs. I'd skip the risk of fire for a later state of development. I'd use counters for the needs. It always counts backwards until you build something to stop it. For example it counts backwards on the water variable until you build a well. I'd use instance variables for every house. You will need it to restrict the movement of the inhabitants to a certain area.

    Hence the player must be able to build the basic structures: Wells and farms. The people will work on the farms, earn money and pay taxes. Now you have a working cycle: The player receives new money which he can spend for possibilities to get more money and so on. But it has to work! I'd experiment with these basic settings until it is balanced enough. You will also have to restrict the movement of the inhabitants of one house to the area around that house. This should be easy since you tell the Computer to use only the variables provided by the tiles near the house for that house.

    Now I'd give the inhabitants the option of public unrest and to leave the city if it doesn't fit their needs. I'd experiment again until it works fine. Then I'd work on the more complex themes.

    Say, what culture do you want to depict?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)