CodeForTucson / sea-scavenger

A web-based game created for The Opportunity Project 2020 Sprint 1 to highlight issues of ocean plastics pollution.
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Create game loop #8

Closed DainialPadraig closed 3 years ago

DainialPadraig commented 4 years ago

Need a game loop to control displays and game state after the gameboard loads. The game loop will launch the appropriate modal displays, load layers on the map to indicate user selections, aggregate plastic waste collection over missions, keep track of victory conditions, and display achievements when the game is over. Should also give the user the opportunity to play again without viewing the splash screen.