Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scores management #1

Open
3 tasks
chlablak opened this issue Jun 14, 2016 · 3 comments
Open
3 tasks

Scores management #1

chlablak opened this issue Jun 14, 2016 · 3 comments
Milestone

Comments

@chlablak
Copy link
Collaborator

chlablak commented Jun 14, 2016

Add score for each player session.

Score can evolve in differents ways, for exemple when the player:

  • clear a level (+10 +/- ...)
  • rewind a movement (-1)
  • and other...
@chlablak chlablak added this to the Numerik Games milestone Jun 14, 2016
@moodah
Copy link
Collaborator

moodah commented Jun 14, 2016

  • clear a level (+10 +/- ...): Does +/- mean we need to find optimal path for each level?

@chlablak
Copy link
Collaborator Author

this are for exemple only, we need to fix how the points are counted

@AlainHardy
Copy link
Collaborator

AlainHardy commented Jun 14, 2016

After reflexion, I don't think it is necessary to have the optimal path. For exemple, we just have to fix a certain amount of point for each level, and after each player's move the level's score is decremented. When the level is completed, the score for the level is added to the actual total score of the player.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants