4 PM – Python OOP – Darin
Today We: Continued the MonsterSystem project. Learnt and implemented inheritance in our monster system project. Homework: """ Your HW: 1) Finish TIY page 173 number 9-7 2) Make a troll class thatRead More...
Today We: Continued the MonsterSystem project. Learnt and implemented inheritance in our monster system project. Homework: """ Your HW: 1) Finish TIY page 173 number 9-7 2) Make a troll class thatRead More...
Today we did Review all the quiz questions so we can all understand it better Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel freeRead More...
Your HW: Add collisions for projectiles and enemies Make it so when a bullet hits an enemy, the enemy's health decreases by the bullet's damage No class next week (Christmas) Classes resumeRead More...
Today We Did We finished with the enemies wave management # User click the "Start Wave button" and current wave enemies are still spawning WAVE_STARTED_SPAWNING = 1 # 1. When there isRead More...