American Young Coder

AYC logo

7 PM – Python Game Development

Today: We went over the homework to add the landing page. We add the TowerForPurchase sprite and created a floating TowerForPurchase when the target collides with the non floating TowerForPurchase. Homework: CreateRead More...

4:30 PM – Python OOP – Gamas

Today We Do We started using Pycharm We started SchoolApplication Homework Continue on SchoolApplication. Add code for this feature "1. Add new student". After asking 4 questions to user, you have toRead More...

1 PM – Python Game Development

Today We went over the homework to add the game won page. We added logic so the enemy tank is recreated after winning the game. We added the maze_solver and imported itRead More...

6 PM – Intro To Python – Gamas

Today We Do We continued with Hang Man game. We learned how to loop through each letter inside the word. Homework Create a new python file Mar16_LoopingEachLetterInAWordHomework.py. The homework is due onRead More...

7 PM – Intro To Python – Gamas

Homework Create Mar16_TellMeYourAgeWhileLoop.py Do exercise in https://www.ayclogic.com/tell-me-your-age/ You have to do all of the following techniques: while loop, input, if else and break

1 PM – Python Game Development

Today: We went over the homework to make the enemy tank fire the bullet. We visualized the maze solver's path by creating a white dot for each node coordinate. We used theRead More...

4:30 PM – Python OOP – Gamas

Today We Do We continue with School Application. We added "1. Add New Student" We added "2. List all students" Homework Continue with your School Application program Add "5. Add New Teacher"Read More...

6 PM – Intro To Python – Gamas

Today We Do We finished Hangman game. Homework Create Mar23_PythonFunctionExercises.py This is an old homework, but I want you guys to try to do it again without looking at the solution asRead More...

7 PM – Python Game Development

Today: We went over the homework to add the coins indicator. We added the start waves button. We added code for handling enemy waves. Homework: Add configs for three different enemy types:Read More...

1 PM – Python Game Development

Today: We went over homework to add the game over page. We went over how to reset the game after clicking the play button. We added logic to modify the map soRead More...