Squiggle is an environment which is intended to make it very easy to create simulations for the XO in Python.
The three big toys it provides are:
. A zooming user interface
. A physics engine
. Object messaging extensions (async/multicast etc.)
Survival is a game being written on top of Squiggle which is intended to teach various topics in systems thinking to kids such as predator/prey models, game theory, resource management etc.
May 29, 2007 at 10:41 am
So, can you give a summary on what Squiggle/Survival actually is?
May 29, 2007 at 12:59 pm
The quick answer:
Squiggle is an environment which is intended to make it very easy to create simulations for the XO in Python.
The three big toys it provides are:
. A zooming user interface
. A physics engine
. Object messaging extensions (async/multicast etc.)
Survival is a game being written on top of Squiggle which is intended to teach various topics in systems thinking to kids such as predator/prey models, game theory, resource management etc.