Skip to content

parameterized/neural-ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural CA

Neural cellular automata simulator - based on Growing Neural Cellular Automata

Current version: 0.1.0
Uses Love2D version 11.3

Running

Windows builds can be found on the releases page

Instructions for running Love2D games from source can be found here. If you're on Windows, the easiest way is to drag the folder containing main.lua onto a shortcut to love.exe (C:\Program Files\LOVE\love.exe)

Controls

  • Left click and drag to erase cells around cursor
  • Shift + left click to add seed cell
  • Right click and drag to move cells
  • Space to pause
  • Right arrow to step simulation forward
  • R to reset
  • L to toggle steps per second limit
  • Escape to close