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...
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...
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...
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 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 Do We review homework. Homework Finish last week homework. Create a new file book.py and add a new class Book. Inside the class, add these attributes: name, author, publication_year CreateRead 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...
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 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 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 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 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...
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...