shantek / UltimateBingo

The only Bingo plugin you'll ever need for your Minecraft SMP. With a whole variety of game options on offer, your players will explore like never before to be the Ultimate Bingo champion!
GNU General Public License v3.0
2 stars 0 forks source link

Give player the card with the least progress when joining mid game #15

Closed shantek closed 6 months ago

shantek commented 6 months ago

Currently when a player joins a game already in progress, they are given a random card.

Ideally we should be checking for the card with the least progress, cloning this and assigning it to the player so they start off closer to the bottom progress wise, but still have a shot at winning the game.

Unfair if they are being given the card with the most ticked off items.

shantek commented 6 months ago

Prompt to the player now reads "You've been given an in-progress bingo card, good luck!"

We're now checking for the card with the lowest amount of ticked off items. Implemented in to the development branch.