Skip to content

c3d2/c3d2-bullshit-bingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# C3D2-Bullshit-Bingo

WHAT IT IS:

* A bingo board
* Randomizes content on each load
* Reads square data from the data.js file
* Uses data attributes to check for win condition
* Uses CSS transitions for all animation
* Uses Media Queries for optimized mobile experience
* Uses "Hide Address Bar" (via @scottjehl) to hide mobile URL bar
* Uses HTML5 audio for UI feedback
* Uses jquery.tappable.js to improve UI performance on mobile

HOW TO USE:

All data is kept in the "data.js" file. Customize the .json in the data.js file to change the language on the board.

Forked from https://github.com/jeffehobbs/HTML5-bingo