Skip to content

Visualisation of elementary cellular automata using bitwise operators and output to .pbm file in C.

License

Notifications You must be signed in to change notification settings

njlane314/computational-phenomena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cellular automata

Introduction

Compile and execute:

 gcc elem_auto.c -o elem_auto.exe -lm
 ./elem_auto.exe

Elementary cellular automata

Rule 30: Rule 30

Rule 126: Rule 126

Rule 150: Rule 150

Rule 182: Rule 1820

Random cellular automata

Rule 18: Rule 18

Rule 22: Rule 22

Rule 32: Rule 32

Rule 54: Rule 54

Rule 60: Rule 60

Rule 62: Rule 62

Rule 226: Rule 226

About

Visualisation of elementary cellular automata using bitwise operators and output to .pbm file in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages