Code.org Homework Assignment
Star Wars: Building a Galaxy with CodesetBackground("Endor");
setMap("circle");
setDroid("R2-D2");
setDroidSpeed("normal");
playSound("R2-D2random");
function whenUp() {
goUp();
}
function whenDown() {
goDown();
}
function whenLeft() {
goLeft();
}
function whenRight() {
goRight();
}
addCharacter("PufferPig");
addCharacter("PufferPig");
function whenGetAllPufferPigs() {
addPoints(100);
endGame("win");
}
SHARE GAME @  https://studio.code.org/c/140816053
Minecraft Voyage Aquatic
for (var count = 0; count < 5; count++) {
  placeBlock("redCoralBlock");
  turn("left");
  moveForward();
  placeBlock("redCoralBlock");
  moveForward();
}
SHARE GAME @  https://studio.code.org/c/714458078
Code with Anna and Elsa
Puzzle 6 Star https://studio.code.org/c/49768924
Puzzle 9 Super Star https://studio.code.org/c/618940565
Puzzle 12 Parallelogram Star https://studio.code.org/c/51803719
Puzzle 15 Star in a Star https://studio.code.org/c/53014217
Puzzle 17 Start Star https://studio.code.org/c/618940329
Puzzle 19 Snowflake https://studio.code.org/c/53005426
Finish Star: 
for (var count = 0; count < 3; count++) {
  drawSnowflake('square');turnRight(90);
  jumpForward(100);
}
SHARE GAME @ https://studio.code.org/c/52521226

 
No comments:
Post a Comment