American Young Coder

AYC logo

7 PM – Python OOP

Homework: Inside StudentApplication project, create staff.py Inside staff.py, create class Staff with the following attributes: name, role, age, phone. Inside StudentApplication class, add 3 new features, use dictionary don't use List. 9.Read More...

8 PM – Python Game Development

Today We added logic so the player could switch between jumping, falling and standing modes correctly. We added logic so the player could stand on top of the grass_platform/land. Homework Discuss theRead More...