From 51e6e31c4e198666b997fcbbf39708cd064be21e Mon Sep 17 00:00:00 2001 From: Jeff Hobbs Date: Mon, 25 Jun 2012 08:01:11 -0400 Subject: [PATCH] Added README --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README b/README index e69de29..14c7b7c 100644 --- a/README +++ b/README @@ -0,0 +1,18 @@ +HTML5-bingo +by J. Hobbs June 2012 +--- + +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 HTML5 audio for UI feedback +* Uses jquery.tappable.js to improve 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. +