American Young Coder

AYC logo

9 AM – Android Game Development In Java

Homework Create GameOver Page This means you have to create a new Empty Activity Configure the layout_game_activity.xml to have a big text "GAME OVER" and PLAY Button and CREDIT Button and SettingRead More...

11 AM – Scratch 1 – Abigail

What we did today We finished the Custom Birthday Card Project. You shared and emailed the project to me. Homework Do pages 96-97 on you pink scratch book, (Do steps 1 toRead More...

12 PM – Intro To Java – Gamas

Homework Continue on EmailApplication. Add one more class attribute to EmailMessage class: private LocalDateTime sentDate. Review LocalDateTime tutorial in https://www.w3schools.com/java/java_date.asp Add one more parameter to EmailMessage constructor: LocalDateTime sentDate. You have toRead More...

1 PM Intro To Java – Alexander Lee

Today We Did We started learning about Java Data types. Learned about how to comment, and print things out to the terminal/shell. Learned the data types String, integer, double, and float. ForRead More...

1 PM – Python Game Development

Today: We went over the homework to center the bullet's initial creation position, and added collision detection between the enemy tank and the bricks. We added logic so the enemy tank facesRead More...

2 PM – Intro To Python – Gamas

Today We Do We reviewed homework about for loop and functions. We started Turtle module. Homework Continue with Feb26_BasicTurtle.py. Homeworks are due on Friday night, please upload to google drive. Create squareRead More...

3 PM – Intro To Java – Gamas

Homework In your school application project, add new feature "8. List all teachers between 60 and 100". This is very similar to what you guys did with list all teenagers students. ChangeRead More...

3 PM – Scratch Level 2 – Allison

Today we: Continued the Cheese Chase project Coded the Maze sprite to switch costumes for each level Created a Level Banner sprite, coding it to show and hide for each level byRead More...

4PM – Object Oriented Python – Latisha

Today We Did: Learned about Classes Homework: Do pg.163-166 and pg.167 TRY-IT-YOURSELF in a file called Feb26_ClassHomework2.py Try to download and install Python and Pycharm to your computer If you have anyRead More...

4:30 PM – Scratch Level 1

Today we: Continued the Birthday Card project Coded the Cake sprite to glide from left to right Coded the Birthday song to forever play Added the Shark sprites and coded them toRead More...

5 PM – Intro To Java – Gamas

Homework Continued with EmailApplication project. Add "2. Create Email Message" feature. After user create an email message, store this to the new Map<String, EmailMessage> which we created in the class earlier. WhenRead More...

5 PM – Python OOP – David

Topics covered in class today: We went back to the grocery system program, and created a class for grocery items. We did so in a separate file, and linked it back toRead More...

6 PM – Intro to Python – David

Topics covered in class today: We reviewed the hangman game, and went over the logic on how to keep track of the user's correct guesses. Homework: Please finish the hangman program usingRead More...