summaryrefslogtreecommitdiff
path: root/src/simulation
AgeCommit message (Collapse)Author
2023-11-11add setup_boardsanine
2023-11-11mutables can be activated by living neighborssanine
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-09add senses.jssanine
2023-11-09add beehive testsanine
2023-11-09add glider testsanine
2023-11-09add basic game of life lattice rulessanine