3PM – Adv Python Game Dev – Latisha
Today We Did Continue working on Tank Game Homework Make the EnemyTank class in a file called enemy_tank.py. It should be similar to our Tank class, except the controls should be the arrowRead More...
Today We Did Continue working on Tank Game Homework Make the EnemyTank class in a file called enemy_tank.py. It should be similar to our Tank class, except the controls should be the arrowRead More...
Today We Did We reviewed the Milk Pails USACO problem - http://www.usaco.org/index.php?page=viewproblem2&cpid=615 We went over 2 solutions: pure brute force way with O(n^2) time complexity. optimized brute force way with O(2n) timeRead More...
Today We Did Created draw_play_button method Created algorithms using math to calculate play button position Learned how to get mouse position on screen & detect when mouse is clicked You can alwaysRead More...