Add link to marco's page to random terrain page

This commit is contained in:
Brian Picciano 2014-01-12 12:35:34 -05:00
parent 94d9c177b8
commit 90809bec4b

View File

@ -11,6 +11,9 @@ walkthrough of how I tackled the problem in clojure and the results. You can
find the [leiningen][lein] repo [here][repo] and follow along within that, or
simply read the code below to get an idea.
Also, Marco ported my code into clojurescript, so you can get random terrain
in your browser. [Check it out!][marco]
```clojure
(ns diamond-square.core)
@ -481,6 +484,7 @@ simply read the code below to get an idea.
; could help.
```
[marco]: http://marcopolo.io/diamond-square/
[terrain]: /img/dsqr-terrain.png
[diamondsquare]: http://www.gameprogrammer.com/fractal.html
[lein]: https://github.com/technomancy/leiningen