Add link to marco's page to random terrain page

pull/2/head
Brian Picciano 10 years ago
parent 94d9c177b8
commit 90809bec4b
  1. 4
      _posts/2014-1-11-clojure-diamond-square.md

@ -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

Loading…
Cancel
Save