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 event-driven game logic. #17

Closed DainialPadraig closed 4 years ago

DainialPadraig commented 4 years ago

The shell of the game logic is in place, based on events from the buttons displayed on the game screens at the appropriate time in the game flow. The game screens are not yet styled and the game logic behind the screens (generateMission(), for example) is not complete; however, the flow of the screens can be followed according to the Sea Scavenger Event Diagram.

Closes #8