summaryrefslogtreecommitdiff
path: root/src/world
AgeCommit message (Collapse)Author
2023-11-10refactor: actions take an additional world parametersanine
2023-11-10refactor senses to use world instead of lattice onlysanine
2023-11-09add basic game of life lattice rulessanine
2023-11-09add world.jssanine
2023-11-08export extra topology functions & add agent.jssanine
2023-11-08implement basic sensing & refactor world/cells -> latticesanine
2023-11-06improve cell.js commentssanine
2023-11-06implement cell flag settingsanine
2023-11-06add cell.jssanine
2023-11-06refactor: agent*.js => proposal*.jssanine
2023-11-06implement flag conflictssanine
2023-11-05implement agent change conflict/merge detectionsanine
2023-11-05begin implementing agent proposalssanine
2023-10-31begin designing worldsanine