summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2014-1-11-clojure-diamond-square.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/_posts/2014-1-11-clojure-diamond-square.md b/_posts/2014-1-11-clojure-diamond-square.md
index 8d93623..3ce9f7d 100644
--- a/_posts/2014-1-11-clojure-diamond-square.md
+++ b/_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