calmackenzie / VG1819

Final Project for CS4830 2018 - 2019
0 stars 2 forks source link

Quickplay searching screen is loading screen #428

Open calmackenzie opened 5 years ago

calmackenzie commented 5 years ago

When searching for a game through quickplay, the game should show the player it is searching for a game and possibly allow the player to back-out of searching instead of locking them on the loading screen

calmackenzie commented 5 years ago

Might be a random chance to have the loading screen until someone connects? Next time I tried I just loaded into the map and waited for players

kamarapala commented 5 years ago

The way it's setup right now is if it actually finds an open session, then you load into the game. Otherwise, if no sessions are available, it should boot you from the loading screen back to the quickplay screen.

Looking back now I definitely should have made players queue up to be next in line in the case of no available game sessions. I can probably change it to this when I implement the game mode queues