jamesg31 / TowerGame

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

Create generic scene class #21

Closed AdamJCavanaugh closed 3 years ago

AdamJCavanaugh commented 3 years ago

I think we should consider creating a new issue to create a generic class for both asdex and radar, then make sub-classes for these, since the init methods are identical, the cood_to_pixel could be made identical (perhaps), and the render differences could be made in the sub-classes... this would only be useful if we might make a 3rd (or more) view or do more view changes... thoughts?