Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

We'd like to create a "world-destruction" game. The problem is in choosing the best model for building destruction.

On my mind the building would be an array of objects( tiles). Each object would have the following parameters:

  • position in game world
  • 4 bool params for edges connections
  • destruction stage

And when I place a TNT on one of the tiles it makes an explosion. During the explosion we are changing all the params.

I have this model in my game but our game coder wants more specific info. And I would be very pleased if someone of you guys tell me how to do it proper.

So the question is where I could find the model?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.