jkrehm / lds-games-bingo

LDS Games: Bingo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LDS Games

Bingo

Simple bingo game for use during General Conference, fast & testimony meeting, or whenever you're having a hard time paying attention during church.

Features

  • Two settings: 3x3 and 5x5 grid (7x7 coming in the future).
  • Provides a printer-friendly version.
  • Saves progress as you play (using browser's local storage).
  • Declares bingo, but lets you play as long as you want.
  • Written using only HTML, CSS, and Javascript (no server-side functionality required).

Setup

  • Run via a web server (or upload to Amazon S3: that's what I do). You cannot just run it locally because it uses ajax to get the bingo cards JSON file (and browsers have that function disabled by default when running locally).
  • Add cards by adding a node to bingo.json and place the associated image in the img/bingo directory.

Check out the playable version at lds.rehm.me/games/bingo.

TODO

  • Fix style so it doesn't wrap the last column in 5x5 when playing on a phone.

About

LDS Games: Bingo


Languages

Language:JavaScript 54.4%Language:HTML 28.5%Language:CSS 17.1%