Today we did Learned how to draw a face Use all of our previous functions to draw it Went over our project proposal Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing AYC Logic’s observed holidays:Read More...
Today We Did: Finished programming Gobo so that he answer your yes or no questions Made Gobo change costumes when he answered differently Added the horse sprites Homework: Program the horse soRead More...
What We Did Today: Started the Monster Inheritance project. Homework: In your MonsterSystem project, do the following, and upload to google drive when finished: """ Homework: 1. If user clicks on "3"Read More...
Today We Started the Spaceship project. Homework When you press the w key, change the Spaceship costume to Rocketship-a. When you press the s key, change the Spaceship costume to Rocketship-e. WhenRead More...
Today We Did We started Tic Tac Toe project Homework Research in the Internet XML file XML elements XML attribute How to represent list in XML Create an XML file school_system.xml, thatRead More...
What We Did Reviewed the homework on inheritance Continued with Monster Inheritance project Homework Create a file April_2_InheritanceHW.py and do 9-6 and 9-7 for the Try It Yourself on page 173 IfRead More...
What We Did Today: Reviewed variables, data types, if statements, how to get input from the shell, how to compare (<=, >=, ==, <, >), typecasting (converting data types from one intoRead More...
Today We Did looping through dictionary key, values, and items printing it out how to search if a "key" is inside the dictioanry Homework 6-5. Rivers: Make a dictionary containing threeRead More...
Today We Did We reviewed solution for USACO Speeding Ticket https://usaco.org/index.php?page=viewproblem2&cpid=568. We started learning recursion. Homework Create April3RecursionHW.java create doFactorialWhileLoop(int num) create doFactorialRecursion(int num) Listen to Youtube video about greedy algorithm: TBD
Today we did Install Python 3.13 and PyCharm Learn about dictionaries AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Please submit yourRead More...
HOMEWORK AND WHAT WE DID -Make Progress on your project Project Proposal My definition function. I should Draw your functions in multiple different places and in any order, and it willRead More...
Today We Did We learned about modulus We learned about List and Array. We learned about how to use modulus inside for loop Homework Create a new int array(6) (“numbers”) and addRead More...
Today we did: We made the homework (making the hitboxes) and started with the fireball class. Homework: Create a new method called launch_fireball in main. It's job is to make sure ifRead More...
Today We Did: Finished working on the Birthday Card project. We started working on the Custom Birthday Card project. Homework: Import any image to the background. Make sure to import the imageRead More...
Today we did: We continued working on MonsterInheritance and started doing the game features. Homework: Similar to how we did healMonster, do the magic and sword attack in the same way. TheRead More...
Today We Did We exercises with function and list. Homework Create apr_6_hw.py Create a new function “favorite_dance_style” It has 1 parameter: dance_style Inside the function print “I like ballet” if the parameterRead More...
Today We We continued working on the Marvel drawing. Homework Make a NEW LAYER. Color the Captain America Shield red, white, and blue. If you have any questions, email me at abigail@ayclogic.com
Today we did: We worked on the ShoppingCartApplication version 2. Homework: Create a new file called MonsterInheritanceMain.py. It will be empty for now Create a new file called Monster. In this MonsterRead More...
Today We Did We continued with utilizing TankPathFinder inside EnemyTank class. Homework Inside main.py, inside projectile_wall_collision(self, projectile, wall): update self.active_map to reflect the wall being destroyed.
Today We Did: Finished the horse code and added the new sound features Homework: Make a repeat loop that has reply number as the amount of times that it repeats. In thisRead More...
What We Did Today: Continued the Monster Inheritance project. Implemented the start of the attack system. Homework: In your MonsterSystem project, do the following, and upload to google drive when finished: Complete theRead More...
What We Did Today: Reviewed concepts and tools for basic programming in Java Learnt the modulus operator Learnt the difference between Lists and Arrays Homework: Create a new file named Apr8_ArrayHomework.java, andRead More...
Today We Continued working on the Spaceship project. Homework Make 2 sprites, the Fireball Power-up & Bomb Power-up. Make 2 blank sprites and draw both of your power-ups. You do NOT needRead More...
What We Did Went over the try it yourself, created IceCreamStand which inherits from Restaurant and Admin which inherits from User. Continued in the Monster System, starting the Play Adventure option. HomeworkRead More...
What We Did Today: Reviewed past lessons Learnt about the while loop Homework: Submit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! Create a new file called Apr9_LoopsHW.py: From the textbookRead More...
Today we did Reviewed how to add and loop through dictionaries Working with loops and lists Reviewed how to work with dictionaries Speak about how to use dictionaries in programs. HomeworkRead More...
Today We Did We went over recursion on Factorial We went over recursion and recursion with memoization in Fibonacci. Homework review this youtube video about greedy algorithm - https://www.youtube.com/watch?v=lfQvPHGtu6Q Review this MadRead More...
WHAT WE DID Discussed and answer questions on homework implementation Introduced the ideas of "programs" Make multi-line string prompts reviewed loops and input Homework Finish your Grocery_store_program.py The incomplete version should beRead More...
Today We Did: Finished our personalized birthday cards Started our new escape the tunnel project Added the cat code for following our mouse in the tunnel game Drew the house at theRead More...
Your HW: Create the GameWin and GameLose pages You will need to create a new font for the text Just copy and paste the code for the button so there is aRead More...
Today We Did We learned how to find sum of all numbers in an array. We learned how to find sum of all even numbers in an array. We find largest number.Read More...
Today we did: We finished the launch fireball function and did the collision. Homework: Make a new function called launch_giant_fireball in main. It will be mostly the same as the launch_fireball, butRead More...
Today we did: We continued with MonsterInheritance. Homework: Override the takeMagicAttack functions for the other child classes according to the element that they are immune to.
Today We Did We made the bug dizzy mode. We made count down appear on the screen. Homework Create GAME WIN page. Create GAME OVER page After countdown goes to zero orRead More...
Today We Did We learned about variables and data types. Homework Create a new file apr_12_string_hw.py in thonny. Copy codes from text book from page 20 to 23. If you dont haveRead More...
Today We Did We learned how to create functions. We learned how to use for loop to go through each element inside list We started to review 2nd final question adventure gameRead More...
Today we did: We started working on MonsterInheritance and finished add monster and list all monsters. Homework: In a while True, print <choose your monster>. Display all the monsters and ask forRead More...
What We Did Reviewed some of the projects Went over Kaleidospiral and how to constantly change color for project. Homework Continue working on your project, turn in the code you have done.
Your HW: Create the different pages, Main menu, You win, you lose Use images for the text Make sure they all have a play button When player tank dies, send to youRead More...
What We Did Today: Implemented the sword attack method in the Monster Inheritance project Implemented the first part of magic attacks Homework: In your MonsterSystem project, do the following, and upload to googleRead More...
What We Did Today: Reviewed the difference between primitive/non-primitive data types Reviewed the use of enhanced vs. regular for loop We learned how to find sum of all numbers in an arrayRead More...
Today We We finished working on the Spaceship project. Homework Make a timer that starts from 0 and goes up every second. The timer will stop when you get hit by aRead More...
What We Did Continued in the monster system. We created the sword attack choice and the receive sword attack method in the monster class. Started on the magic attack Homework Continue inRead More...
Today We Did We went over how to do Text hint We went over how to connect between the landing_activity.xml with LandingActivity.java Homework Inside LandingActivity.java, get the player2 name from player2TextField uiRead More...
What We Did Today: Reviewed past lessons Reviewed the while loop Learnt how to use if statements in a while loop Homework: Submit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished!Read More...
Today We Did Showed how using dictionaries can enhance your code Reviewed how to loop through dictionaries reviewed when you would use lists vs dictionaries Homework Change your robux program to utilizeRead More...
Today We Did We went over solution for Mad Scientist USACO problem. https://usaco.org/index.php?page=viewproblem2&cpid=1012 Homework Debug your Mad Scientist USACO problem and fix the problem. Once you fix the problem, login to USACORead More...
WHAT WE DID Discussed and answer questions on homework implementation Introduced the ideas of “programs” Make multi-line string prompts reviewed loops and input Homework Get a Tenative Final Project version RomanRead More...
Today We Did We learned about String built-in functions: .title(), .upper(), .lower() We learned about how to combine String using f string. Homework Reviewed last week homework, especially how to combine StringRead More...
Today We Did We continued with Animal Race project We learned how to have "You Win !!" banner whenever either Dog or Bat wins. We learned how to play song when oneRead More...
What We Did Went over each person's project Finished the grocery system Homework Continue working on the project, it should be 75% done next week. Submit what you have before you getRead More...
Today We Did: Finished our Gobo project. Started our Funny Faces project. Added different body parts of the face. Homework: Draw the hair and the glasses for the face.
What We Did Today: Finished the monster inheritance system project, implementing immunity for monsters using inheritance. Homework: Finish the practice final exam sent to your emails! This is expected to take aboutRead More...
What We Did Today: Reviewed the homework for primitive data types and primitive arrays, and manipulating primitive arrays. Learnt how to create dynamic arrays (under the hood for ArrayList) using primitive arrays.Read More...
Today We We finished working on the Spaceship project. We started working on the Cheese Chase project. Homework Make a new costume in your Maze sprite. Make the Level 2 maze (IRead More...
What We Did We went over the datatypes. Homework Create a new file April_23_StringHomework.py, copy pages 20-23 from the textbook. If you have any questions, email me at dmeng@ayclogic.com
Today We Did We transferred Player1 and Player2 names from Landing page to Main page. Homework In Landing page when user click on START GAME before moving from landing to main page,Read More...
You will have your first quiz next week, do not come late! What We Did Today: Reviewed past lessons in anticipation for the quiz. Homework: Study for your quiz next week! UseRead More...
Today We Did We went over the problems of Feb 2024 USACO - Milk Exchange. We learn the pattern. We started implementing the brute force way Homework Finish Apr24MilkExchange.bruteForce(List) method. Download allRead More...
Today We Did Reviewed homework on how to use dictionary to reduce duplicate code with the robux example Learned OOP (Object Oriented Programming) Learned about creating Objects and Classes Learned about classRead More...
Today We Did Reviewed tentative projects and pointed out what needed to be changed Reviewed Roux algorithm Reviewed process for making shapes Homework (Finish Project with revisions) Roman Project To DoRead More...
Today we did: We added the launch giant fireball, draw_score, and custom collision functions. Homework: Make sure in the fireball bird collision function, when the fireball and bird collides, the speed ofRead More...
What We Did: Went over how to make a sound play forever until it is told to stop. Reviewed broadcasting and receiving signals. Set up our tunnel of doom. Homework: Make sureRead More...