Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 600 Bytes

File metadata and controls

16 lines (10 loc) · 600 Bytes

Bingo Number Generator

This is a script that generates random numbers for a Bingo game. It ensures that each generated number is unique, so there are no repetitions during the game.

Bingo Image

How to use

  1. Run the script.
  2. The script will generate a random number between 1 and 75.
  3. The number will be displayed on the screen and prints it along with the corresponding letter (B, I, N, G, or O).
  4. The script will continue generating numbers until all possible numbers have been generated.

Requirements

  • Bash 4.0 or higher