7 Billion Humans

7 Billion Humans

View Stats:
gbolcer Sep 19, 2018 @ 6:07pm
How often do they update the OCD challenge stats?
https://tomorrowcorporation.com/7billionhumansStats/#38_SeekandDestroy3

I got a 16 command solution to S&D3, so I wanted to see if anyone got any lower, but it shows it stuck at 17.
< >
Showing 1-8 of 8 comments
Lalna Sep 19, 2018 @ 6:10pm 
They don't update. If you'd like to share the code I can add it to the current best solutions found here: https://github.com/hingston/7-billion-humans-solutions/
Futae Yamagawa Sep 19, 2018 @ 7:22pm 
During the beta, every program that was run, whether successful or not, would be sent in automatically to the game creators. They turned that function off for the release of the game. Partly, I think, so it didn’t require an internet connection to play.
gbolcer Sep 19, 2018 @ 9:57pm 
Thanks. both. I think part of the fun is comparing your answers to others'. Video of solution here: https://youtu.be/QB7PStX8WhU
gbolcer Sep 20, 2018 @ 6:44am 
So silly question. How do you count the percent? I see 7/25 red bars. So that makes it a 72% solution?

Okay, I think I got the syntax right.

-- 7 Billion Humans (2161) -- -- 38: Seek and Destroy 3 -- mem1 = nearest wall mem3 = nearest shredder a: step n if c <= mem2 or mem2 != datacube mem2 = set c endif if n != wall jump a endif pickup mem2 step mem1 b: if e = hole and myitem < w step w else step e if e = hole and w = nothing giveto mem3 endif endif jump b
Last edited by gbolcer; Sep 20, 2018 @ 10:15am
Futae Yamagawa Sep 20, 2018 @ 8:37am 
I see 25 bars. I run it 4 times and count the red bars. If there are less than about 3, I run it 4 more times, to try and spot 98%, 99%, and 100% as diferent things
Lalna Sep 20, 2018 @ 8:52am 
When posting code paste it between [code][/code] so it keeps the correct indentation.
gbolcer Sep 20, 2018 @ 10:14am 
It's more pseudocode. ;-)

But yes, I wasn't familiar with the formatting, so thanks!

Originally posted by Lalna:
When posting code paste it between [code][/code] so it keeps the correct indentation.
gbolcer Sep 22, 2018 @ 7:16am 
It's funny. On Unique Fashion Party, I used the automatic detection of end conditions, aka having the unique numbers 0-6 datacubes in the other room to do a solution that succeeded, but fails 24/25 times! I just iterated 0..6 and had them walk to the hole.
< >
Showing 1-8 of 8 comments
Per page: 1530 50