Skip to content

sprise/nodebingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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###

  1. Clone to your directory, eg /var/www/nodebingo
  2. Run npm init
  3. Run node index.js
  4. Visit localhost:3000 in your browser
  5. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published