#Node Bingo#
A small NodeJS powered bingo game where squares are filled using popular NPM modules.
Features Include
- A new bingo card generated on every page load
- 50 squares included of popular NPM titles
- Bingo caller for gameplay, a new possible square with every click
- Optional session storage with Redis, to keep from calling duplicate squares
- A click marks a square for gameplay
Screenshot
![logo] [logo]: https://raw.githubusercontent.com/sprise/nodebingo/master/screenshot.jpg "Screenshot"
###How to Use###
- Clone to your directory, eg /var/www/nodebingo
- Run npm init
- Run node index.js
- Visit localhost:3000 in your browser
- Optionally, add custom config options
Dependencies
This little bingo game relies on npm modules HapiJS, FS, Mustache, Q, and Redis (but Redis running is not required).
On the frontend Bootstrap and jQuery are loaded from CDN.