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

Histograms #5

Open
2 of 4 tasks
privat opened this issue Aug 11, 2016 · 3 comments
Open
2 of 4 tasks

Histograms #5

privat opened this issue Aug 11, 2016 · 3 comments

Comments

@privat
Copy link
Collaborator

privat commented Aug 11, 2016

  • On a single mission, more than one score can be stored.
    E.g. on pep/8 we can have the time of the execution and the size of the program.
  • Earn stars if a solution score better than a given threshold.
    E.g. a star if a solution takes less than 500 instructions to run the tests and another star if the object code of a solution is less than 200 bytes.
  • Show the distribution of the scores of the other players
  • Show and rank the specific score of your friends. cf Add a friend system #2
@Morriar
Copy link
Owner

Morriar commented Aug 12, 2016

Implemented the star system.

Need the submission systems for the other subissues

@privat
Copy link
Collaborator Author

privat commented Aug 16, 2016

Some screenshot of some games for the inspiration:

TIS-100 is quite nice since there, for each 3 dimensions of optimization: an histogram and the sorted list of friends (@R4pass was in the list but he disappeared, I do not know why)

GreatPermutation have only one dimension of optimization but have the histogram and a single star system with a threshold (noted A+, in the game, the stars are the level difficulty). There is no friend however.

HRM have better graphics but no histogram (the level are quite easy in fact) nor friends. There is a star system with two dimensions and an independent threshold for each.

tis100
great-permutator
hrm

@lbajolet
Copy link
Collaborator

I'm not sure why I disappeared from your opponent's list, but for my ego, it's better this way :)

@Morriar Morriar changed the title Score + multiple solution + stars Histograms Sep 1, 2016
@Morriar Morriar added this to the Long term milestone Sep 1, 2016
@Morriar Morriar modified the milestone: Long term (Enhancement) Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants