7 PM – Python OOP
Homework In your MonsterInheritance project, before displaying list of monster, display the player's health. (self.player_health) Continue our "2. Sword attack - 10 to 20 damage" code, which is to reduce the player'sRead More...
Homework In your MonsterInheritance project, before displaying list of monster, display the player's health. (self.player_health) Continue our "2. Sword attack - 10 to 20 damage" code, which is to reduce the player'sRead More...
Today: We went over the homework to add Brick sprite and move the tank. We made it so the tank can only move one direction at a time. We rotated the turretRead More...
Homework Make progress on your Turtle project, it is due on Jan 8, so if you can please complete 75% of your project by next week. Continue on Dec11_ShoppingCart.py project. Make theRead More...
Today We went over the homework. We added the different game modes. We added the landing page. We added logic to switch from the landing page to game in session when clickingRead More...
Today: We went over the homework. We went over the maze solver and started the process to move the enemy tank with it. Homework: Add a game "mode" attribute in TankGame, whichRead More...
Homework Create Troll (troll.py) and WaterGolem (water_golem.py) classes Troll class should be immune to "earth" magic attack. WaterGolem class should be immune to "water" magic attack. Look at how we did theRead More...
Today We went over the homework to add the turret sprite. We created a MAP config inside the config.py file. We made the MAP have the correct size, 28 columns and 20Read More...
Today We Do We continue with Dec11_ShoppingCart.py program Homework The turtle python project is due. Please email your program to gamas@ayclogic.com before Jan 8. Also in the Dec11_ShoppingCart program, add code toRead More...
Today We Do: We went over homework from page 123 and 124. Homework: Create a file called Dec18_Quiz1PrepHomework.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises/ If you have question, please email either david@ayclogic.com or gamas@ayclogic.com.Read More...
Today: We went over the homework. We reviewed the game loop again. We added the score attribute. We fixed the bug preventing player from being recreated on the screen. I've uploaded theRead More...