Age | Commit message (Expand) | Author |
2023-11-12 | refactor genome to include size information | sanine |
2023-11-12 | implement epoch updates | sanine |
2023-11-11 | fix team information for empty cells | sanine |
2023-11-11 | add team creation functions | sanine |
2023-11-11 | add create_world() | sanine |
2023-11-11 | add setup_board | sanine |
2023-11-11 | mutables can be activated by living neighbors | sanine |
2023-11-11 | gol changes make sound | sanine |
2023-11-11 | pretend frozen agents appear frozen | sanine |
2023-11-11 | prevent movement when frozen and allow seeing past the lattice edge | sanine |
2023-11-11 | add postprocessing rule to freeze agents | sanine |
2023-11-11 | prevent agents from moving into immutable tiles | sanine |
2023-11-11 | add world update validity pass | sanine |
2023-11-11 | add drop_flag and speak actions | sanine |
2023-11-10 | implement take_flag action | sanine |
2023-11-10 | implement unfreeze action | sanine |
2023-11-10 | add pretend_frozen action | sanine |
2023-11-10 | add trigger action | sanine |
2023-11-10 | add place action | sanine |
2023-11-10 | refactor: actions take an additional world parameter | sanine |
2023-11-10 | add turn_right action | sanine |
2023-11-10 | remove incompatible toSpliced call | sanine |
2023-11-10 | implement move_backward and turn_left | sanine |
2023-11-10 | implement move_forward action | sanine |
2023-11-10 | implement vision | sanine |
2023-11-10 | add non-passing vision test | sanine |
2023-11-10 | implement hearing | sanine |
2023-11-09 | add senses.js | sanine |
2023-11-09 | add beehive test | sanine |
2023-11-09 | add glider test | sanine |
2023-11-09 | add basic game of life lattice rules | sanine |