American Young Coder

AYC logo

9 AM – Python Game Development

We randomize of which bird image to create. We went over how to delay the creation of birds in Birdie game. Next week is a labor day weekend, so no class.  Homework:Read More...

10 AM – Intro To Python

We went over how to get input from shell. We went over how to convert input from shell to Integer using int(). Homework: Do python exercises from https://www.ayclogic.com/tell-me-your-age/

11 AM – Python Game Development

We went over the homework to learn about classes. We learned about class inheritance and did some examples. Your homework is to read about classes and class inheritance and do the examplesRead More...

11 AM – Python Game Development – Gamas

We reviewed Birdie project techniques and mechanisms. This is important because we will be using the same techniques and pygame functionalities in all of our future projects. Homework: Create 1st draft ofRead More...

3 PM – Intro To Java

We continued with the AYCLOGIC JavaFX Vehicle System We made the Insert or Edit UI appear on screen when user click the Insert button. Homework: There were some codes that I couldRead More...

4 PM Scratch Level 2

Today we were able to complete the Jumpy Monkey project. For Homework: Get started with the circle wars project from pages page 76-80. Next week is labor day weekend so no class.Read More...

5 PM – Intro To Python

We reviewed what's going to be in the quiz 2 weeks from today: variables and data types IF ELIF ELSE statements List For loop, while loop How to continuously ask user aRead More...

5 PM Scratch Level 2

Today we were able to pretty much finish the entire Fireball Fighting project. You guys should customize your project to how you want your game to look like. For example: change theRead More...

6 PM – Intro To Python

we went through how to make the following in turtle How to create a function that will draw a character in a different location everytime How to draw a diagonal rectangle HowRead More...