Map generator in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Map generator in Lua
- From: Ross Andrews <ross.andrews@...>
- Date: 2011年5月16日 10:53:36 -0500
I thought some people on the list might be interested in this: I wrote a random heightmap generator in Lua. Here's the code:
And here's a blog post about it, with examples:
--Ross Andrews