This is my first attempt at simulating Conway's the game of life in powershell. There are certain problems with the code currently.
- The code has a pre-defined initial state. This can be changed by editing the sample filler code in the Main function.
- The Get-NextGeneration function is taking about 10.5 secs.
Copy the code into a file called 'TheGameOfLife.ps1'
.\TheGameOfLife.ps1