matthewjohnjamieson / comb

0 stars 2 forks source link

play with a screen transition scheme #3

Closed matthewjohnjamieson closed 6 years ago

matthewjohnjamieson commented 6 years ago

once there is a screen class, there will need to be a way to transition between them. This should be simple if every screen has a display class which also hooks into the event detection/handling. Look into using a switch?

matthewjohnjamieson commented 6 years ago

the plan: create a screen class which also functions as a container for anything displayed on the screen. Inheritance scheme for different types of screens?