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
Challenge 1:Write a program that has a sprite moving across the screen slowly while rotating. Challenge 2:Write a program that has an alien moving across space while vibrating slightly (hint: you'll need the "randomNumber" code). 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. WHEN YOU'RE DONE...Do a pixel art character that you want to animate tomorrow.
Copy and paste the code below into your Intro to Draw Function Project:
|
AuthorMr. Vela's Daily Assignments Archives
May 2019
|