Commit graph

822 commits

Author SHA1 Message Date
walterhiggins 8ba4e466c2 added tree methods and cottage_road example function. 2012-12-28 22:59:13 +00:00
walterhiggins 15ce10f0e6 The road goes on and on. A tree lined avenue created with just 3 lines of code...
var road = new Drone().box(43,3,1,200).up();
for (i=1;i<20;i++) road.left(3).box(6).right(8).box(6).left(5).fwd(10);
2012-12-28 13:39:24 +00:00
walterhiggins bbaa07be12 Merge branch 'master' of github.com:walterhiggins/ScriptCraft 2012-12-28 13:27:10 +00:00
walterhiggins 5d808368c2 Updated to use Rhino's org.mozilla.javascript.* package instead of sun.org.mozilla.javascript (this must have been an old version of Rhino I was using) 2012-12-28 13:26:14 +00:00
Walter Higgins 1c474ac2b4 Update README.md 2012-12-28 13:23:15 +00:00
Walter Higgins ad7b8df177 Update README.md 2012-12-28 12:19:10 +00:00
Walter Higgins a6d309971a Update README.md 2012-12-28 12:14:46 +00:00
walterhiggins 872bb46a94 Added support for Trees and changed $SCRIPTPATH to the more understandable $SCRIPT_DIR 2012-12-28 09:16:25 +00:00
walterhiggins 13076a9bf2 Added documentation to the drone.js module.
Added new chkpt and move methods to drone class.
Added support for Trees!!!!!
2012-12-28 09:15:27 +00:00
Walter Higgins 0111a93913 Update README.md 2012-12-27 13:40:27 +00:00
walterhiggins 8116db6b40 screenshot of the cottages 2012-12-27 13:26:32 +00:00
walterhiggins 6b1b4805ee untabified again 2012-12-27 13:23:35 +00:00
walterhiggins af487378f0 Merge branch 'master' of github.com:walterhiggins/ScriptCraft 2012-12-27 13:22:33 +00:00
walterhiggins 36b17c9dbf untabified. 2012-12-27 13:22:01 +00:00
Walter Higgins acab91d879 Update README.md 2012-12-27 13:21:08 +00:00
walterhiggins 2fedd10768 Merge branch 'master' of github.com:walterhiggins/ScriptCraft 2012-12-27 13:12:54 +00:00
walterhiggins d71977677f added comments 2012-12-27 13:11:26 +00:00
Walter Higgins bb97cfdc5d Update README.md 2012-12-27 13:05:34 +00:00
walterhiggins a1f243cef0 it lives! 2012-12-27 12:55:05 +00:00
Walter Higgins b0f8c66564 Update README.md 2012-12-27 12:46:00 +00:00
Walter Higgins 7eea0c2530 Update README.md 2012-12-27 12:40:00 +00:00
Walter Higgins f40034ab22 Initial commit 2012-12-27 04:27:26 -08:00