This repository is a custom project created for Akangtoshi on the Fiverr platform.
The project includes a ticket generator for the game tambola, which is based on several principles.
A ticket consists of a random distribution of 15 numbers between 1-90 in a 3x9 grid
- RULE #1 - Each row cannot have more than 5 numbers
- RULE #2 - Each column is assigned a range of numbers only: 1-10 can appear only in column 1, 11-20 can appear only in column 2, 81-90 can appear only in column 9
- RULE #3 - In a specific column, numbers must be arranged in ascending order from top to bottom
- RULE #4 - Each column must have at least 1 number
- RULE #5 - Maximum of 1 column with 3 values per ticket
- RULE #6 - Maximum of 2 numbers next to each other in a row
- RULE #7 - First column can't have 3 values