Skip to content

aahoughton/bash-conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-conway

Conway's Game of Life in bash. This is not fast, but could be made marginally faster.

❯ cat blinker.life
.....
.....
.###.
.....
.....
❯ cat blinker.life | ./conway.sh
.....
..#..
..#..
..#..
.....
❯ cat blinker.life | ./conway.sh | ./conway.sh
.....
.....
.###.
.....
.....

About

B3/S23 life in bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages