Today We Did We explained the high level logic of Cowntact Tracing 2 December 2023 USACO problem http://usaco.org/index.php?page=viewproblem2&cpid=1348 We come up with 2 formulas Formula to find the Maximum number of days passed.Read More...
Gamas sub Today We Did We displayed the Tube with random height. We displayed the player no animation. Homework Make the player flap its wing. Look at dragon-birdie project and look atRead More...
Today We Did We continued with Monster Inheritance project. We added sword and magic attack We added monster.sword_attack(self, damage) We added monster_attack_player(self, monster) method. We added the fire and water magic attackRead More...
Today We: Reviewed string functions and f strings Your HW: Create a new file called "Jan_20_StringHW2" Do the TRY IT YOURSELF on page 25, 2-3, 2-4, 2-5 and 2-6 Make sure toRead More...
Today We: Added collisions between the player and tube Added animation to player Added timer and score to the screen Your HW: Add collisions between player and coin Make sure the coinRead More...
Today We Did Made bullet destroy brick wall. Fixed directions values inside config.py Explain next homework. Homework Change code inside main.create_enemy_bullet() method, so when you create a bullet, you need to passRead More...
Today We Did Reviewed PetSystem errors Reviewed Practice Quiz Homework Study for the quiz next week! It will last the entire class period and be open-note. If you haven't done the practiceRead More...
Today We Did Reviewed Jan13_FunctionsHW.py Topics covered: Lists For loops If-Else Functions Code available here: https://drive.google.com/file/d/1oubSs4pyHULMHorwmbc-eIEmVc7rNm-p/view?usp=sharing Homework Finish Exercise 7 at https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Make for following functions in a new file: Jan20_FunctionsHW5.py Write aRead More...
What we did today We continued working on the 6 Facial Expressions drawing. Homework Finish drawing the Surprised facial expression. If you have any questions, email me at abigail@ayclogic.com
Today we: Finished the Custom Birthday Card project. Started the Punch the Dummy project. Homework: Make 2 costumes for the Head sprite. One should be happy, the other should be sad or angry.Read More...
What we did today We finished working on the Punch the Dummy project. We started working on the MHALL project. Homework Duplicate the Ball sprite. Change the sprite name from C toRead More...
Today We Did Started Digit Recognition Homework Write a function that prints a random number of random images. For example, I can call the function like this: print_random(10) and it'll print outRead More...