ivebe / tombola

Ticket generator for tombola gambling game
MIT License
5 stars 5 forks source link

How can we reduce maximum consecutive blank spaces to 2? #2

Open upola opened 4 years ago

upola commented 4 years ago

How can we reduce maximum side by side(consecutive) blank spaces to 2? There are currently lot of space in between the numbers

ivebe commented 4 years ago

You could get tickets with $table->getTickets() and every ticket numbers with $ticket->getNumbers() and then try to customize the output to satisfy your rule.