home
projects
git
about
index
:
nerine
refactor-haskell
artificial life simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
simulation
Age
Commit message (
Expand
)
Author
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