WorldSim
MapDrawAnimatedSolve.html - a canvas-based map generator with a
single agent solving from the top left to bottom right at a slowed pace for observation.
threejsMapDraw.html - a three.js (3d) maze generator that then adds multiple agents actors navigating said maze simultaneously.
worldSim8.html - a console based 3-resource multi-agentactor socialist economic simulator that adjusts prices based on regional ( quadrant-based ) supply and demand, and drives agents to trade what they have the most of for that which they have the least of
- ( this is definitely a work in progress - it is the "brains of the operation" so-to-speak, but currently has some quirky behaviors and less-interesting-than-desired variance in resource price. It currently calculates regional supply and demand but allows global purchasing with no cost associated with travel )
- Instructions - with the console open, click 'do iteration' then hold enter to repeat for 2-500 iterations, then click 'update charts'
worldSimIntegrated/index.html - an integrated 3D world simulation that
combines agent movement, regional trading behavior, hover inspection, and live market charts in a single interface.