What we did today We started working on the Spaceship project. Homework Make 2 sprites: FirePowerUp & BombPowerUp Have both of the start from the top of the screen, move downwards, andRead More...
Today We Did We learned about inheritance in Java We made Dragon class We made Dragon immune to sword attack. Homework Implement fire, water, earth and wind magic attack Make Dragon immuneRead More...
Today We Did Finished Tower Defense Game Started Tank Game created Tank and Turret Find the code for the Tank Game here: https://gitlab.com/latishasumardy/tankgame_tues6pm AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything,Read More...
What we did today We finished working on the Spaceship project. We started and finished Intro to Lists We started working on Supermarket project. Homework Make 5 new sprites (three "bakery" spritesRead More...
What We Did Today: Learnt how to use the turtle module to draw in python. Packaged our code into functions so it becomes easier for us to draw things. Homework: Do theRead More...
Today we did: We learned about lists and its operations Homework: Create a new file called June28_ElifHomework and do only number 3 from here: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Create a new file called June28_InputHomework and doRead More...
Today We Did We went over missing features in David's custom game. We added bug_creation_timer to make sure only 1 bug created per 4 seconds. We loaded bug dizzy image. We addedRead More...
What We Did Today: Did our final exam! Your results will be emailed to you within the week. Homework: None! Notes: If you have any questions, you can email me at ddjapri@ayclogic.com
What We Did Today: Finished up flappy bird (duck) by adding sound effects and a losing page. Got started on shoot balloon, the last game for this class. Homework: FINISH your projectRead More...
What We Did Today: Continued Hash Maps in Java. Implemented the updateAddressByName method. Started learning methods and tips/tricks on debugging in Java. Homework: Please submit your homework into your Google Drive. Homework:Read More...
Your HW: Meet up with your partners and work on your game proposal Look at (link) for game ideas No tower defense games Must not be too complicated Focus on the coreRead More...
What We Did Today: Continued monster inheritance, fully implementing the magic attack system. Explained and learnt about how private, public and protected keywords work for access control in classes. Homework: Create theRead More...
What We Did Today: Reviewed the homework on making a functions to draw a shape consisting of other shapes. Started and finished the grocery system text based project. Started the robux systemRead More...
What We Did Today: Continued Library System, emphasizing the usage of dictionaries. Homework: Continue working on LibrarySystem, and do the following: Implement the list_all_old_books method which lists books that have a publishRead More...
Today we: Started the Jumpy Monkey project. Homework: Make a LaunchSpeed variable. Do this code in the Monkey sprite. Add a "set LaunchSpeed to 10" block under the "when Green Flag clicked"Read More...
What We Did Today: Continued learning how to draw in turtle. We made an all purpose draw_rectangle function using the turtle module. Homework: Continue in your file named July9_RobotBuilder and create theRead More...
Today We Did Finished X and Y Coordinates project. Continued Animal Crossing project. Homework I will see you guys tomorrow! When the Bat sprite passes -175, make it say something. Finish theRead More...
Today We Did Modify EnemyTank to inherit from Tank Create Wall Class Display the map of the game with the wall sprites Force the Tanks to stay in place if run intoRead More...
Today We Did Finished X and Y Coordinates project. Continued Animal Crossing project. Homework Make the PenSize variable. Change the PenSize variable to a slider. Inside the "forever" block, put the PenSizeRead More...
What We Did We went over for loop homework We started learning while loops We talked about how to stop or break out of while loop Homework Create a file and nameRead More...
What We Did Today: Continued on the monster inheritance project. Started learning about inheritance in Java. Reviewed about private and public keywords for classes. Homework: Upload your file to your googleRead More...
What We Did Today: Finished the Robux system program. Reviewed the topics for the final exam. Homework: Optional Homework to Prepare: Try drawing any combination of rectangles and circles, then turning themRead More...
Today We Did - For Loops and Range For Loops - How We navigate lists range() : How we can create Numeric Lists Three Inputs: range(starting number,last number in list +1, spacing)Read More...
Your HW: Do the first 2 functions of the first menu, add a monster, and list all monsters For listing all monsters, use the hashmap we created in class Create methods forRead More...
Today we did: We learned about for-each loops. Homework: Make a new file called July12_ListHomework and do the TRY IT YOURSELF from page 42: 3-4, 3-5, 3-6 Make a new file calledRead More...
Today We Did We learned how to play sound effect when player kill birds. We learned about LANDING_PAGE and GAME_IN_SESSION and display Play button on the landing page. Homework In the LandingRead More...
Today we did: We continued drawing the robot. Homework: Continue drawing the robot by creating a function for drawing the robot's right arm, similar how we did it in the classRead More...
Today We Did We added animation for bug in FLYING and DIZZY modes. Homework Shoot Balloon Change codes inside Shoot Balloon so it will only kill the bug when you click onRead More...
Today We Did We finished left_arm() and right_arm() functions. We added x and y coordinates on left_arm(x,y) function so we can draw left arm multiple times using different coordinates. Homeworks Change right_armRead More...
Your HW: Print out this image Label each corner's (x,y) values Draw the square, rectangle, and triangle using the (x,y) numbers you found in Thonny Make sure to upload a scan ofRead More...
Your HW: Add a head hitbox for the bird prefab as a child empty object (is trigger checked) Give it the weakpoint script like we did for the dinosaur Make sure theRead More...
Today We Did Reviewed each team project. Continued with Shoot Balloon project. We added collision detection and user click the mouse before the bug died. Homework Dereck and Merinda, check if playerRead More...
Today We Did We reviewed list We learned about for loop Homework Please do last week homework in https://www.ayclogic.com/event/3-pm-intro-to-python-gamas-2/ Create july13_for_loop_hw1.py Copy codes from page 57 to 58. Upload your homeworks toRead More...
Today We Did We created a Kaggle project that can predict cat and dog's breed. Homework Modify predict function, extract the prediction accuracy from result. How to get the accuracy, get theRead More...
Today We Did We reviewed each individual project. We continued on Shoot Balloon project by making balloon move from bottom to top. We reduced the Balloon hitbox so only the balloon thatRead More...
Today We Did We learned about For loop in range. We learned about while loop. Homework Create july_15_while_loop_hw.py Copy codes from Page 118 and 121 Create july_15_tell_me_your_age_2.py. Copy your codes from theRead More...
Gamas Sub Today We Did We reviewed how to use Map / HashMap. We created a new Java project in IntelliJ and copied SchoolSystem files into this new project. We added newRead More...
Your HW: Add more detail to your proposal and work on laying out the work that needs to be done to finish your project for the next 9 weeks Look for whatRead More...
Today we: Continued the Jumpy Monkey project. Homework: Make a Level Banner sprite, and make 2 costumes inside it. One costume should be for Level 1. The second costume should be forRead More...
What We Did Reviewed the quiz Learned about functions Homework Create a new file called July16_FunctionsWithoutReturnValue: Read and do the codes from Pg. 130-133 Solve problems #4-6 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Contact us at gamas@ayclogic.com or allison@ayclogic.com ifRead More...
What We Did Today: Finished Library Homework: Continue working on SupermarketApplication and do the following: Add print statements using item.name and item.price in each of the if statements. Outside the while loop,Read More...
What We Did Today: Learnt how to combine multiple shapes into one function in turtle Homework: Create a file called July16_AdvancedTurtleHW.py and convert the following code into a function that can beRead More...
Today We Did Finished the Animal Crossing project. Started the Tunnel of Doom project. Homework Make a new Win Banner sprite. When we start the game, make it hide. When the CatRead More...
Today We Did Modify Turret to follow your mouse Add animation to the Tank Find the code for the Tank Game here: https://gitlab.com/latishasumardy/tankgame_tues6pm AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything,Read More...
What We Did Today: Finished monster inheritance, and started android studio development. Homework: Finish the practice quiz sent to your email! Expect to spend about 1-2 hours on it. We will reviewRead More...
Today we did: We learned about for loops with range, while loops, and forever loops. Homework: Create a new file called July17_ForLoopRangeHomework and copy the codes from pages 57 to 58 fromRead More...
Today we did: We practiced our OOP concepts with some examples. We did the Dog class and the GrocerySystemV4. Homework: Make a new file called July17_Student.py and July17_Teacher.py Inside the student file,Read More...
Today We Did Finished the Tunnel of Doom project. Started the Window Cleaner project. Homework Make your clones show up inside this rectangle. Email me for help: yitong@ayclogic.com
What to Review for the Next Test We Went Over While Loop Homework remember, all while loops need either a break or a way to turn the conditional from true to falseRead More...
What We Did Today: Finished the monster inheritance project, reviewing public vs private access modifiers. Setup android studio for mobile app development. Homework: Finish the practice quiz sent to your email -Read More...
Today we did: We finished the homework for the right_arm, learned how to make a face function. Homework: Make a proposal for your final project. It should be drawing of what theRead More...
Today We Did – While Loops While Loops is how we can repeat code without navigating through a list while <conditional/boolean> when the conditional or boolean is True, the loop will repeatRead More...
Your HW: Work on the Arrow attack for the monster inheritance project Create a new method recieve_arrow_attack with one parameter damage inside the monster class Make it reduce the monster's HP byRead More...
Today we did: We did exercises for the 1st quiz. Homework: Review the following topics (you can use your files or the files from the Google Drive): Printing, Variables and Data TypesRead More...
Today we did: We learned how to draw semi-circles. We learned how to change the colors of the drawings. Homework: Make sure to start working on your project. Do as much asRead More...
Today we did: We continued working on the final project We continued ShootBalloon and fixed the collision function for the bug, and some hitbox issues with the target and bug. Homework: ForRead More...
Today We Did We added fireball to the screen. We launch fireball only when user press SPACE key. We added player's animation. Homework In player.py, when you run, you now get listRead More...
Your HW: Make our rectangle function have 1 more parameter, color Make it so the rectangle will be drawn and filled with the color provided by the color parameter
Today We Did We learned more how to utilize Fast.AI prediction result object by getting the accuracy as well investigating other breed accuracy value. We learned how to iterate the input dataRead More...
Today We Did We made all balloons popped when we kill the bug. Homework Max, tonight on July 20, do the last 2 items on your final project and text Gamas atRead More...
Your HW: Add more detail to your plan/agenda for the next 9 weeks Start working on your project, email Mr. Gamas when you have found your assets and are ready to buyRead More...
Today We Did We reviewed while loop topic and while loop homework. We reviewed topics from variables, if else statement, input from shell and list. Homework In the class we did numberRead More...
Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by making balloon change colors and costumes. Created a target class with a pointer that follows the mouseRead More...
NEXT WEEK IS YOUR QUIZ ON MONDAY JULY 29! What We Did Today: Finished the School System with Map implementation. Started working on the practice quiz for next week. Homework: Continue theRead More...
Your HW: Start working on your game, follow your plan's hw for week 1, those items should be completed by next monday Email Mr. Gamas when you are ready to buy yourRead More...
What We Did Learned about functions with if else statements inside Learned about functions with return values Homework Create a new file called July23_FunctionsWithReturnValue: Do the "Try It Yourself" section for parts 8-1,Read More...
Today we: Finished the Jumpy Monkey project. Started the Fireball Fight project. Homework: Download a picture of 2 different characters. Download a picture of 2 different attacks. If you have any questions,Read More...
What We Did Today: Finished Supermarket Application Reviewed concepts/functions on using Dictionaries such as .values(), .keys(), and .items() Homework: Implement MonsterSystem.py and Monster.py and upload the two files into the google driveRead More...
Today We Did Modify Enemy Turret to follow player tank Make bullet shoot in direction of Turret Find the code for the Tank Game here: https://gitlab.com/latishasumardy/tankgame_tues6pm AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In caseRead More...
What We Did Today: Learnt how to combine multiple shapes into one function in turtle Homework: Create your project proposal on paper or on tablet (by drawing), and label/color the drawing.Read More...
Today We Did Continued the Window Cleaner project. Homework Draw 4 more Splat costumes. They must be different colors and shapes. Download 2 pictures onto your Scratch computer, 1 picture of yourRead More...
Today We Did Finished the Window Cleaner project. Started the Custom Birthday Card project. Homework Finish making your pictures sing the Happy Birthday song. Create a Banner sprite and write "Happy BirthdayRead More...
What We Did Today: Learnt the basics of android studio, how to add elements to our app using the xml file, and do things related to the display using main_activity.java Reviewed theRead More...
Today We Did – Review Day Part 1 The quiz is coming soon, so I feel that it is important to review some of the topics (Make sure to do the homework)Read More...
Your HW: Create new classes that inherit from Monster class Bird Make the bird immune to sword attacks Golem Make the golem have a new special attribute, type (add it to theRead More...
Homework Fix the index out of bound error you found in player.py Add animation to bird.py. This should be similar to what you did in player.py. Create cloud.py Create Cloud sprite RandomizeRead More...
Today We Did We learned how to make the play button in the landing page clickable. We learned how to reset the bird, the player location and the score after user clickRead More...
Today we did: We continued working on ShootBalloon. Homework: Make sure that the score that is displayed when a balloon is popped is aligned with the explosion. Draw the score on theRead More...
Today We Did We made the fireball spawn in front of the player. We made the fireball have directions. Homework If you have not done last week homework, please do it. EspeciallyRead More...
Today We Did We pop all good balloons when the bug is clicked by mouse. We made the bug falls down when it is clicked. We create explosion for every balloon thatRead More...
What We Did Reviewed quiz questions Started learning how to use turtle functions to draw shapes Homework Create a file named "July_27_TurtleHW.py" and follow the instructions, https://www.ayclogic.com/event/6-pm-intro-to-python-46/ If you have any questions, emailRead More...
Today We Did We learned how to use Kaggle for our training data. We created single digit (MNIST) prediction model. Homework Do last week homework dog and cat breeds into streamlit. CreateRead More...
Today We Did We finished robot_builder right_arm(x,y) function. We started doing flower.py. Homework Inside flower function add two more pink petals Utilized x and y parameters inside the flower function. Look atRead More...
Today We Did: Setup PyCharm to use for the Python OOP class. Learnt a bit about a new data structure: Dictionary Homework: Create a new file called July29_DictionaryCopyHW.py and upload it intoRead More...
Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by making target class complete and able to shoot down balloons. Added a score display for our scoreRead More...
What We Did Today: Did our quiz for the course! You will receive your grade within the next day. Homework: None! Enjoy the week's break before we start diving into new topicsRead More...
What We Did Today: Learnt an overview of the structure for android applications, with activity_main.xml and MainActivity.java Learnt how to add elements to the app and adjust their attributes Learnt about constraintsRead More...
Today we did: We worked on the Kaleidospiral project. Homework: Make sure to make a file for your project, and start drawing. Remember, for complex shapes, you can do it the sameRead More...
What We Did Learned more about the difference of functions with and without return values Learned how to generate random numbers and choices Homework Create a new file called July30_FunctionReview Copy andRead More...
Today we: Continued the Fireball Fight project. Homework: In the Right Player sprite, make it move using the arrow keys. In the Right Player sprite, it should make a clone of theRead More...
What We Did Today: Continued monster inheritance project Learnt about the concept of inheritance (we haven't applied it yet) Homework: Continue in MonsterSystem.py and upload the file into the google drive whenRead More...
What We Did Today: Learnt how to make half circles using a new parameter for t.circle(radius, extent), using extent as a parameter in draw_circle() Learnt how to incline any shape using theRead More...
Today We Did Finished the Custom Birthday Card project. Started the Punch the Dummy project. Homework Download these two pictures and upload them into Scratch. Email me for help: yitong@ayclogic.com
Today We Did Created Shield Powerup Find the code for the Tank Game here: https://gitlab.com/latishasumardy/tankgame_tues6pm AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, please email me at latisha@ayclogic.com Homework 1. TakeRead More...
Today we did: We continued reviewing and doing more exercises in preparing for the 1st quiz. Homework: Finish the exercise we did in class below: Create a list of 5 animals (theRead More...
Today we did: We continued working on SchoolSystem. Homework: Create a new file called July13_Staff and create a Staff class with these attributes: name, phone_number, email, age, duty Add new selections toRead More...
What We Did Went over functions Writing an if statement inside a function Started learning functions with and without return values Homework Create a file called July_31_FunctionsHW.py and copy codes from pageRead More...
Today We Did Finished the Punch the Dummy project. Started the Virtual Snow project. Homework In your pInk coding book, do page 147 step # 7 (just the code). Email me forRead More...
What We Did Today: Continued Temperature Converter project in Android Studio, learning how to extend functionality of buttons Homework: Continue your Driver System final exam practice if you aren't done with itRead More...
What We Did Learned the different data types, Integers, Float, String Learned what a variable is, and how to name them Homework Create August_1_StringHomework.py pages 20-23 copy python codes from the bookRead More...
Today we did: We did the 1st quiz and started learning about functions. Homework: No homework for this week, but make sure to review what we learned about functions. If you haveRead More...
Today we did: We continued working on the final project. Homework: Continue working on the penguin and the fish for the final project. Remember to think which shapes go into the penguinRead More...
Today We Did We added birdie_title.png We added birds and clouds in the landing page. We added background music. We optimized the performance of the game by deleting bird and cloud thatRead More...
Today We Did We reviewed the homework We introduced hitbox to fireball Homework Create hitbox to bird. Create a new file diagonal_bird.py Create a new class DiagonalBird This bird needs to useRead More...
Today We Did We finished flower function We finished tree function. We learned how to make diagonal line. Homework Create a new python file aug_3_house_hw.py Copy the rectangle, circle and triangle functionsRead More...
Your HW: finish the fill_circle function go to the x,y parameter draw the circle with size parameter Make sure it is filled and colored with the color parameter
Today We Did We learned how to make the bug chirp when it is spawn We made the bug chirping stop when it is off the screen. We made the delete theRead More...
What We Did Reviewed the Turtle Shapes homework Reviewed how to use penup(), pendown(), begin_fill(), end_fill() Started building the robot Homework Finish the rest of the body parts for the robot. IfRead More...
Gamas Sub Today We Did We learned how to display the monster menu dynamically We added Monster minAttack We removed monsterList. We added Sword Attack feature. We have not put the codesRead More...