Hi I am having trouble with converting this cave generator to clojure. Basically how would you implement the generateCave method with pop and push in a functional style?
Here is a description to the algorithm: http://properundead.com/2009/03/cave-generator.html And here you can download the AS3 source: http://properundead.com/flash/caveas3.zip from: http://properundead.com/2009/07/procedural-generation-3-cave-source.html I put the Map.as file on pastebin for you guys to see: http://pastebin.com/b2qqDtwg It would also be an opportunity to learn by seeing other peoples solution. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
