Coder Social home page Coder Social logo

hingston / 7-billion-humans-solutions Goto Github PK

View Code? Open in Web Editor NEW
198.0 9.0 67.0 602 KB

Solutions for the game 7 Billion Humans

License: MIT License

Python 100.00%
game-solution answers solutions puzzle-solution 7-billion-humans achievements

7-billion-humans-solutions's People

Contributors

837951602 avatar alonzotg avatar ansvonwa avatar aqueous68 avatar blanvillain avatar cb000 avatar commonnickname avatar danrudmin avatar dependabot[bot] avatar eittio avatar hingston avatar main-gi avatar marky1124 avatar martinez8859 avatar mateddy avatar michael-ryan avatar neuneinser avatar notabluewhale avatar tehjumpingjawa avatar urkaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

7-billion-humans-solutions's Issues

Hello

So I have a solution which only works on the old version, but is better than the current record, should i post it?

Exist solution that can't be pasted

-- 7 Billion Humans (2056) --
-- 5: An Important Decision --

step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
step s
if:
	step s
else:
	step s
endif

This is possible in GUI, but not when pasting. Has such thing happened for a real solution?

Data Backup Day current size solution is not 100% (FIX INSIDE)

Edited version that doesn't work:

a:
mem2 = nearest datacube
drop
mem1 = nearest datacube
pickup mem2
if myitem > mem1:
	write mem1
endif
jump a

Now, a version that should work:


a:
mem2 = nearest datacube
drop
mem1 = set c
pickup mem2
if myitem > mem1:
	write mem1
endif
jump a

Ran about 10 tests on it with not a single red bar, so if it fails it's way over 99%

Discussion about OCD+ scores

Futae in the forums implies that beta scores were only accepted if they were 99%+, but a glance at Creative Writhing's OCD+ shows that's clearly not the case (the only possible configuration is a long random walk). Is it even possible to obtain all OCD+ scores at 99%+? It seems improper to compare (and give X marks) to levels where the OCD+ is not even attainable at 99%+.

wrong sizes and timings

Year 11 - Injection Sites 1 (Speed) has wrong size
Year 12 - Unzip (Speed) has wrong size
Year 19 - Content Creators Bug Fix has wrong author?
Year 22 - Number Royale (both <50%) has invalid link
Year 25 - My First Shredding Memory (Speed and Size are swapped)
Year 40 - Printing Etiquette 2 (Size +50%) has wrong time (or content)
Year 44 - Unique Fashion Party (Speed +50%) exist beside +99%
Year 47 - Automated Pleasantries (Speed) has wrong size
Year 50 - Cubical Communication (Speed) has wrong size
Year 59 - Glory Hole (Speed) has wrong size
Year 65 - Defrag Ordered (Size) has wrong author

Cannot Use Speed Solution for Emergency Escapes (Level 10)

The "speed" solution for "Emergency Escapes" (Level 10) cannot be used in the latest game version. In particular, it is not possible to select multiple directions for a "step" until "Fill the Floor" (Level 30) - see screenshot - using the normal game controls.

Interestingly, it is possible to paste the solution that has the multi-direction Step (it works!), but this is not possible with the (Mac) version using the game UI, rather than "Paste", which only allows a single-direction Step select.

-- Chris


Screen Shot 2019-12-10 at 1 12 52 PM

New category for solutions with/without features accessible only with pasting the code

There are some feature that don't exist in the game normally, but that you can introduce by editing the code in a text editor. For example: random pickUp, random set, numbers from 100 to 255 etc.
However, putting solutions that use those features feels like it would defeat the purpose of having a repository where people can look up record solutions, - if those solutions cannot be written without 3rd party software.
Or maybe not a new category, but a new tag: Year NUM - NAME (TYPE) - (in-game/editor).txt

Year 33 - Data Backup Day (size) not 99+

I ran the level 50 times and got 25 red bars in total, which means 98% success. Each time a run failed, the pair from the left column, row 1, 2 or 4 had equal numbers. Whether on the corresponding right pair the first number was smaller or the second one, doesn't seem to matter. If the conditions that I observed exactly cover all cases where it fails, the actual success rate should be ~97%

Which speed solution is better?

the one that is a few ms faster (but the timer shows the same amount of seconds), but a few commands longer or the one that is a few ms slower, but a few commands shorter?

Better crediting

This is not that high of a priority but it's a goal to strive to, after all credit is pretty important.

In the previous game of this company's high score thread, we actually had many scores all across the spectrum in graph form, and in there, solutions obviously discovered by OCD prerelease were uncredited because the contributor was not the first one to get that solution.

yifeixuer got a Cubical Communication 6i score, but that one (though, his solution looks way more elegant :P) was actually tied before. What's your structure for who gets credit? (In theory people could copypaste a score from a steam post to claim themselves as having made it)

(I wouldn't mind giving credit to someone else in the case where the beta tester who got some lowest OCD score doesn't want to come forward though.)

Hi!

Can we have a folder for <50% solutions?

Code syntax has changed in version 2231 - Old solutions can't be pasted until updated

Example:

Before:

-- 7 Billion Humans (2145) --
-- 46: Compulsory Office Romance --

a:
if e == worker
  tell e Hi!
  listen Hi!
else
  listen Hi!
  tell w Hi!
jump a

After:

-- 7 Billion Humans (2231) --
-- 46: Compulsory Office Romance --

a:
if e == worker:
	tell e hi
	listenfor hi
else:
	listenfor hi
	tell w hi
endif
jump a

I will try to find time to update these but if someone is willing to help that would be great!

Overview table and repository do not match

99+%:

Year Type Fix
12 Size Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/Solutions99%2B/Year%2012%20-%20Unzip%20(size).txt
12 Speed Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/Solutions99%2B/Year%2012%20-%20Unzip%20(speed).txt
23 Speed 2 times in repository, remove the one without txt ending
25 Size Table links to (speed).File with name (size) contains a better speed solution. Actual size solution is in the old commit: https://github.com/hingston/7-billion-humans-solutions/blob/7950ad05427f973a34f5b008fc48118b118a1253/Solutions99%2B/Year%2025%20-%20My%20First%20Shredding%20Memory%20(size).txt
25 Speed Table links to (size).
26 Size Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/Solutions99%2B/Year%2026%20-%20Budget%20Brigade%202%20(size).txt
26 Speed Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/Solutions99%2B/Year%2026%20-%20Budget%20Brigade%202%20(speed).txt
46 Speed Remove from repository (Both is avialable)
47 Size Rename file from (both) to (size) in repository.
47 Speed Size is not updated correctly.
48 Both Remove file from repository
48 Size Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/Solutions99%2B/Year%2048%20-%20Community%20Training%20Day%20(size)
48 Speed Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/Solutions99%2B/Year%2048%20-%20Community%20Training%20Day%20(speed)
56 Speed Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/Solutions99%2B/Year%2056%20-%20Local%20Maximums%20(speed).txt
65 Size Speed should be 369.
65 Speed Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/Solutions99%2B/Year%2065%20-%20Defrag%20Ordered%20(speed).txt

50+%:

Year Type Fix
61 Size Does not appear in table, but file exists

<50%:

Year Type Fix
22 Both Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/SolutionsLowPercent/Year%2022%20-%20Number%20Royale%20(both)
34 Speed Does not appear in table, but file exists
54 Speed Link should be https://github.com/hingston/7-billion-humans-solutions/blob/master/SolutionsLowPercent/Year%2054%20-%20Terrain%20Leveler%20(speed)
56 Both Does not appear in table, but file exists

Hello again

Should i post a size solution if it's faster than the current one / speed solution if it's shorter than the current one?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.