ertyseidohl / Fhtagn

Find The Acolytes of The Dark One Before They Consume Us All :D
3 stars 4 forks source link

Build health system #13

Closed ertyseidohl closed 9 years ago

ertyseidohl commented 9 years ago
ceaess commented 9 years ago

@ertyseidohl what do you think of adding a health variable to app? I think that makes the most sense because the view will need regular access while other things will also want to update it.

ertyseidohl commented 9 years ago

@ceaess I'm happy with that.

ceaess commented 9 years ago

@ertyseidohl There's work on this on the branch add-health, but we need to decide if we want to do auto-addition of points for correct answers and auto-removal for wrong or if it should depend on the question (as in the script will assign health values for choosing a given answer).

ertyseidohl commented 9 years ago

@ceaess I would ask @AgentZirdik about that

AgentZirdik commented 9 years ago

@ertyseidohl @ceaess I assume it will be simpler for all wrong answers to have the same health penalty, if that's what you're asking. However, as Julia suggested, correct answers should return a fraction of a "health point" for balance.

ertyseidohl commented 9 years ago

@AgentZirdik I've been thinking about it and I like more and more the "losing connection" idea. It makes it so that you just get disconnected instead of "dying" which I really enjoy.

ceaess commented 9 years ago

@AgentZirdik @ertyseidohl @VerneTheCoconut what should be the health penalty and the re-gain for a correct answer?