var counter; var height; function remove_pile(height) { for (var count = 0; count < counter; count++) { dig(); } } for (counter = 1; counter <= 6; counter++) { remove_pile(counter); moveForward(); }
No comments:
Post a Comment