summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-11gol changes make soundsanine
2023-11-11pretend frozen agents appear frozensanine
2023-11-11prevent movement when frozen and allow seeing past the lattice edgesanine
2023-11-11add postprocessing rule to freeze agentssanine
2023-11-11prevent agents from moving into immutable tilessanine
2023-11-11add world update validity passsanine
2023-11-11add drop_flag and speak actionssanine
2023-11-10implement take_flag actionsanine
2023-11-10implement unfreeze actionsanine
2023-11-10add pretend_frozen actionsanine
2023-11-10add trigger actionsanine
2023-11-10add place actionsanine
2023-11-10refactor: actions take an additional world parametersanine
2023-11-10add turn_right actionsanine
2023-11-10remove incompatible toSpliced callsanine
2023-11-10implement move_backward and turn_leftsanine
2023-11-10implement move_forward actionsanine
2023-11-10implement visionsanine
2023-11-10add non-passing vision testsanine
2023-11-10implement hearingsanine
2023-11-10refactor senses to use world instead of lattice onlysanine
2023-11-09add senses.jssanine
2023-11-09add beehive testsanine
2023-11-09add glider testsanine
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
2023-10-30add genome creation & mutation trialsanine
2023-10-30add mut_genome_contractsanine
2023-10-30add mut_genome_deletesanine
2023-10-30implement mut_genome_insertsanine
2023-10-30add mut_genome_expandsanine
2023-10-30refactor gene mutationssanine
2023-10-13implement genome parsingsanine
2023-10-13README.mdsanine
2023-08-10refactor: is_valid -> get_size()sanine-a
2023-08-10add is_valid()sanine-a
2023-08-10use average weight in mutation and add README.mdsanine-a
2023-08-01add util.jssanine-a
2023-08-01add mutation_type and mutate()sanine-a
2023-08-01remove src/protein/sanine-a