StephenKoller / mashhopper

CodeMash 2014 Session Planner
1 stars 0 forks source link

Game Service #6

Open detroitpro opened 10 years ago

detroitpro commented 10 years ago

The game service is responsible for all things gamification. It knows about when events happen through the event service and knows about how to allocate points for each event. It determines when users should get points, get experience, and level up. It'd be nice to have events from the game service have some sort of graphic on the client side when they happen. This should probably be a layer in our app, so that we don't have to tell each page about how to display game events.