Tagged Questions
3
votes
3answers
206 views
What algorithm can I implement to speed up some Cellular Automata simulations?
I am writing a ncurses based C.A. simulator for (nearly) any kind of C.A. which uses the Moore or Neumann neighborhoods.
With the current (hardcoded and most obvious [running state funcs]) the ...