7 PM – Python Game Dev – Gamas
Today We Did We learned how to add hitbox to sprite. We learned how to add collision detection between 2 sprites. Homework Add collision detection between bird and player. When they collide,Read More...
Today We Did We learned how to add hitbox to sprite. We learned how to add collision detection between 2 sprites. Homework Add collision detection between bird and player. When they collide,Read More...
Today we did: We started learning about turtle. Homework: Using the file from the Google Drive, finish the rest of the smiley face on the octagon, with squares for eyes and aRead More...
Today We Did Review How to write a list: name_of_list = How to add things to list Way 1: Appending -> name_of_list.append(new_object) Way 2 : Inserting -> name_of_list.insert( 1, new_object) HowRead More...