t-acheson / transport_game

educational transport game
3 stars 1 forks source link

Add popups to the game #94

Closed danieloflynn closed 6 months ago

danieloflynn commented 7 months ago

Popup will happen every time player gets in a car/bike. Will be implemented in the interact() method.

Will probably need a separate PopUp Class, Maybe it adds it to the player UI screen?

PopUp will also GameScreen.pause() when it pops up and GameScreen.resume() when it's done.