PierreLyons / bingoCards

A javascript-powered Bingo card generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A javascript-powered Bingo card generator.


Languages

Language:HTML 41.9%Language:JavaScript 36.7%Language:CSS 21.4%