Skip to content

Instantly share code, notes, and snippets.

@moritz
Created December 15, 2012 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moritz/c90dc8d7596e4551faf7 to your computer and use it in GitHub Desktop.
Save moritz/c90dc8d7596e4551faf7 to your computer and use it in GitHub Desktop.
Cube world question
Consider the following two worlds:
1:
XXX
X
X
X
X X
XXX
2:
XXX
X
X X
X
X X
XXX
is it correct that 2 will collect water, whereas 1 does not?
(assume there's a solid wall before and behind the layer we're looking at)
@masak
Copy link

masak commented Dec 15, 2012

Yes, that is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment