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
Age
Commit message (
Collapse
)
Author
2023-11-22
show error messages on bad input/state
sanine
2023-11-21
fix warnings and bug in connectNeurons
sanine
2023-11-21
implement self-connected computation
sanine
2023-11-21
implement first-pass internal neurons
sanine
2023-11-21
implement output computation
sanine
2023-11-21
add failing compute tests
sanine
2023-11-21
add connectNeurons
sanine
2023-11-21
add createEmptyNetwork
sanine
2023-11-21
initial stack configuration
sanine
2023-11-16
clear out js files
sanine
2023-11-12
fix bugs
sanine
2023-11-12
add visualization
sanine
2023-11-12
fix bug with too many vision outputs
sanine
2023-11-12
use new genome format in game.js
sanine
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-10
refactor senses to use world instead of lattice only
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
2023-11-09
add world.js
sanine
2023-11-08
export extra topology functions & add agent.js
sanine
2023-11-08
implement basic sensing & refactor world/cells -> lattice
sanine
2023-11-06
improve cell.js comments
sanine
[next]