This is little multi player game wich I made for my presentation on Meteor (https://www.meteor.com/). The game is trying to demonstrate basics of Meteor platform in wich audience can participate.
It's Meteor default app on "steroid" (not really), transformed to a game.
- removed
autopublish
package because I wanted to observe changes on collection in subscribe. To me it looks like natural place to do this stuff. check
for one argument in Meteor.methods callmsavin:mongol
for collection administration (removing users and their click count :-) )chrismbeckett:toastr
for flashy notificationaccounts-ui
andaccounts-password
for user logins- didn't removed the
insecure
- you do it!!! (this is just a demo)
Clone repo and in it's folder start meteor server.
- register as new user
- click the button
- first player with 50 clicks wins
- When it's finished you can't start it again unless you do '
meteor reset
' (on server, doh) or delete all records