9 AM – Android Game Development – Gamas
Today We Do: We made 3 birds appear on the screen moving to the left. We created bird to appear periodically using timer. We organized our codes so codes that belong toRead More...
Today We Do: We made 3 birds appear on the screen moving to the left. We created bird to appear periodically using timer. We organized our codes so codes that belong toRead More...
Today We Do We reviewed quiz result. Homework Create a new Java Project (File > New Project) call this project "MonsterInheritance". Inside this new project, create a new Java file/class: Monster.java InsideRead More...
Homework Similar to how we limit the fireball, you guys should limit the bomb. Create a power up sprite, draw the sprite with big letter F. Just like asteroid, it will showRead More...
Homework Continue on Nov13Magic8BallV1. You want the magic 8 program to be able to answer at least Yes, No or Maybe. Expected result would be Welcome to AYCLOGIC Magic 8 Ball game.Read More...
Today we learned: Functions without return Homework: Do pg. 130-132 from the textbook, as well as the TRY-IT-YOURSELF on pg.131, in a file called Nov13_FunctionsWithoutReturnHomework.py If you have any questions, please sendRead More...
Today We Do We did Turtle project draw face2. We draw face2 continuously using different x and y coordinates. Homework In this class you need to create a Python digital drawing projectRead More...
Today we: Completed the Driver system homework And reviewed Object Oriented Programming concepts Homework: Study the class material we've learned thus far (Try doing the final exam practice by yourself) Final examRead More...
Homework: Create your homework in Nov13VariablesAndDataTypesHomework.java Do exercises number 1 to 3 only from https://www.ayclogic.com/java-variables-datatypes/ . No need to do number 4.
Today we: Had the Retake Final Test Homework: No homework this week Contact us if you have any questions or need any help
Today We: Started the Christmas Card version 2 project Made a new Marquee text sprite Made it scroll across the screen and move down every time it reaches the end of theRead More...
Today we: Continued the Animal Race project Added the Dog Start sprite Coded the Dog sprite to go to the Dog Start sprite when the Green Flag is clicked Coded the DogRead More...
Homework Create a new Java file Nov13IfElseInputHomework.java Do exercises in https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
Today We: Learned about lists Learned how to add to lists using the append and insert methods Learned how to remove from lists using del, pop, and remove methods Learned how to get the lengthRead More...