From d889b301b3302c4afcf22329e47a11dab658ea81 Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Thu, 19 Dec 2013 10:12:38 +0000 Subject: [PATCH] Create readme.md --- docs/readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/readme.md diff --git a/docs/readme.md b/docs/readme.md new file mode 100644 index 0000000..e7d7516 --- /dev/null +++ b/docs/readme.md @@ -0,0 +1,18 @@ +# Additional Resources + +CoderDojo Athenry have some [excellent tutorials][cda] for younger programmers who have used [Scratch][scr] and are interested in Modding Minecraft using Javascript. +In particular, they have an excellent [Scratch - to - Javascript][sj] tutorial which explains Scratch programs and how to do the same thing in Javascript. + +[scr]: http://scratch.mit.edu/ +[cda]: http://cdathenry.wordpress.com/category/modderdojo/ +[sj]: http://cdathenry.wordpress.com/2013/10/12/modderdojo-week-2-moving-from-scratch-to-javascript/ + +I highly recommend the series of tutorials provided by CoderDojo Athenry. + +Developer Chris Cacciatore has created some interesting tools using Scriptcraft... + + * [A wolf-bot][wb] + * [L-Systems (Large-scale fractal structures in Minecraft)][ls] + +[wb]: https://github.com/cacciatc/wolfbot +[ls]: https://github.com/cacciatc/scriptcraft-lsystems