- Home /
Help with city building game?
So I have been making games for a while, and I think I am ready to step it up. I want to make a simple city building game, so where should I start? (Besides modeling buildings, terrain)? Can anybody help?
Answer by Tarlius · Apr 01, 2013 at 06:01 AM
I think a good place to start would be implementing building placement which checks if theres a building already there (people ask this a lot in relation to tower defence games, so a quick search should sort you). You'll probably want to maintain a list of placed buildings so you don't have to search for them when you implement logic.
If you need something more specific, I would recommend revising your question.
Tarlius, you are absoluteley correct and get my vote. However I just want to point out this question is 6 months old and has been revived by the first comment there. Not not sure of your chances of getting the OP to edit this. If you meant the first comment, it is also true that they should include more information but to be fair they are only responding to the question, 'fishing' for scripts ....
As this question is old, I am converting and accepting your answer. All the Best.
To r gamer : I suggest you follow the advice given by Tarlius, and if you write a new question, make sure you include everything you have read about and what you have tried, then you will get better responses.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Does Unity Work With DAZ? 2 Answers
Is it possible to import from unity into blender 1 Answer
(Unity2D) having a gameobject "orbit" around another object. 1 Answer
A node in a childnode? 1 Answer