From 06a88a10730a3fa8ce1fcda0ba52ebf52d12c788 Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Thu, 19 Dec 2013 10:37:28 +0000 Subject: [PATCH] Update readme.md --- docs/readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/readme.md b/docs/readme.md index e7d7516..9061851 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,3 +1,10 @@ +# Let's begin... + +I created ScriptCraft to make it easier for children (and anyone curious about programming) to create their own Minecraft Mods. ScriptCraft makes it easier for new programmers to create Minecraft mods. Mods are written using the Javascript programming language and once the ScriptCraft mod is installed, you can add your own new Mods by adding Javascript (.js) files in a directory. + + * If you're new to programming and want to start modding Minecraft, then [Start Here][ypgpm]. + * If you've already used [Scratch][scr], have attended a few [CoderDojo][cd] sessions, or have already dabbled with Javascript, then [Start Here][cda]. + # 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. @@ -16,3 +23,4 @@ Developer Chris Cacciatore has created some interesting tools using Scriptcraft. [wb]: https://github.com/cacciatc/wolfbot [ls]: https://github.com/cacciatc/scriptcraft-lsystems +[ypgpm]: YoungPersonsGuideToProgrammingMinecraft.md