Game of Life
In this post, I’ll cover the creation of a BASH script that play’s the Game of Life. Reading the previous link (which goes to the Wikipedia page for the Game of Life) may be helpful for understanding the code below. Basic explanation of the game: Using the limits of the … Continue reading