Quote Originally Posted by Simon Appleton
The presenter kept mentioning that term "procedurally based" - what does it mean?

Great video, by the way. The game concept is impressive (although I'd never want to play it) and the presenter was great.
Say you have 2 bars connecting so that rotation in one direction is allowed. Traditionally you'd tell the computer all the positions it can be in and how it should move from one position to another (eg what the next and previous position should be). 'Procedurally based' means that the computer analyzes the system and determines what positions are possible and how it can move.

That's at least a very simple explanation of how I understood it.