Subject: Idea for cave generation From: amonroejj@yahoo.com (R. Alan Monroe) Date: Mon, 26 May 2003 14:24:57 GMT Group: rec.games.roguelike.development Pseudocode... pick a random x,y point a for a number of iterations pick a random destination point b for each point along the line from a to b draw a random sized filled circle centered here a=b I've never tried doing a filled circle algorithm from scratch so I haven't implemented this yet. If anyone tries it, post the results to the group... Alan