ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.55k stars 2.31k forks source link

Add multiplayer spectate support to tournament client #16911

Open peppy opened 2 years ago

peppy commented 2 years ago

All the pieces are in place to allow us to show lazer matches in the tournament interface (in theory). Probably a good idea to get it hooked up and give more incentive to tournament managers to use lazer to host their tournaments.

To make this happen efficiently, I think cloning the tournament project is likely the best way forward. Adding modularity to support both stable and lazer in the same code base is likely too much overhead for what it's worth.

@smoogipoo thoughts on prioritising this? if so i may look into it next week and add it to the short-term roadmap.

smoogipoo commented 2 years ago

Could be prioritised, but I'm not a fan of cloning the tournament project.

peppy commented 2 years ago

I think that's going to make things a touch hard to work with. Will see how I go I guess.