Mr. Vela's Class
  • Home
  • Assignments
  • Personal Website Project
  • Tutorial Videos
  • HTML Tags
  • Bookmarks
  • Keyboard Shortcuts

​Daily Directions

ATLAS
Code.org
Office 365

Final Projects

5/29/2019

3 Comments

 

Updated Mouse Game (10pts)-----

Click Here!!!

1.  The mouse can move with the keyboard buttons.
2.  The cheese is moving on screen.
3.  The mouse can "eat" the cheese.
4.  The points and the health points work.


Design a Game of Your Own (20 pts)

Option A:
--Use the mouse game that we've been working on and make 3 improvements to it
--Improvement ideas:
          --make power ups increase health.
          --put an enemy or obstacles on screen that can take health away
          --give the game a new look and design.

Option B:
--Design a whole new game with new characters, obstacles and sprites.
--For full credit, your game must have :
          --3 different sprites.
          --a main character that can move with the keyboard.
          --other sprites move on the screen
          --points that increase or decrease
3 Comments

Extra Practice with the Draw Function

5/24/2019

0 Comments

 

Challenge 1:

Write a program that has a sprite moving across the screen slowly while rotating.
Picture
Picture



Challenge 2:

Write a program that has an alien moving across space while vibrating slightly (hint: you'll need the "randomNumber" code).
Picture
Picture



Challenge 3:

Copy and paste the following code into Game Lab, and then run the program:

var counter = 0;

function draw(){
  background("white");
  textSize(counter);
  text(counter, 0, 400);
  counter = counter + 1;
}


Edit the code so that the numbers count down and get smaller.
Picture

WHEN YOU'RE DONE...

Do a pixel art character that you want to animate tomorrow.
BLANK PIXEL ART
0 Comments

Moving Sprites across the Screen

5/22/2019

0 Comments

 

Click Here for the Pixel Art 

Extra Assignment:  Click here to go to the article, then answer the questions on the handout.

0 Comments

Animating Sprites

5/17/2019

0 Comments

 

Copy and paste the code below into your Intro to Draw Function Project:
_______________________________________


var bee = createSprite(200, 200);
bee.setAnimation("bee_1");
function draw() {
  drawSprites();
}

_______________________________________

0 Comments

Draw Function in Code.org

5/16/2019

0 Comments

 

Click Me!!!

0 Comments
<<Previous

    Author

    Mr. Vela's Daily Assignments

    Archives

    May 2019
    April 2019
    March 2019
    February 2019
    January 2019
    December 2018
    November 2018
    October 2018
    September 2018
    August 2018
    May 2018
    April 2018
    March 2018
    February 2018
    January 2018
    December 2017
    October 2017
    September 2017
    August 2017

    RSS Feed

Proudly powered by Weebly
  • Home
  • Assignments
  • Personal Website Project
  • Tutorial Videos
  • HTML Tags
  • Bookmarks
  • Keyboard Shortcuts