On Mon, Dec 25, 2017 at 09:29:54PM +0000, Ted Harding wrote:
But since I have seen no documentation which tells how many points you score for more than 14 counters, and have not seen any description which describes how the score is calculated from "Number of objects".
Does anyone know, or can find out?
You can browser the source code via the web, the bit of source code you want is:
https://git.gnome.org/browse/five-or-more/tree/src/five-or-more.c
lines 134 defines the static counter scores and line 872 onwards contains the function that looks most applicable to what you want to know, with line 883 looking like the algorithm that calculates scores for scores higher than 14 counters. The only problem is that I don't really understand C all that well and have had a bit too much Christmas spirit to try and work it out right now.
Thanks Adam