Haydoggo / Beach-Escape

MIT License
0 stars 0 forks source link

in arcade mode, send in more fishing hooks at intervals #40

Closed plexsoup closed 7 months ago

plexsoup commented 7 months ago

The playing field needs to be more dynamic. Every 5 ticks, there should be a chance of a new fishing hook arriving.

plexsoup commented 7 months ago

This is implemented and working, but it probably needs a constraint. If a player looks away from their game and comes back to it, they're met with a field full of fishing hooks.

image

Maybe hooks should have a duration timer, so they go away on their own when the fisherman gets tired of waiting.

plexsoup commented 7 months ago

implemented and working.