Homework Create May3_1stQuizPrepHomework.py Do exercises from https://indo.ayclogic.com/intro-to-python-exercises/ . Make sure you review all the python exercises and homeworks which you have done before to do this homework. If you have question, youRead More...
Today We Do We learned about Car and ElectricCar class inheritance. We learned about Monster and Dragon class inheritance. Homework Inside Dragon class, override sword_damage method. Inside this method, it will notRead More...
Today We Do We reviewed 2nd quiz result. We went over some for loop problem We went over some function problem Homework Create May4_FunctionWhileLoopHomework.py Do exercises from https://indo.ayclogic.com/intro-to-python-exercises-for-quiz-2/ These exercises will beRead More...
Today We Do We went over 3 of the homeworks question from last week in the class. Homework Finish last week homework by Saturday night. Email to gamas@ayclogic.com and attach the pythonRead More...
Homework When monster has been defeated, display monster in the menu like this "<species> has been defeated. For example You have 112 health remaining. Please choose a monster that you want toRead More...
Homework Finish the triangle function. Create rectangle function and draw rectangle according to coordinate below. Create octagon function and draw octagon according to coordinate below. Question, email to gamas@ayclogic.com
Homework Continue on your May11_Hangman.py game Inside the for loop continuously display like below secret_word = dragon ❤❤❤❤❤❤❤❤❤ Enter a letter or the entire word: a ❤❤❤❤❤❤❤❤❤ Enter a letter or theRead More...
Today: We went over the homework to add a type to the enemy. We added the tower hotspot sprite. We added the ShootingTower sprite. We went over how to create the shootingRead More...
Today We Do We continued with https://indo.ayclogic.com/intro-to-python-exercises/ Homework Complete these exercises: https://indo.ayclogic.com/intro-to-python-exercises/
Today We Do We created May18_RobotBuilder.py We created rectangle function with x,y,color parameters. We were able to call rectangle with different coordinates and color. Homework Add 2 parameters in rectangle function: width,Read More...
Today: We went over the homework to create the bullet sprite. We added logic so the shooting tower could shoot bullets. We added different tower for purchases. Homework: Add collision detection betweenRead More...
Today We Do We reviewed Driver System project. We added Driver into driver_system dictionary. We added book a trip feature without differentiating between Regular driver and New York Taxi Driver. Homework FinishRead More...
Today We Do We continued with Robot Builder project. We learned how to make an educated guess to find coordinate from a picture. Homework Continue with Robot Builder project, finish the Head,Read More...
Today We Do We reviewed https://indo.ayclogic.com/list-inputs-if-and-else-loops-and-function/ homework. We continued with Hangman game. We learn how to print each letter in a word using for loop. Homework Create May25_LoopingEachLetterInAWordHomework.py Inside the file, doRead 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://indo.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...
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 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...