jamesg31 / TowerGame

PyGame Tower ATC simulation.
GNU General Public License v3.0
6 stars 1 forks source link

closes #4 #12

Closed jamesg31 closed 3 years ago

jamesg31 commented 3 years ago
  1. Moves asdex_pixel and radar_pixel to cood_to_pixel in each respective class.
  2. The aircraft class now stores the location in coods only, the update class has been updated to reflect this. The game loop now converts. This is much more sustainable and flexible.