American Young Coder

AYC logo

Latest Past Events

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...

6 PM – Intro to Python – Joshua

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...