9 AM – Android Game Development
Today We Do We setup Birdie Mobile project from git in Android Studio. We added background image in the project. Homework We added a background image during the class, now the homeworkRead More...
Today We Do We setup Birdie Mobile project from git in Android Studio. We added background image in the project. Homework We added a background image during the class, now the homeworkRead More...
Today We Do We started Spaceship project. We converted from snow flake to star sprite We created the rocketship sprite that can go left, up, down and right. And change the costumeRead More...
Today We Do We continued using HashMap in SchoolApplication. We learned to find thing using HashMap is much more efficient than finding a student or teacher using List. Homework Review codes belowRead More...
Today We went over the inheritance homework We added the blue background and moved the configs to a config file. Homework Use one of the bird filenames to load up an imageRead More...
Today We Do Fixed Powerup spawn location overlapping with walls Fixed Shield does not go away. Fixed the enemy tank does not launch bullet periodically. The class is finished congrats.
Today: We went over the final projects We created multiple balloons with random locations. Homework: Work on your final project. Feel free to email me about question.
Today we did: Quiz Review Study for the quiz: Variables and data types How to combine string using "f" formater? IF ELIF ELSE How to get input from Shell input(), int() List.Read More...
Homework Create Sep18_FixPythonErrorHomework.py Copy all the codes from https://www.ayclogic.com/fixing-python-bugs/ into Thonny. Fix all the broken codes . Remember last week we learn how to fix python bugs.
Today We: Continued the Animal Crossing project Animated each of the animals by changing their costumes Learned how to drag and drop sprites to get their exact location already filled out insideRead More...
Today we: added background music to the Virtual Snow project added some finishing touches to the Virtual Snow project started the Spaceship project changed the Snowflake sprite into Star sprite for theRead More...
Today We Do We made sure that bullet/fireball is spawn on the screen. Homework For Raelyn, Bradley and Corey Make sure when health goes to 0, you display the Game Over pageRead More...
Today we did: Started Robux System Completed selections 1, 5, and invalid selections Started selection 4 Homework For Robux System, do selections 2 (hair) and 3 (vip server) and add them toRead More...
Today We Do We started MonsterInheritanceSystem project. Homework In monster_system.py , inside print_menu(self) method, loop through each element inside self.monster_dictionary and print something like below. This is very similar to print_menu(self) methodRead More...
Homework In Shooting Balloon, change the code in main.py and bug.py so that when the player pop the bug, the bug costumes change to use dizzy bug instead of flying bug. AndRead More...