9:30 AM – Scratch 1 – Yitong
Today we: Finished the Animal Crossing project. Started the Spiralizer project. Added the Ball sprite. Learned about clones. Made the Ball sprite turn, change color, and make clones. Made the Ball clonesRead More...
Today we: Finished the Animal Crossing project. Started the Spiralizer project. Added the Ball sprite. Learned about clones. Made the Ball sprite turn, change color, and make clones. Made the Ball clonesRead More...
Homework Next week is 2nd quiz. Redo these exercises for practice https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ https://www.ayclogic.com/intro-to-python-exercises/ Please study the following Function with and without return values. Random While loops, For loops List. How to useRead More...
Today we: Made the Snow clones go to random spots across the screen. Made the Snow clones shake back and forth. Made the Snow clones stamp themselves before getting deleted. Made theRead More...
Homework Continue with Dragon Birdie mobile application. Add High score feature. The Highscore feature should be stored inside SharedPreferences. SharedPreferences is what we used to store sound on and off setting.
Today We Did We continued with Tic Tac Toe. We started adding the Tic Tac Toe board using Linear Layout Homework No Homework
Today We Did Create both legs and one foot from robot. Learned how we can calculate the position of each new body part with math, but also by using a good guessRead More...
Homework Display assets/bird03_A.png in to bottom left corner of the screen and make it move to the right. Display assets/bird04_A.png in the bottom right corner of the screen and make it moveRead More...
Today We Did Started robot builder project, drawing a full robot using rectangles Built robot body and part of left arm In case you need anything, feel free to email me atRead More...
Today We Did Continued working on Shoot Balloon Homework Finish up Final Project Add animation to the balloon so that it cycles through all 3 images. If you have any questions, youRead More...
Homework Migrate JupiterDragonAxe.java / DragonFireballAxe.java from 1.16.5 project to 1.19.3 project. Follow what we did with SaturnFireballAxe.java Migrate the Java file Add an entry in ModItems.java Add an entry in AYCEssentialsMod.java ModifyRead More...
Today We: Continued the Dragon Birdie project Your HW: Add a new method called "spawn_clouds" Make it spawn clouds like we did for the birds continuously
Today We: Coded Level 2 Coded the Dinosaur sprite to block the Monkey sprite Coded the game to be over Finished the Jumpy Monkey Project Homework: Create a new project and titleRead More...
Today We Did Reviewed converting shell input to int. Learned about accessing a list with an index Changing list items Printing out the length of a list In case you need anything,Read More...