This module is a powershell implementation of Conways Game Of Life.
I use this module mostly to hone my powershell skills. If you are looking for a stable and fast Game of Life simulator, then Golly is probably what you are looking for.
ipmo golsim
$game = [Game]::new(30,30,$true,100,0)
$game.StartGame()