/bingoCards

A javascript-powered Bingo card generator.

Primary LanguageHTML

Bingo Card Generator

This repository contains the code for a bingo card generator. Bingo cards have five columns: B, I, N, G, and O. Each column contains 5 random numbers, in ascending order, ranging from 1 to 75, inclusive. Column B contains only numbers ranging between 1 and 15, inclusive, N contains numbers between 16 and 30, and so on...

The code to generate the numbers was written in Javascript.