From 90809bec4b1fe26b2731dc285bf61cd6479b79a3 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sun, 12 Jan 2014 12:35:34 -0500 Subject: [PATCH] Add link to marco's page to random terrain page --- _posts/2014-1-11-clojure-diamond-square.md | 4 ++++ 1 file changed, 4 insertions(+) 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