Diamond square algorithm.
- by Gabriel A. Zorrilla
I'm trying to write the Diamond-Square algorithm in Java to generate a random map but can't figure out the implementation...
Anyone with some Java code (or other language) so i can check how the loop is made would be greatly appreciated!
Thanks!