Please enable JavaScript to use CodeHS

Bingo

In this project, students will use vectors and sets to create bingo cards and simulate a bingo game.

Hard

7 Hours

High School

Project Description

Background

The game of Bingo is a popular game for both kids and adults. The game is played using a card with 25 random numbers between 1 and 75 organized in a 5 by 5 grid. Numbers are called one at a time and players mark the numbers off their card as they are called. The first player to get 5 in a row, (either a row, column, or diagonal) wins.

Your Task

In this project, you are going to create Bingo cards for multiple players and then play either 1 round at a time, or give the user an auto-play option to play until someone wins.

Project Demo

Explore this program before assigning it!

Project Overview

Here is an outline of the project activities: