I am after some help and suggestions for how I would dynamically create the walls for a level, similar to the ones used in the retro game Tank Battalion

I am creating a game for Android most likely using andengine, any samples would really help.

Screenshot

link|improve this question
2  
See stackoverflow.com/questions/2641964/… and other Q's on SO about mazes – Ian Mercer Sep 3 '11 at 8:00
feedback

1 Answer

up vote 2 down vote accepted

This is a good language-agnostic intro to generating mazes: http://www.mazeworks.com/mazegen/mazetut/index.htm

Aa overview on some different algorithms that can be used to get more complex mazes: http://www.cut-the-knot.org/ctk/Mazes.shtml

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.