4 PM Scratch Level 1 – Alex Lee
4 PM Scratch Level 1 – Alex Lee
Today We Did: We continued and finished up the Virtual Snow project Talked about x and y coordinates again and how to delete the clones depending on what side of the screenRead More...
Today We Did: We continued and finished up the Virtual Snow project Talked about x and y coordinates again and how to delete the clones depending on what side of the screenRead More...
Your HW: Create a new method called find_staff_by_name_list Make it: Ask user for a staff's full name Find staff using the staff List and that name
Today We Did We setup Pycharm We started learning dictionary. Homework Create March28_DictionaryHW.py Copy codes from page 92 to 95. Do Try It Yourself page 99.
What we did Homework review List intro Homework Create a file named Mar28_ListHomework.py Copy pages 38 to 41 from the textbook If you have any questions, don’t hesitate to email me at szhuang@ayclogic.com.
Today we: Added code to check for the Left Player's health. Made the Win Banner sprite. Homework: In the GameLoop sprite, check if the Right Player's health is 0 or below. IfRead More...
What we did today We finished working on the Animal Race project. Homework Make the "Bat Win Banner" sprite appear after the Bat touches the finish line. (Look at your Dog spriteRead More...
Today we: Continued the Virtual Snow project Coded the Snowflake clones to leave stamps Randomized the chances of the Snowflake clones leaving a stamp Important Reminders: After you finish your homework inRead More...
Today We Did Added teacher class and methods to school application project In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR28_schoolapp_hw, please submit byRead More...
Today we: Finished the Cheese Chase project Started the Intro to List project Learned about lists Coded the Cat sprite to forever say the items in the list Important Reminders: After youRead More...
Today We Did Reviewed quiz review homework and did more quiz review Please make sure you look back at the homework and class work before the quiz to have it fresh inRead More...
Homework Continue on Monster Inheritance project. Add the water, earth and wind magic attacks. Look at how we did it for fire magic. After each magic attack, the monster also need toRead More...
Today We Did Go over practice final test Homework Study for final test. Please arrive by 6:55PM If you have any questions, you can ask me at latisha@ayclogic.com.
What we did today We finished finding the X and Y coordinates for the shapes. We started the Drawing Shapes on Grid project. Homework Memorize the four red coordinates below. Memorize theRead More...
Today We Did Keep working on Birdie Game Homework Make create_cloud() in main.py like how we made create_bird(), but create a cloud every 50 seconds. Set the timer value in config.py IfRead More...
Today We Did Finished Dino Dance project In case you need anything, feel free to email me at juan@ayclogic.com Homework Scratch pg. 48-52 Share your project, and email the link to juan@ayclogic.com
Today We Did: Finished up the Monster Inheritance project Created two more classes, the troll, and the goblin Added in the option to heal the monster, and override it in each ofRead More...
Today We Did: We continued with the School System project. Added in listing out all of the students, teachers, and started finding the student. We also were able to load in theRead More...
What we did Homework review List intro Homework Create a file named Mar31_ListHomework.py Copy pages 38 to 41 from the textbook IMPORTANT: I forgot to mention this in class, but we don't haveRead More...
Your HW: Continue working on your projects Make 2 weeks worth of progress because there is no class next week (04/07 to 04/09) because of Easter Weekend.
Today We Did We created draw_square function so we can reduce code duplication. Homework Create 3 new files: April1_TurtleRectangleFunction.py Copy the rectangle codes from March25_TurtleBasic.py and create a function draw_rectangle(x,y, color) function.Read More...
Today we: Learned about the camera extension. Made the Splats clones have random costumes. Added the Score, Difficulty, and MaxSplats variables. Homework: Do pages 140-141 in your pink coding book. NO CLASSRead More...
Today We Did We finished Dragon Birdie Mobile game. We reviewed the entire game codes and components. Homework No class next week (04/08) because of Easter weekend. Learn some XML tutorial -Read More...
Today We Did We added click listener to all 9 boxes without doing code duplication. We display circle image to the box that the user click. Homework No class next week (04/08)Read More...
Today We Did Finished learning about more complex shapes and semi circles In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No class on 04/08 due to easterRead More...
Today We Did Learned how to draw circles Began drawing faces In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No class on April 8th (next week) becauseRead More...
Your HW: Create a new class for the Bullet It has the following attributes: x y direction screen Make it move left or right depending on the direction No Class Next weekRead More...
Homework No class next week (04/08) because of Easter weekend. Make some minor modifications on the team game Elijah - change where both players are standing so they are not under theRead More...
Today We: Continued the Doom on the Broom project Finished coding the Forcefield sprite Finished coding the Hippo 2 sprite Important Information: In honor of Easter, the school will be closed fromRead More...
Today We Did: We reviewed over the practice exam that we took for homework. Made sure that everyone had their emails verified. For Homework: The test will be on April 10 nextRead More...
Your HW: Create a new file in the src folder called "book.py" Create a book class with the following attributes: Title Author Year ID Create a new file in the src folderRead More...
Today we did: We reviewed the 2nd quiz. We went over the basics of the turtle module. Homework: Continue in April3_TurtleBasic.py Draw a square, a rectangle , a triangle, and an octagonRead More...
Today We Did Reviewed dictionary basics Began phone book with dictionary program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR4_phonebook_hw, please submit byRead More...
What we did Homework review List review Homework Create a file named Apr4_ListHomework2.py TRY IT YOURSELF from page 42: 3-4, 3-5, 3-6 If you have any questions, don’t hesitate to email meRead More...
Today we: Reviewed the Spaceship, Fireball Fight, and Cheese Chase projects. Homework: Prepare for your test next week! Turn in your homework here: yitong@ayclogic.com
Today We Did Finished School System project Began Library System project Got really good at creating new classes and constructors In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today we: Finished the Virtual Snow project Had a review session to prepare for the final test Homework: For this week, you do not have to email me your homework. You onlyRead More...
Today we: Learned about the "join" code Finished the Intro to List project Learned about the "if else" code Started and finished the Intro to List with If Else project Started theRead More...
Homework Similar to dragon.py, create troll.py, water_golem.py. Inside troll.py Create Troll class that inherits from Monster class. override magic_damage method so when Troll got hit by earth magic, it will say "TrollRead More...
Today We Did Quiz 2 In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No homework
Today We Did Took Final test Homework None If you have any questions, you can ask me at latisha@ayclogic.com.
Today We Did We continued on "Drawing Shapes on Grid" project. We drew Square and triangle shapes according to coordinates in the grid paper that we did last week. We used broadcastRead More...
Today We Did Keep working on Birdie Game Homework Make the clouds fly in from the left and from the right. If you have any questions, you can ask me at latisha@ayclogic.com.
Today We Did Worked on Animal Race project. In case you need anything, feel free to email me at juanfcastro03@gmail.com Homework THU-7PM-{Your Name}-AskGobo, Pg. 60-63 Share your project, and email the linkRead More...
Your HW: Create a new method list_all_old_books It will list all books that were published before the year 1900 If you need help look at the list all staff under 20 methodRead More...
Today We Did We went over the April3_TurtleBasic Homework. We went over how to create a square function to reduce code duplication Homework Create 3 new files: April1_TurtleRectangleFunction.py Copy the rectangle codesRead More...
What we did Quiz review Intro to functions Homework Name your file Apr11_FunctionNoReturnValueHomework2.py https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 to 6. Try it yourself problems on page 131 If you have any questions, don’t hesitateRead More...
Today We Did Started and quickly finished GroceryShoppingCart (great job!) Brief introduction to OOP, sneak peak of the following: Classes, Attributes, Methods, Constructors, and Objects In case you need anything, feel freeRead More...
What we did Homework review List review Homework Create a file named Apr11_ForLoopHW.py Copy pages 54 and 55 If you have any questions, don’t hesitate to email me at szhuang@ayclogic.com.
What we did today We finished working on the Animal Race project. We started working on the Ask Gobo project. Homework Add 4 more options/responses to the code (10 in total), youRead More...
TUESDAY Welcome to Digital Illustration 2 ! Today we started the Anime Eyes project. Draw the shape for the right eye on Layer 1 Duplicate the layer, and then flip horizontal OnRead More...
Today We Did Finished library system project Began shopping cart OOP In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR11_supermarket_hw, please submit by nextRead More...
Today We: Reviewed the Practice Test Homework: Study for the Final Test (which is next week on Tuesday, April 18) Come to our next class 15 minutes early (come into the zoom meetingRead More...
WEDNESDAY Today we started a new in-class project: Howl We looked at the reference picture Do the sketch by following along the reference picture as best as possible. Start on the linesRead More...
Today we: Continued the Mary Had a Little Lamb – With List project Started the Supermarket project Created the Categories list Coded the Cat to say the items in the Categories listRead More...
Today We Did We completed Monster Inheritance project. We discussed Practice Final. Homework Do practice final already sent in the class to your email. It should come from ayclogic@gmail.com. Please let meRead More...
Today We Did Turtle basics turtle.bgcolor("red") turtle.begin_fill() & turtle.end_fill() turtle.goto(x, y) In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR12_turtle_basics_hw, please submit by nextRead More...
What we did today We worked on the Animal Crossing project. Homework Create a Bat sprite that starts from the bottom of the screen, and moves to the top. When it reachesRead More...
Today We Did Finished Animal Race project. Started on Ask Gobo In case you need anything, feel free to email me at juanfcastro03@gmail.com Homework Name your project: THU-7PM-{Your Name}-AskGobo. Add more if-thenRead More...
Today We Did Keep working on Birdie Game Homework Make the Fireball class in fireball.py using bullet.png. If you press the space key, add a new fireball to the fireball_group. The fireballRead More...
What we did Homework review List review Homework Create a file named Apr14_ListHomework2.py From the homework, do the TRY IT YOURSELF problems from page 42 — 3-4, 3-5, 3-6 If you haveRead More...
What we did Setup Pycharm Dictionary Intro Homework Create a file named Apr14_DictionaryHW.py Copy textbook pages 92 to 97. Upload the files in the NEW folder by Thursday midnight. If you have anyRead More...
Homework Continue with April15_RobotBuilder.py. continue with the robot drawing: neck, head, the eyes and mouth. Don't do the arms, we are going to do it together next week. Look at this screenshotRead More...
Today we: Finished the Window Cleaner project. Started the Birthday Card project. Added the Button sprite and made it change colors forever. When it is clicked, it broadcasts "Party." Changed the backgroundRead More...
Today we: Started the Spaceship project. Added movement code for the Rocketship sprite. Added the Star sprite, and had it make clones randomly and fall down all over the screen. Added theRead More...
Homework Create bank_system.xml and represent the data from BankSystem.java (from the Intro to Java final test). It should have the following items bank_accounts map inside bank_accounts map would have a whole bunchRead More...
Today We Did We continued with Tic Tac Toe android game. We learned how to use SharedPreference to pass information from one page to another page inside the app. We displayed theRead More...
Today We Did Learned how to draw several shapes using for loops Kaleido Spiral In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR15_project_hw, pleaseRead More...
Today We Did Learned how to draw half circles Went through examples of drawing things in a loop In case you need anything, feel free to email me at sebastian@ayclogic.com Homework NameRead More...
Your HW: Draw the play button onto the screen like with the logo image Make sure it only shows up when the game state is main menu Make it so when theRead More...
Your HW: Make it so when the clouds spawn from the left, they spawn off screen to the left instead of at x = 0 Use the cloud image's width to determineRead More...
Today We: Continued the Fire and Ice Fight project Coded the Wizard sprite Coded the Ice sprite Coded the Gameloop Homework: Upload one costume for the Toad sprite from the internet (makeRead More...
Homework Continue with April19_RobotBuilder.py. continue with the robot drawing: neck, head, the eyes and mouth. Don’t do the arms, we are going to do it together next week. Look at this screenshotRead More...
Your HW: Try changing the hangman project to the OOP format It should be in the folder below if you don't have the original: https://drive.google.com/drive/u/1/folders/1IoSJe1HsEZ1DrkOcy_V4z0ec8C2k1iGO
What we did HW Review Intro to function with return statements Homework Name your file Apr18_FunctionWithReturnValueHomework.py Copy pages 138-139 If you have any questions, don’t hesitate to email me at szhuang@ayclogic.com.
Today We Did Large introduction to object oriented programming Learned about classes, constructors, attributes, methods, and objects In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name yourRead More...
What we did Homework review For loop review Homework Create a file named Apr18_ForLoopHW2.py From page 56, do the TRY IT YOURSELF problems Copy pages 57 to 58 If you have any questions,Read More...
What we did today We finished working on the Ask Gobo project. We started working on the Funny Faces project. Homework Create an Eyebrow sprite, a Hair sprite, and a Hat sprite.Read More...
TUESDAY Today we continued the Anime Eyes project. Add a new layer to draw the right eyeball Duplicate that layer to be the left eyeball Merge to eyeball layers together Add aRead More...
Today We: Took the Final Test Homework: There is no homework this week Contact us if you have any questions or need any help
Today We Did Finished Supermarket class Began inheritance (child inherits all attributes and methods from parent) In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homeworkRead More...
Today we: Finished the Mary Had a Little Lamb – With List project Continued the Supermarket project Coded the Watermelon and Apple sprites Important Reminders: After you finish your homework in Scratch,Read More...
Today We Did We reviewed Practice Test (DriverSystem) solution. The solution can be found in https://drive.google.com/drive/u/0/folders/1ZYxxajAgLJw8_LDVzpxMMw4QkB6Gant4 Homework Next week (04/26) is the 2 hours final test. The final test is open bookRead More...
Today We Did Began robot builder In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR19_robot_hw, please submit by next Tuesday. Homework:a) Complete #4 (draw_octagon)Read More...
Today We Did We continued with Animal Crossing project. We added a couple of animals that move up and down. We reviewed about X and Y coordinates and Directions. Homework Continue onRead More...
Today We Did: Continued with the TemperatureConverter project Added in the temperature spinner listener Learned about the resources For Homework: Be able to change it to Celsius to Kelvin as the header.Read More...
Today We Did Finished Ask Gobo In case you need anything, feel free to email me at juanfcastro03@gmail.com Homework Name your project: THU-7PM-{Your Name}-FunnyFaces Create and draw sprites for: eyeballs, smile, hat,Read More...
Today We Did Keep working on Birdie Game Homework Make hitboxes (rect) for Fireball and Bird. The process should be the same as how we did it for Player. If you haveRead More...
Today We Did: We learned about HashMaps and how to store the information. Understood about the keys and values with it Started the RestaurantMap project For Homework: First, create a new classRead More...
What we did Homework review For loop with list intro Homework Create a file named Apr21_ForLoopListHW.py From the textbook, copy pages 54 and 55. If you have any questions, don’t hesitate to emailRead More...
Your HW: Continue working on your projects Schedule another 1 hour time slot where both you and your partner can meet on zoom to work on your project
What we did Dictionary review and practice Homework Create a file named Apr21_DictionaryHW2.py On page 99, do 6-1 and 6-2 in the TRY IT YOURSELF section. If you have any questions, don’t hesitateRead More...
Homework Continue with April15_RobotBuilder.java Create a new function right_arm(x,y,color) Inside this right_arm function, you need to draw one right arm which composed of 2 rectangles. This is very similar to left_arm function.Read More...
Today we: Made the Banner tilt back and forth. Added the Birthday song and made the Shark sprites sing back and forth. Finished the Birthday Card project. Started the Custom Birthday CardRead More...
Today we: Finished the Lightning Bomb sprite. Created and finished the Fireball Power Up sprite. Finished the Asteroid sprite. Added collision code for the Rocketship sprite and the Asteroid clones, and theRead More...
Homework Continue on Tic-Tac-Toe game In MainActivity.java, when user click on the Start Game button, get the player 1 name and player 2 name and print it to the console. You mightRead More...
Homework In Tic-Tac-Toe project, make the MainActivity "START GAME" button blue like the one in GameActivity and make the text size bigger. If you have not done it, in GameActivity, change theRead More...
Today We Did Reviewed how to draw letters (like the letter S) to help with project Finish second half of Kaleido Spiral In case you need anything, feel free to email meRead More...
Today We Did Semi circles (t.circle function takes extent parameter to make semicircle) Kaleido Spiral In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR22_project_hw,Read More...
Your HW: Make it so when the player hits a bird, the game is sent to the main menu Add text on the game that shows the giant fireball cooldown
Today We Did Keep working on Shoot Balloon Game Homework Create the landing page for the game in a function called landing_page(). It should show 1 button, the play button, and whenRead More...
Today We Did: We started the Spaceship 1.0 project Added in the background, stars, and spaceship. For Homework: Finish up creating your asteroid sprite however you want to. Make the asteroid fallRead More...
Your HW: In the "check_out" method add the following things: List out all the items in the cart print out the total final cost of the cart Print an exit message
Today We Did Reviewed object oriented programming by making Dog class Deeply understood what "self" means, and when to use "self" instead of an object name Began GrocerySystemV2 In case you needRead More...
What we did HW Review Function with return statements Homework Name your file Apr25_FunctionWithReturnValueHomework2.py https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 7 On page 142, do 8-6 in the TRY IT YOURSELF If you have any questions, don’tRead More...
What we did Homework review For loop review Homework Create a file named Apr25_WhileLoop.py Copy pages 118 and 121 From pages 123-124, do the TRY IT YOURSELF 7-4, 7-5, 7-6, 7-7 If youRead More...
What we did today We finished working on the Funny Faces Project. Homework Set the coordinates of ALL of your sprites. Use "front layer" or "back layer" on your sprites if needed.Read More...
TUESDAY Today we finished the Anime Eye project. Add a new layer Draw the eyebrows and skin details HOMEWORK Please fill our this FORM
Today We Did Reviewed OOP, dictionaries, and inheritance Began creating Monster inheritance program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR25_inheritance_hw, please submitRead More...
Today We: Reviewed the Final Test Homework: Study for the Retake Test (which is next week on Tuesday, May 2) Study the resources attached below to prepare for the test Contact usRead More...
WEDNESDAY Today we continued our in-class project: Howl We finished the lines FINAL PROJECT HOMEWORK Work on your Style 2 illustrations. Notes: It is the same character drawn in Style 1,Read More...
Today we: Continued the Supermarket project Coded the supermarket checkout process Coded the Bread and Donut sprites Important Reminders: After you finish your homework in Scratch, send an email to allison@ayclogic.com by Tuesday at 8Read More...
Today We Did Inserting to a list using: insert, append Removing from a list using: del, pop, remove Started covering looping through a list Homework Pg. 42: Try it Yourself 3-4, 3-5,Read More...
Today We Did Finished robot builder Began learning how to draw circles with turtle.circle() In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR26_face_hw, pleaseRead More...
What we did today We started working on the Birthday Card project. Homework Make the other Shark sprite glide from the top left corner, to the bottom right corner. (Look at theRead More...
Today We Did: We finish up the TemperatureConverter project by adding in the other headers and also figuring out how to change the equation based on the conversion type. Also looked overRead More...
Today We Did Worked on Funny Faces project In case you need anything, feel free to email me at juanfcastro03@gmail.com Homework Print out coordinates image from https://www.ayclogic.com/project-resources/
Today We Did Keep working on Birdie Game Homework NOne If you have any questions, you can ask me at latisha@ayclogic.com.
What we did Homework review For loop with list review Homework Create a file named Apr28_ForLoopListHW2.py From the textbook, do the TRY IT YOURSELF problems on page 56. If you have any questions,Read More...
Your HW: Continue to work on your projects Nathan/Felix: Add logo to main menu Add sound effects Asher/Daniel: Make the background move Add a main menu page
What we did Dictionary review and practice Homework Create a file named Apr28_DictionaryHW3.py Copy the code from pages 100-101 Do the TRY IT YOURSELF problems on page 105 If you have any questions,Read More...
Today we: Changed the background to the Eiffel Tower. Changed the Button and Cake costumes to our mom's picture. Changed the Shark costumes to our own pictures. Changed where the Banner spriteRead More...
Today we: Added the background music and game over music. Added the asteroidCreationDelay variable and code. Added the Time variable and code. Finished the Spaceship project. Started the Cheese Chase project. CreatedRead More...
Today We Did We implemented RESET GAME button. We added tag to each of the boxes. We started working on checkForWinner() method. Homework In the class today, we added code to checkRead More...
Today We Did Grocery System Program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR29_robux_hw, please submit by next Friday. Homework: In the sameRead More...
Today We Did Learned how to draw several different letters in turtle Learned how to draw polygons In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name yourRead More...
Today We Did We learned how to create game loader that is executed as a separate thread. Homework The class is finished but if you guys want, you guys can continue withRead More...
Today We: Finished editing codes for the Doom on the Broom project Continued the Fire and Ice Fight project Coded Gumball to speak after he loses the game Coded the Apple spriteRead More...
Your HW: Create a new file "monster.py" create a monster class with attributes: species, health, attack Create a new class in the main called MonsterSystem Attributes: monster_dictionary Methods: load_monsters Troll - 20Read More...
Today we did: We continued April19_RobotBuilder and learned how to draw the left arm. We learned a little bit about how to draw a circle using turtle. Homework: Continue with April19_RobotBuilder.py CreateRead More...
Today we did: We reviewed and went over the how to draw a rectangle using a rectangle function using coordinates. We went over another way to draw a rectangle that uses t.rightRead More...
What we did HW Review Function with return statements Homework Name your file May2_RandomHomework.py Do https://www.ayclogic.com/intro-to-python/star-wars-problem/ If you have any questions, don’t hesitate to email me at szhuang@ayclogic.com.
Today We Did Finished Grocery System class Began School System class In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAY2_school_system_hw, please submit by nextRead More...
What we did today We learned about X and Y coordinates. We started working on the Drawing Shapes project. Homework Plug in the x and y coordinate points for the rectangle. (LookRead More...
TUESDAY Today we started a new lesson about head and face anatomy We used lines and proportions to determine where features of the face should be on the face. HOMEWORK FinishRead More...
What we did HW Review Function with return statements Homework Name your file May2_ReviewHW.py Do https://www.ayclogic.com/intro-to-python-exercises/ If you have any questions, don’t hesitate to email me at szhuang@ayclogic.com.
Today We Did Continued Monster inheritance program with Monster System Reviewed vocabulary in object oriented programming with short quiz on words In case you need anything, feel free to email me atRead More...
Today we: Started the Spaceship 1.0 project Coded the Star sprite Coded the Asteroid sprite Important Reminders: After you finish your homework in Scratch, send an email to allison@ayclogic.com by Monday at 8 PM. In thatRead More...
WEDNESDAY Today we continued the in-class project: Howl We finished the details of the lines. We started coloring and shading.
Today we: Finished the Supermarket project Started the How Old Are You? project Coded the Cat sprite to ask what the player’s name is, and stored the answer in a variable CodedRead More...
Today We Did Reviewed inserting and removing from a list Reviewed looping through a list Started learning about for loop in range() Contact me at juanfcastro03@gmail.com for any questions Homework Animal ListRead More...
Today We Did Began learning about turtle complex shapes as we drew faces In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAY4_new_rectangle_hw, please submitRead More...
What we did today We continued working on the Birthday Card project. Homework Continue the conversation of the two sharks. (Use "broadcast" & "when I receive") If you have a question, emailRead More...
Homework Open your Thonny and create a new file May4_StringHomeworks.py Copy codes from the textbook from page 20 to 23. If you do not have the book yet, just look at thisRead More...
Today We Did Keep working on Birdie Game Homework Create a group for the giant fireball called giant_fireball_group. Make a function called create_giant_fireball that makes a new giant fireball and adds itRead More...
Today We Did Finished the Funny Faces project Learned how to find coordinates for the square, triangle, and rectangle If you want to double check the coordinates we found in class today,Read More...
What we did Homework review For Loop With Range Intro Homework Create a file named Apr28_ForLoopRangeHW.py Copy pages 57 to 58. If you have any questions, don’t hesitate to email me at szhuang@ayclogic.com.
Today We Did: We learned about how to fix up errors and be able to see what is wrong with the code. Started the Email Application project For Homework: Create a newRead More...
Your HW: Continue to work on your projects Daniel/Asher: Main menu page credits page Moving background Nathan/Felix: Credits page Sound effects Background music Logo
What we did Dictionary review and practice Homework Create a file named Apr28_DictionaryHW4.py In our PhoneBookDictionary program, check to see if the input is a valid name if we input '2'. Remember, theRead More...
Today We Did We continued on April22_DrawFace,py We completed the draw_face(x,y) function. Homework Create a new python file May6_DrawFace2.py Copy the rect and draw_circle functions from April22_DrawFace.py into this new file. CreateRead More...
Today we: Learned about the video sensing extension. Added video sensing code for the Eyeball sprite. Made the Eyeball sprite and Head sprite move back and forth when the player punches it.Read More...
Today we: Learned about MyBlocks and simplified the Mouse sprite's code. Added the Score Variable Made the Cheese sprite go to random spots on the screen and change the Score variable byRead More...
Today We Did We continued with Tic Tac Toe android game. We created the 3 x 3 boxes on the Tic Tac Toe board. Homework Inside GameActivity.java inside onCreate(Bundle) method, using 2Read More...
Today We Did We fixed TicTacToe finding winner logic We did not initialize all boxes with BLANK We set statusBarLabel with we got a winner. You can find my latest codes inRead More...
Today We Did Finished Robux Balance program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAY6_project_edits_hw, please submit by next Monday. Homework: I willRead More...
Today We Did Finished grocery system Began robux shopping cart In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN17_dictionary_hw, please submit by next Friday.Read More...
Your HW: Create a new file for the coin Make it cycle through it's different frames like the player
Your HW: Make the tubes be at random heights by moving them up a random amount in the spawn_tubes method in main rather than changing image size in tube