#Working Bingo Card

6 messages · Page 1 of 1 (latest)

rigid hamlet
#

So Basically I Helping Someone On a Bingo Game And I Need Working Bingo Cards.

I Need A Card That Spawns in With Random Numbers on the card and once you get 5 or 4( i forgot how many rows r on the card) You Win

teal moon
rigid hamlet
teal moon
# rigid hamlet Yes the hightest number is 20 and there’s 12 slots on the board

Create a int list of 20 elements using List Create
The value in each list should start at 1 and increment to 20, [1, 2, 3, 4, 5, 6,....]

Set a List<Int> Variable to this list
Shuffle the variable using List Shuffle
Remove the last 8 elements using List Remove At Last and a For, where From is 0 and To is 8

Now you have 12 unique random numbers between [1,20]

You can treat these numbers as a grid, where the first 4 numbers are the first row, the second 4 numbers are the second row, etc

rigid hamlet
#

So how’d i make a system to check if you have it in a row

#

i want to make where you click a interaction volume and then it checks if you have bingo if true then that person is winner