karolbrennan / letsplaybingo.2020

Let's Play Bingo - 2020 Edition
http://2020.letsplaybingo.io
MIT License
18 stars 13 forks source link

Calls unused N numbers when only free space is being used #86

Open m2pt5 opened 2 years ago

m2pt5 commented 2 years ago

For instance, if the pattern is Crazy T (all the Bs and the middle space in the other four columns) the caller continues to read out the N numbers, when the free space is the only N in use.

karolbrennan commented 2 years ago

@m2pt5 hey! Thanks for reporting this, but I had fixed this on 5/22. Are you using the classic version or the current stable edition?

m2pt5 commented 2 years ago

Whatever the version on the front page of letsplaybingo.io is. This just happened in a group I was playing with on Zoom on Thursday, 7/21, and I confirmed it myself afterwards. As I said in the email I sent that afternoon, Crazy Arrow and Checkmark are also affected.

karolbrennan commented 2 years ago

@m2pt5 Oh! Crazy T and Crazy Arrow call the Ns because those are "rotational" patterns - meaning they could be won by getting the pattern in any direction. Crazy T could be right side up which would use the Ns. Crazy Arrow uses the top or bottom N regardless of the direction it is pointing. Checkmark however, was definitely bugged but should be fixed now.

Thanks for reporting this!