Today we did Practice using the Python random module Solving Python errors 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 free to email meRead More...
Your HW: Sign in to gitlab Get the link to clone the Tank Game project onto your pycharm Create that project Go to your own branch OR play the finished version branch
Today We Did We started Tank War project. We added base_tank.py and base_turret.py Homework Inside base_turret.py, create get_image_path(self) method. Create enemy_turret.py which has EnemyTurret class that inherits from Turret class. override get_image_path(self)Read More...