ncase / simulating

An interactive guide to thinking in systems!
http://ncase.me/simulating
186 stars 21 forks source link

add 'nearby' predicate #1

Open timruffles opened 8 years ago

timruffles commented 8 years ago

Allows you to filter for being near to things (or not near things). I found it allowed some fun behaviour!

e.g 'if house is not within x squares of water, turn into empty square'

water
shirish93 commented 8 years ago

Hey @timruffles ,

Would you have this deployed anywhere online? I want to play around with it already (without doing the whole setup by myself) !!

timruffles commented 8 years ago

Hi Shirish,

Unfortunately not! If I recall the setup is not too tricky.

On Wed, May 18, 2016 at 3:24 PM, Shirish Pokharel notifications@github.com wrote:

Hey Tim,

Would you have this deployed anywhere online? I want to play around with it already (without doing the whole setup by myself) !!

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/ncase/simulating/pull/1#issuecomment-220042136

shirish93 commented 8 years ago

Got it all working, sorry for bothering, haha!

ultimate-doge commented 5 years ago

@ncase should implement this