Skip to content

SabaMemon/BashBingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BashBingo

A bingo game written with bash that can be played on the terminal.

To play

Provide an input file containing a seed integer and 25 other numbers to create the bingo card (5x5 matrix).

To create a bingo card:

column 1: 5 unique integers from [01-15]
column 2: 5 unique integers from [16-30]
column 3: 4 unique integers from [31-45] where the middle integer is 00
column 4: 5 unique integers from [46-60]
column 5: 5 unique integers from [61-75]

Ensure that each number includes 2 digits with one space in between, and the rest of the file has no extraneous whitespace, not even at the start or end of a line.

Screenshot 2024-02-23 at 11 01 34 PM Screenshot 2024-02-23 at 10 58 34 PM

Created for my Introduction to UNIX, C and C++ class.

About

A bingo game written with Bash that can be played on the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages