Josh Wolfe

Results 103 comments of Josh Wolfe

Are you thinking that each pair of portals is colored uniquely to coordinate? I've actually never really liked static teleporters in any game I've played. If the player can place...

i had an idea to connect block pieces with a [minimum spanning tree](https://en.m.wikipedia.org/wiki/Minimum_spanning_tree) algorithm, and then draw the support beams with a right angle that leaned toward the center of...

one concern about the minimum spanning tree algorithm is how to measure distance. we could do rectilinear distance like everything else in this game engine. or, since this is an...

then again, the current support drawing algorithm allows some creativity, [like this](http://wolfesoftware.com/snakefall/#level=3tFRIoTU&17&31?*z0*z0*z0*z0*n04*z0*D03*20*O1*z0*R0/b1?327&389&358&362&331&393/s4?380&379&378&377/b0?382&386&355&351&320&324/).

here are [more creativity examples](http://wolfesoftware.com/snakefall/#level=3tFRIoTU&17&31?*z0*z0*z0*z0*n04*z0*K0*O1*z0*R0/s0?375&374&373&372/b0?261&263&294&292&323&385&386&324&326&264&265&327&389&387&356&358&325/b1?255&286&317&318&257&259&258&288&350&381&380&379&319&320&321&352&383/b2?329&298&267&330&300&271&270&269&331&333&364&395&332&362&391&392&393/). ![image](https://cloud.githubusercontent.com/assets/87436/9563875/343025f8-4e48-11e5-99f6-d633c8895d01.png) but in support of implementing this issue, it was a moderately difficult puzzle to figure out how to make those blocks look like that...

You can play around with the OneWayWall\* tiles in [patashu-puzzle-pack-1](http://wolfesoftware.com/snakefall/experimental/patashu-puzzle-pack-1/) experimental version. There are subtle differences between those and the platforms that I programmed, but it should give you some...

Another idea: A transparent focused textbox contains a serialized text version of the selection, so that doing a plain old copy would actually get what you want. Then that same...

In general, could we connect anything to anything else? So normal blocks would be walls connected together, but what about fruit connected to spikes connected to walls, and all of...

I don't like the idea of filling in the sky color, because it would be misleading if the block was actually in front of an exit or portal. I considered...

See #20 for block color discussion.