fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.59k stars 116 forks source link

feat(scoring): Add intermission screen displaying match scores #987

Closed MaxCWhitehead closed 2 months ago

MaxCWhitehead commented 2 months ago

After enough rounds to reach intermission, screen opens shows current scores. Players can ready up to continue to next round.

Once player has won, this is communicated. Can ready up for another match, or exit the game (currently only opening pause menu and returning to main menu. This is todo).

There's a decent amount of polish needed, but this is a decent start.