Skip to content

A simple game of chance inspired by Bingo

License

Notifications You must be signed in to change notification settings

elailai94/Bingo-3X3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bingo 3X3

About

Bingo 3X3 is a simple game of chance, which is inspired by Bingo. It is written entirely in Python.

Screenshots

Sample Game Interaction

Bingo-3X3_Screenshot

Execution

Direct Execution

./game.py [bingo_card] [numbers_drawn]

Note: bingo_card is the card with 9 numbers for the game and numbers_drawn is a list of 5 numbers drawn. For example, ./game.py '5 2 9 17 23 26 33 38 44' '2 5 9 30 45' would print out a bingo card 3 rows high and 3 columns wide with a vertical match (as indicated by a vertical row of negative numbers).

Interpreter Invocation

python game.py [bingo_card] [numbers_drawn]

Note: bingo_card is the card with 9 numbers for the game and numbers_drawn is a list of 5 numbers drawn. For example, python game.py '5 2 9 17 23 26 33 38 44' '2 5 9 30 45' would print out a bingo card 3 rows high and 3 columns wide with a vertical match (as indicated by a vertical row of negative numbers).

License

Bingo 3X3 is licensed under the MIT license.

About

A simple game of chance inspired by Bingo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages