Hi there, as requested, I'm separating all the outstanding checker requests from my previous topic. I'll try to consolidate all the pertinent details from the previous topic the best I can. This is the original topic -
https://project-gc.com/forum/read?8,44057,46649#msg-46649)
Here's the details for the challenge for GC8ZGTK
find
256 D1.0 caches (2^8)
128 D1.5 (2^7)
64 D2.0
etc, all the way down to
1 D5.0 (2^0)
and then the same for the terrain totals (ie, 256 T1.0, 128 T1.5, etc, all the way to 1 T5.0). The Fizzy doesn't have to be full so I don't think I can call this a Fizzy challenge, though I may create another challenge once I finish my Fizzy. All that matters for this challenge is the totals across the bottom (terrain) and sides (difficulty) which have to add up to the right numbers.
sumbloke wrote this checker:
https://project-gc.com/Challenges/GC8ZGTK/55089
And here's the consolidated feedback I gave:
Is there any way to turn the output into a grid, kinda like a Fizzy grid (eg
https://project-gc.com/Challenges/GC4RJHV/17696), with just the totals across the bottom and on the right side (I don't really care about the actual numbers inside but you can leave them in if you want) and then red or green colours for the totals or maybe green check marks or red x's if they don't meet the criteria? The number needed for each D and T level should be listed somewhere as well (the 256, 128, etc).
The closest example I could find of a challenge with a drawn Fizzy grid with some calculations involved is this one -
https://project-gc.com/Challenges/GC7F747/30400. Could it be modified for this challenge?
If not, could the Fizzy grid be displayed at the top of my output at least? Maybe like the output from
https://project-gc.com/Challenges/GC4RJHV/17696?
As with my other challenges, do you think it would be worthwhile excluding the cacher's own caches from this challenge? Or caches that were logged multiple times (ie. they can only be used once for this challenge)? I'm just wondering. I live in an area that had a couple of local travelling caches and virtuals that people logged multiple times.
I was just reviewing the stats for one of our local travelling caches and 100+ people have logged it at least 50+ times before it was archived, the top cacher having found it over 700 times! So it would be appreciated, if it is possible to add that to the code, as well as the exclude your own caches criteria. If it's not possible, I understand. Please let me know.
In case it affects how you write the code for this checker, my long term goal here, eventually, is to include the criteria of it being a full fizzy as well (once I complete it). And I'm also hoping eventually I can build on the numbers and have future challenges based on 2^9 (512, 256, 128,..., 2), 2^10 (1024, 512, ..., 4) totals someday too.
sumbloke replies:
I'm not aware of any script which can do the calculations you requested and output a grid, sorry.
As far as the other requests go, I doubt it would make a huge difference for this challenge since the cachers who would qualify would need so many others that logging their own caches or logging multiple times is likely to be just a blip in the stats. That being said, I can look into including some additional code in the script to handle this (but it won't be very quick - I'll want to thoroughly test the code, since this script is widely used and I don't want to break any checkers).
===================
I think that covers everything; I'm just waiting for an update. I've provided examples of challenges that I found which do calculations and output a grid in my comments above. And I'm not sure if the additional code has been added.
Thank you. Please let me know if you have any questions.