Skip to content

dananh/gametag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contained here

A system for making badges with faces and QR codes on them, and then various stations that scan badges to award points to users or to display/withdraw those points.

Other name ideas

  • gametag
  • qrnival
  • partybadge
  • badger

Schema 2

events (all have time t, source station uri, and cancelled=false):

{type: savePic, uri: pic} {type: enroll, pic: uri, user: uri, label: l} {type: scan, user: uri} {type: gameOutcome, user: uri, ...} # optional

games

{id: shortname, background: pic, pointsPerScan: n}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.8%
  • CoffeeScript 23.7%
  • Python 2.1%
  • Perl 0.4%