2 PM Intro To Java – Alex
2 PM Intro To Java – Alex
Today We Did: Learned more about how to use Lists and create them Also understood how to create and use for loops using index and how we can use for loops andRead More...
Today We Did: Learned more about how to use Lists and create them Also understood how to create and use for loops using index and how we can use for loops andRead More...
No class today. Check out last week's post to see what we did. See you next week!
Today We: Continued the Shopping Cart V3 project Made it so the shopping_cart list is now a list of GroceryItem instead of a list of string like before Cleaned up the codeRead More...
Today We Do We reviewed last weeks homework. Homework Page 123-124 TRY IT YOURSELF 7-4, 7-5, 7-6, 7-7 Complete these exercises: https://www.ayclogic.com/intro-to-python-exercises/
Today we: Went over X and Y coordinates Finished Virtual Snow project Homework: Add Jingle-Bells music and make it play FOREVER! If you need help email me: idyllicalyssum@gmail.com
TUESDAY Today we finished the Katara project! We finished coloring her, and added a little waterbending detail. Current Layers: 4) Details - White eye sparkles and pink blush cheeks 3) Lines 2)Read More...
WEDNESDAY Today we finished the Girl in Side-View project. We added extra highlights and finishing details to the background. Today we started learning how to draw hands. Some important points: A square-ishRead More...
Today We Do We continued with Robot Builder. We added draw_left_arm(x,y) function. Homework Add a new parameter to draw_left_arm function: color. This parameter will be used to decide which arm color toRead More...
Today We Do We finished Hangman game. Homework Create June1_PythonExercisesHomework.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ If you have question, feel free to email me at gamas@ayclogic.com. Attach your codes in the email ifRead More...
Homework: Solve http://www.usaco.org/index.php?page=viewproblem2&cpid=1156&lang=en with the two approaches we discussed in class and try to solve in an even better approach. Read and try to solve http://www.usaco.org/index.php?page=viewproblem2&cpid=1157&lang=en
Today We Did: Today we learned about how to use random Everyone took their turns in creating the AYCLOGIC Adventure game which used random damage. For Homework: Create a new file titledRead More...
Today We Do We went over the difference between if and elif We went over how to use +=, -+ We went over how to get an input from shell Homework PageRead More...
Today We Did: Continued Flappy Bird Finish Dizzy Mode Add Credit Button Homework: Continue working on Final Project Create the Game Over page similar to how you made landing page. It shouldRead More...
Today We Do Went over Quiz 2 most missed questions Introduced Turtle module Homework Create rectangle function and draw rectangle according to coordinate below. Create octagon function and draw octagon according toRead More...
Today We Do We learned how to clear the sourceTempTextField and convertedTempTextField when user select a drop down menu. We learned how to deploy your application to an Android phone by generatingRead More...
Today We Did: We started the Fireball Fighting project by making the characters move so they could shoot the fireballs. The first character can now only shoot 5 fireballs at a timeRead More...
Today we: Started Ask Gobo project Made Gobo wait until the space bar is pressed Made ReplyNumber variable and set it to a random number between 1-4 If ReplyNumber = 1, thenRead More...
Today We Do We reviewed project proposals We displayed player sprite on the screen. We reviewed Birdie project how to make the player flaps its wings. Homework Continue on the Flappy BirdRead More...
Today We Do We reviewed EmailApplication, SchoolApplication. We reviewed Map and List. We learned that a class can have additional method aside from getter and setter. We added EmailAccount.age and learn howRead More...
Today We Do We continued with the Fireball Fighting game We display banner when left player health goes to 0 or less. Homework Add code so when right player health goes toRead More...
Today we: Started the Spaceship project Created the Star sprite by redesigning the Snowflake sprite's costume, deleting the stamp codes, and making the clones fall straight down Added the Rocketship sprite CodedRead More...
Today We Do We continued with Temperature Converter application We changed the header according to the selected conversion type. We changed the conversion formula according to the selected conversion type Homework ClearRead More...
Today We Did: We reviewed the School System project by going through how to change findStudent() into a return method and how to use it. We also implemented it into the editStudent()Read More...
Today: We went over the homework to add custom shooting tower images and collision detection logic between bullets and enemies We added logic so different towers shoot their corresponding bullet images. WeRead More...
Today We Did: Today we shortly looked over the Doom on the Broom project. We learned about how to create and use a list. Learned about the index, and how we changeRead More...
Today We Did: Took the Final Homework: None If you have any questions, please send an email to latisha@ayclogic.com
Topics covered in class today: Continued working on Adventure Game Worked on Application Loop Finished Sword Attack Made Function to Print the Menu Started Magic Attack Homework Finish up the homework fromRead More...
Today we: Added a Snowman sprite Coded the Snowflake clones to leave a stamp Randomized the chances the Snowflake clones would leave a stamp Finished the Virtual Snow project Started the SpaceshipRead More...
Today We: Reviewed For Loops using range Learned about While True loops Learned about the break code Learned how to slow down a while loop using user input Learned about using aRead More...
Homework: Finish http://www.usaco.org/index.php?page=viewproblem2&cpid=1157&lang=en with https://drive.google.com/file/d/16WFZR9zfhGgEKPmokMR9cuIDhoHSLX0_/view?usp=sharing
Today We: Continued the School Application project Created a list of students listed out all the students from that list Made a SchoolApplication class Gave the SchoolApplication class a new method toRead More...
Topics covered in class: We reviewed material for your quiz next week! Homework: You don’t have any homework besides studying for your quiz! Review all content from the past weeks including: forRead More...
TUESDAY Today we started on a new project! The SIMBA project. We are going to use circles and simple shapes to help us draw something that would normally be difficult. We sketchedRead More...
WEDNESDAY Today we continued the lesson on learning how to draw hands. We used pictures of real life hands to learn about the simple shapes an anatomy that is in a hand.Read More...
Today We Do We finished with Robot Builder project. We continued with draw_circle function. We continuously draw two circles with different colors Homework In the class, only one of the circles isRead More...
Homework Create June8_FixPythonErrorsHomework.py Copy broken Python codes from https://www.ayclogic.com/fixing-python-bugs/ Fix all the errors
Today We Did: Reviewed the Magic8Ball Homework Started talking about Object-Oriented Programming Learned about how to use methods and the difference between void methods and return type methods For Homework: Edit yourRead More...
Homework: Implement countRoutes3() and make countRoutes() work Update canReach() with cache and make it more efficient. Source code file: https://drive.google.com/file/d/1At4eVMsAl-wyeVOTIu7vwHpQT5jvThgd/view?usp=sharing
Today We Did: Continued Flappy Bird Add Game Over Page Added Countdown Homework: Continue working on Final Project Create the Game Win page similar to how we created the Game Over page.Read More...
Today We Do We started Dino Dance project. We created Green, Red and Blue dinosaurs. We added the dance floor backdrop. We made the dance floor backdrop changes its color. We madeRead More...
Today We Do We went over last week’s homework We went over how to create a list We went over how to +,-,*,/ elements of a list Homework Page 38 to 41:Read More...
Today We Do We reviewed Practice Quiz. We reviewed Bank Account Quiz. We reviewed Monster Inheritance. Homework Next week is 2 hour final test: 7 PM to 9 PM. Please study theRead More...
Today We Do We created May18_RobotBuilder.py We created rectangle function with x,y,color, height, width parameters. We were able to call rectangle with different coordinates, colors, heights and widths. Homework Try to drawRead More...
Today We Do We learned about variables We learned about Integer Homework Create June18_StringHomework.py Copy codes from page 23 to 25. asdfa asdf adsf
Today we: Continued the Ask Gobo project Coded Gobo to say something if ReplyNumber = 5 Coded Gobo to say something if ReplyNumber = 6 Learned how to record audio in ScratchRead More...
Today We Did: We continued with the Fireball Fighting project Added in both fireballs and the lives variable We also made the game ends when there are no lives left for oneRead More...
Today We Do We reviewed project proposals We made the player flap Can control player using space bar Homework Continue on the Flappy Bird project. Make the Coin class in a fileRead More...
Today We Do We added the feature to make the projectile big after the player touch the star. We made sure that the big projectile did not disappear when it touch theRead More...
Today We Do We added Saturn Dragon Fireball Axe We added Saturn Lightning Axe which can smite nearby enemies (within 10 spaces) with lightning. Homework Change the image for saturn_dragon_fireball_axe.png to beRead More...
What we did today We continued working on the Spaceship game. Homework Make the Bomb sprite go to the Spaceship sprite when pressing "b" key. (use the code from Fireball sprite) MakeRead More...
Today We Do We learned how to clear both original and converted temperature fields. We learned how to remove the decimal points in the temperature. We learned how to deploy Android application.Read More...
Today We Do We reviewed the homework. We enabled multiple waves of enemies. We make the player's health decrease when enemies is off the screen and still alive. We hide hotspot whenRead More...
Today We Did: Today we learned about how to use HashMap. We talked about how to add and remove things from a HashMap, and also how to list out all the valuesRead More...
Today we: Reviewed and finished the Mary Had a Little Lamb project using list Started the Supermarket project Coded the Cat sprite to say the categories by using list Coded the WatermelonRead More...
Today we: Continued the Spaceship project Added the Asteroid sprite and edited its codes Added a Game Over Banner sprite Coded the game to stop and make the Game Over Banner showRead More...
Today We: Continued to learn about while loops Reviewed the HW Practiced While Loops Your HW: Do all of the practice problems on this website: https://www.ayclogic.com/intro-to-python-exercises/
MONDAY We continued to work on the Ayaka project. We finished the lines and started the coloring. Please continue to work on your version and refining anything you need to. HOMEWORK PleaseRead More...
Homework: Implement the countRoutes(grid, n) we discussed in class with top-down and bottom-up approaches.
Today We Do We learned about methods. Homework Do the practice quiz that was assigned to you in the class. You can use IntelliJ to do your coding and then copy andRead More...
Homework Continue to finish https://www.ayclogic.com/intro-to-python-exercises/
Today We: Continued the SchoolApplication project Changed the list_all_students method to print out the students in the students list attribute of the School Application class Added a new method to the studentRead More...
TUESDAY Today we continued the Simba project. We finished the lines. HOMEWORK Refine your version of Simba as best as you can.
Today we: Went over the Scratch Level 1 Practice Test Homework: Finish the practice test and turn it in by MONDAY NIGHT!! Look at your old projects to help yourself!
WEDNESDAY Today we continued the Hand-application project. We finished up the sketch, the lines, and started on the color and shading. HOMEWORK Add hair! You can choose to do any style andRead More...
Today We Do We continued with draw_letter_p function. How to draw letter P using turtle and using 3 rectangles. We learned how to draw rectangles in different angle than 0 degree. HomeworkRead More...
Homeqwork: Try to solve the problems we discussed in class by yourself and compare your result with https://drive.google.com/file/d/1FJGvc1AJaBjdn2RxuMmlN32dYULKPCxa/view?usp=sharing http://www.usaco.org/index.php?page=viewproblem2&cpid=1131
Today we Did: Went over Fixing Python Bugs 1 AND 2 Reviewed for Quiz 2 Homework: Extra Practice: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ Next week is 2nd quiz, please come 10 mins early 6:50 PM.Study and redoRead More...
Today We Did: Today we learned about how to utilize methods better for coding and how to do object-oriented programming. We learned about how to create methods to ask the user aRead More...
Today We Do We went over Lawrence and Devan division of work. We continued with Flappy Bird project. We started with Game Credit page. Homework Continue with your final project according toRead More...
Today We: Reviewed homework Continued the Dino Dance project Learned about directions in Scratch Added the Ballerina sprite Coded the Ballerina sprite to switch costumes Added background music Homework: Continue the DinoRead More...
Today We Do We went over last week’s homework We went over built-in functions for lists: append, insert, del, remove, pop Homework Read and copy code from Page 57 to 58
Today We Do We continued with Jun9_RobotBuilder.py We reviewed rectangle function with x,y,color, height, width parameters. We completed drawing the body, neck, head, eyes, mouth of robot Homework Prepare a sketch ofRead More...
Today we: Finished Ask Gobo Made Eyes sprite Made Head sprite Made the Head sprite go to back layer Added a Mouth sprite Made the Head start at the same spot everyRead More...
Today We Do We went over the project planning. We created coins periodically after Tube is created. Homework Do more of the project planning based on what we discussed in the class.Read More...
Homework Continue on MonsterInheritance project Add code to do the following Please select from one of the following 1. Add new monster 2. List all monsters 3. Play the game Enter yourRead More...
Homework We want to create recipes for saturn_axe. This is very similar to what you did with saturn_sword recipes.
What we did today We went over how to make banner appear when the asteroid touches the rocket-ship. We went over how to stop the asteroids from moving when it touches theRead More...
Today We Did: We continued and were able to finish up the RestaurantMap project which used HashMap. We learned more about how to add things into a HashMap as well as howRead More...
Today: We went over the homework to add the cancel purchase button and music. We fixed the bug where clicking on the towers for purchase deducted more coins We added logic soRead More...
Today we did: Variables: why they are used (to store information) and how to declare them (variable_name = value) Data Types: the 4 types (integer, float, string, boolean) Variable naming conventions (case-sensitivity,Read More...
Today we: Continued the Supermarket project Created a Shopping Cart list Coded the Watermelon sprite to hide and add the word "Watermelon" to the Shopping Cart list if clicked Coded the AppleRead More...
Today we: Finished the Spaceship project Started the Punch Dummy project Created the Eye and Face sprites Coded the Eye sprite to move back and forth if it touches the mouse pointerRead More...
Homework Change the app_name inside res/values/strings.xml into something other than Temperature Converter and use other languages that DOES NOT use alphabeth. For example, Korean or Chinese or Arabic. Use google translate InsideRead More...
Today We: Learned about variables and data types Learned about concatenating(adding) strings and string functions(.upper(), .lower(), etc) Learned about if statements Learned about how to do math with variables Learned about gettingRead More...
Today We: Reviewed the Website Practice for the first quiz Reviewed what to study Variable Data types If Statements (Review Indentation) for loops (ESPECIALLY WITH RANGE) Getting user input String functions (.lower(),Read More...
MONDAY Today we finished adding all the base colors, and started shading on the skin. No homework.
Homework: http://www.usaco.org/index.php?page=viewproblem2&cpid=1131 Try to submit your approach and make sure your solution can pass all test cases
Today We: Added Dictionary functionality to the School Application project Made a student_dictionary atribute for the SchoolApplication class Added Dictionary Search Added the Dictionary functionality for the Teachers Finished the School ApplicationRead More...
Topics covered in class today: We reviewed Quiz 1, which you guys took last week. We briefly went over functions: how to create functions, call functions, and pass in parameters to functions.Read More...
TUESDAY Today we spent time to revise student's line work, and also added the base color for Simba. HOMEWORK improve your lines if needed add the base color
Today we: Went over the first project in the Scratch Level 1 Practice Test. Homework: Try to fix the Dove Flying project. Read the feedback when fixing your project!!! If you needRead More...
Week - 01 3D Animation Beginner Today we do: How to use maya: Set up a project in Maya Create folder in Maya Import animation rig into maya How to work withRead More...
Today We: Reviewed the HW Reviewed If chains Reviewed User Input Did the Tell Me Your Age project Practiced getting user input and checking it with if chains Learned about the listRead More...
WEDNESDAY Today we finished the project by adding shading, and also adding a shirt on the figure. We also started a new lesson/project about how to draw a room with . TheRead More...
Today We Do We made draw_face(x,y) function so it can draw face in Python turtle module. Homework Continue on your Turtle project. Don't forget to upload your project to the google drive.Read More...
Today We Did: We started with the School System project. We were able to figure out how to add a student in. Learned about how to create a constructor and that weRead More...
Homework: Finish http://www.usaco.org/index.php?page=viewproblem2&cpid=1132 and submit your solutions Understand and try to solve http://www.usaco.org/index.php?page=viewproblem2&cpid=1133
Today We Did: Took 2nd Quiz Homework: None If you have any questions, please send an email to latisha@ayclogic.com
Today We: Finished the Dino Dance project Started the Ask Gobo project Added the Gobo sprite and the background Coded Gobo to speak Coded Gobo to pick a random number and sayRead More...
Today We Do We went over the project progress. We added PLAY and CREDIT buttons on the credit page. Homework Add background sound for your game. Use "Happy Baby.wav" file under "assets/audio/HappyRead More...
Today We Do We went over for loops with range() We went over for each loops and looping through a list Homework Page 54 and 55 TRY IT YOURSELF page 56, 4-1,Read More...
Today We Do Gave Feedback on Turtle project proposals We finished Robot Builder project. Homework Start making some progress on your turtle project. Your project is due on July 21st.
What we did today We started working on the cat drawing. We used circles and shapes to sketch our cat. We used our sketch to draw the outline of the cat. HomeworkRead More...
Today we: Went over coordinates Talked about "Go to x y" Made a Nose sprite Added a runny nose animation to the Nose sprite Added different effects to other accessories Homework: AddRead More...
Today We Did: Today we reviewed how to move a sprite around. We also practiced creating clones and how to delete things on the edges of the screen without using if touchingRead More...
Today We Do We continued with MonsterInheritance project. We added player's health and player's name as MonsterInheritance class attributes. We reuse listAllMonsters() method to display the list of monster after user playRead More...
Today We Do We started creating saturn_ore block. Announcement There is no class on July 2nd because of July 4 weekend. Please look at this page for list of observed holidays forRead More...
Today we did: String methods like upper(), lower(), title() and how to use them (variable.method()) Reviewed string concatenation and introduced f-strings, an easier, better way to use variables in strings (e.g. f"hiRead More...
What we did today We continued working on the Spaceship project. We downloaded the fireball and coded it to shoot. Homework (Only for Kingsley) Watch the recording from 2 weeks ago toRead More...
Today We Did: We continued with the School System using the Hash Map project Added in the ability to find the student and also how we can edit the student using HashMap.Read More...
Today: We went over the homework to add the game over page. We added logic to reset the state of the game when clicking the play button. We added the game wonRead More...
Today we: Finished the Supermarket project Started the Fireball and Ice-lightning Fight project Added the Cat, Cat's Power, Crab, and Crab's Power sprites Created the Game Loop Coded the Cat and CrabRead More...
Today we: Reviewed homework Continued the Punch Dummy project Coded the Face sprite to move back and forth if it touches the mouse pointer Uploaded the Pow and Boxing Glove sprites CodedRead More...
Today We Do We continued with Temperature Converter android application. We added feature to change header when user select a different conversion type in the spinner. Homework During the class, we onlyRead More...
Today We: Reviewed the HW Learned how to loop through a list Learned about the index variable of a for loop using list Learned how to use if chains inside the loopRead More...
Today We: Did the first quiz Your HW: None No Class Next Week, Happy 4th Of July
Today We: Continued the Book Application project Gave the Book class a get_info method Created the main_application class Created the menu for the main application as an attribute Created the main loopRead More...
Topics covered in class today: We went over functions: how to create functions, call functions, and pass in parameters to functions. Briefly began introducing functions with return values If you have anyRead More...
Today we: Went over the second project in the Scratch Level 1 Practice Test. Homework: Check the feedback for your practice test and go over what you didn't understand!!! THERE IS NORead More...
Week - 02 3D Animation Beginner Today we do: How to use maya: Learm how to read graph editor in maya Work with timing and keyframe in maya Animate a bouncing ballRead More...
Today We: Reviewed the HW Learned about while loops Your HW: Create a new file called "June_29_WhileLoopHW" Do Pages 119 to 121, and page 123 Make sure to do the TRY ITRead More...
Today We Did: Reviewed 2nd Quiz Answers Learned basic turtle Homework: Create a new file “June29_Turtle4ShapesHomework.py” Create a new function “draw_rectangle”. One parameter: color. Inside the function, draw a rectangle shape usingRead More...
Today we: Finished the Ask Gobo project Started the Animal Race project Added the Cat sprite, Bat sprite, Dog sprite, Finish Line sprite, Bat Start sprite, Dog Start sprite, and background LearnedRead More...
Today We Do We went over last week’s homework We went over while loops Homework Page 118 and 121 Do these exercises (CLICK THE LINK ON THE RIGHT) : https://www.ayclogic.com/intro-to-python-exercises/ NO CLASSRead More...
Today We Do Gave Feedback on Turtle project progress We went over how to draw circles continuously using Turtle We started writing functions for a face. Homework Make some progress on yourRead More...
Today we: Learned about the X-axis and Y-axis Learned about coordinates Learned how to find the X and Y coordinates Homework: Find the coordinates for all the corners of the octagon (theRead More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.