kbuzsaki / bingosync

Collaborative bingo boards for speedrun races
https://bingosync.com
88 stars 106 forks source link

New Game Request: Tunic #332

Open 1000HandsAsura opened 4 months ago

1000HandsAsura commented 4 months ago
  1. The generator or goal list you'd like to use: See attached txt file
  2. The name you'd like: Tunic
  3. The abbreviated name you'd like: Tunic

Variant: Item Randomizer No other variants *yet

Game Modes:

Lockout Blackout Flip Lockout

Special Request 1: Can you make it so that way the following is true with types: 1) 1 of the types can be repeated 1x (so 2 of one type) 2) No other type is repeated. AKA unique types after the first one is duplicated

Special Request 2: If special request 1 is too much of a pain, just can you make it so no types repeat on the board

TunicRandoGoalList.txt

kbuzsaki commented 1 month ago

Are you saying that you want the synergy check on a per-board basis (blackout rules) or a per-line basis (traditional bingo rules)?

kbuzsaki commented 1 month ago

If you want blackout rules then I think your goal list has too many type overlaps for this to work properly.

I tried implementing version 2 of your request and found that board generation would fail (and have to fallback to ignoring the types) because it got stuck with too many overlaps.

Version 1 is a bit finicky to implement. I might get to it, but I'm going to put it aside for now and work on other game requests instead :)