Skip to content

Implement a better point system #2

Description

@sephirothx

v2

  • Each puzzle starts at 1200 points
  • A puzzle's points are divided among all the players who solved it with the fomula: 120 + 1080 / solves
  • Each time a puzzle is solved, the score is updated for every player who solved that puzzle
  • A puzzle's score cannot go below 120

v1

  • Each puzzle starts at 1080 points
  • A puzzle's points are divided equally among all the players who solved it
  • Each time a puzzle is solved, the score is updated for every player who solved that puzzle
  • A puzzle's score cannot go below 1

v0

  • Each puzzle starts at 1024 points
  • Each time a puzzle is solved, its score is halved and the score is updated for every player who solved the puzzle (everyone gets the same amount of points from having solved the same puzzle)
  • A puzzle's score cannot go below 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions