Generate random platforms without intersection

Posted by DMan on Stack Overflow See other posts from Stack Overflow or by DMan
Published on 2010-03-18T16:01:15Z Indexed on 2010/03/19 1:31 UTC
Read the original article Hit count: 328

Filed under:
|
|

How would I go about generating random platforms without intersection? I think garbage collection and maybe all that checking may be an issue. I've got the generating tiles part down, but not the intersection checking.

© Stack Overflow or respective owner

Related posts about XNA

Related posts about c#