Skip to content

koonopek/ca-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular Automata in C

Used guides:

main-1d

Cellular automat in one dimension.

  • X axis - CA state
  • Y axis - time
  • Use DOWN and UP for changing rule set (it resets state)
  • Use RIGHT for generating new states last generation is initial state for the next one

main-2d

Cellular automat in two dimensions. No time axis just life

  • Use RIGHT for evaluating next states

About

Cellular Autotomata in C and SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages