Return to site

Bayan Omar - (Python 1 Course - Spring 2026)

BINGO Game

June 5, 2026

This project is a Python-based BINGO game in which a player competes against the computer using randomly generated boards.

The game allows players to mark numbers, track completed rows, columns, and diagonals, and calculate the BINGO score automatically.

It demonstrates the use of Python concepts such as functions, loops, lists, conditionals, randomization, and game logic implementation.